Carbider | 17 October, 2007 16:11
p += sizeof(uint8_t);
Carbider | 19/10/2007, 10:58
benjers | 18/10/2007, 13:03
Carbider | 19/10/2007, 10:59
PushL | 18/10/2007, 19:39
Carbider | 19/10/2007, 10:55
jplauril | 19/10/2007, 10:20
Carbider | 19/10/2007, 10:51
Sorcery-ltd | 19/10/2007, 11:00
Yes, most C code will compile with a C++ compiler but there are almost always some issues when moving between the two. For a large project you will often have to change code when moving between two versions of the same compiler!
Konstantine Voytenko
BluSPAN project coordinator
Fishnest Ltd.
bluspan@gmail.com
Re: Difference between the pointers in Carbide c++ and C++
Sorcery-ltd | 18/10/2007, 12:07
Just a quick note on terminology. Carbide C++ is a tool not a language. There is such a thing as Symbian C++ which has some restrictions compared to standard C++ (such as multiple inheritance only through Mixin classes) but in this case it is just a case of different compiler settings. On some compilers adding something to a void pointer will only give a warning (which might be supressed) and not an error. In general C compilers are less fussy about this sort of thing that C++ compilers by default.
Mark
(Sorcery)