OK thank you!
-----Original Message----- From: Ben Combee [mailto:[EMAIL PROTECTED]] Sent: 12 juin, 2002 11:18 To: Palm Developer Forum Subject: Re: usign namespace In article <88707@palm-dev-forum>, [EMAIL PROTECTED] says... > > I have an application for the Palm and I have many .c files. In many of > these files, I wanted to use the namespace command. But it doesn't seem to > compile. Can we use it? If so, how? namespaces are a C++ feature, not something in C. You need to name your source files with .cc, .cpp, .cp, .c++, or some other extension that your compiler recognizes as C++ in order to use this. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
