On Thu, 08 Jul 1999, Praxus wrote: > Hi > > Is there any difference between programming c++ in Linux and C++ ind > dos because I learned it the dos way. C++ is C++ is C++ :-) Of course, different compilers will have different command line switches, and Microsoft's nmake is not exactly like everyone else's make. If you stick with ANSI C++, you'll have no problems. However, if you are used to calling DOS functions, they will no longer be available, but similar functions for Unix/Linux exist. The best part is, you don't have to worry about memory models anymore. -- Arandir... _______________________________ <http://www.meer.net/~arandir/>
