> > 2) I have codewarrior 6 for PalmOS and have > > noticed that the C++ (my native language) > > Hmmm. My native language is American English. What > country do you come from? :) > > > options are not enabled by default, is this > > because the C++ compiler is not a efficient > > as the C one? > > I don't think that's correct, but the compiler gurus > will have to comment. CW uses "Stationery" to set up > the app's environment. (I think CW6 did, too, but I > can't remember that far back.) So, if you use the C++ > Stationery, the C++ compiler is enabled, and if you > use the C Stationery, it isn't.
If you're thinking about the "Activate C++ Compiler" switch -- it doesn't do what you think it does. You can always use C++; just add a .cpp file to your project. This switch forces the compiler to treat .c files as C++ also. Normally, you want it off, since it is often useful to use both languages. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
