-
Can someone give examples of some good applications / project that are made in VC++ commercial and non-commercial.
-
What do you use VC++ for these(2008…) days ?
-
Do enterprise application three tier i.e get written in VC++
-
Is there any use in leaning MFC these days?
Can someone give examples of some good applications / project that are made in
Share
Computer games are mostly still written in C++ on Windows using Visual Studio. Enterprise applications do usually use c# or java as enterprises have more money to buy hardware to make up for the difference in performance where games need to run on a significant amount of devices such as the PS3, Xbox 360, PS3, Windows, Mac etc. with limitations on memory.
Also embedded products, system utilities and software that makes extensive use of several low level API’s are still written in C++. It definitely still has uses.