Please select a board from below.
|
Begins Fri Sep 24 20:00 VRT
|
|
Begins Fri Oct 29 19:00 VRT
|
Creepy Cemetery
|
aw
2000n 7043e
By CosmicTruth
|
Crane House
|
aw
2664s 4221e
By Ferruccio
|
Mazenda Mines
|
aw
2466s 3618e
By Syntax
|
|
[C/++] Crap Coding Style (char*) (Sdk)
Navigation
This thread is part of the Sdk Archive Board. This thread contains 2 posts split over 1 page(s). Pages: 1
Thread Postings (Page 1)
|
|
Hi,
Is it me or is the coding style for the C SDK just crap? I mean in terms of
the use of char* as function arguments.
There is no good reason not to use const char* and prevent casting, the SDK
should never ever edit any of its argument data. Its causing a nuisance with
having to put in casts galore.
--
- Mark Randall
http://www.temporal-solutions.co.uk
"We're Systems and Networks..."
"It's our job to know..." |
|
|
[View Quote]"Strike Rapier" <markyr at gmail.com> wrote:
> Is it me or is the coding style for the C SDK just crap? I mean in terms
> of the use of char* as function arguments.
|
ie: Can we have consistant coding with const char* please.
--
- Mark Randall
http://www.temporal-solutions.co.uk
"We're Systems and Networks..."
"It's our job to know..." |
Navigation
This thread is part of the Sdk Archive Board. This thread contains 2 posts split over 1 page(s). Pages: 1 |
|