Click to See Complete Forum and Search --> : C++ Mafia?
prog_tom
Sep 1st, 2001, 06:07 AM
It's pretty confusing... There are several steps or as I should say Families of C++:
C++:Borland C++:VC++ Console:VC++ Win32 App:VC++ MFC Foundation Library:Linux C++:Unix C++:Web C++
It's just confusing...
Vlatko
Sep 1st, 2001, 06:20 AM
Well it is not confusing, it's quite simple actually. Borland, MSVC++ are just compilers. You use the one you can afford or the one you like. Now you mention C++ console and C++ win32 app. Why do you mix them. If you want to make a win app, you choose win32app. If you want a console app you choose console application. Unix and linux is the same thing.
You say all these are confusing. Why are you confused, you can't choose between these. It depends of your needs. Almost all are different stuff.
Megatron
Sep 1st, 2001, 09:51 AM
Borland, Unix, Linux, MS etc. are all different compilers, but the language is still the same in all of them.
parksie
Sep 3rd, 2001, 04:12 AM
The only difference between Console and Windowed is the linker settings - it determines how Windows calls your program.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.