On 8/9/06, crystal1_moon <[EMAIL PROTECTED]> wrote: > > Get rid of Turbo C++... it's very old and outdated. If programming is > > your life, then you seriously need to stay current with the > > technology. Grab a copy of Visual C++ Express 2005: > > > > http://msdn.microsoft.com/vstudio/express/visualC/default.aspx > > > > And start learning GUI development on a modern compiler. > > thank you for the advise and I'll be very grateful if you can tell me > if the codes are very different from C++ and if there is any particular > good book that I can use to learn to learn the language and may has > some useful comparison to C++.
Visual C++ compiles standard C++, and can be used to create console applications as well as Windows GUI applications. Turbo C++ is *not* standard C++, since Turbo C++ is outdated and does not comply with current C++ standards. -- Brett McCoy: Programmer by Day, Guitarist by Night http://www.alhazred.com http://www.cassandrasyndrome.com http://www.revelmoon.com To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
