visual c++

For beginners, flames not allowed...(just by the staff :P)
Post Reply
bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

visual c++

Post by bubzuru »

whats the difrence betwene visual c++ & c++ and wich ones better

User avatar
Nerdz
The Architect
The Architect
Posts: 1127
Joined: 15 Jun 2005, 16:00
18
Location: #db_error in: select usr.location from sucko_member where usr.id=63;
Contact:

Post by Nerdz »

www.wikipedia.com your welcome.
Give a man a fish, you feed him for one day.
Learn a man to fish, you feed him for life.

pseudo_opcode
cyber messiah
cyber messiah
Posts: 1201
Joined: 30 Apr 2006, 16:00
17
Location: 127.0.0.1

Post by pseudo_opcode »

both are same.. visual C++ is generally for 32bit programming( WinAPIs, MFCs) basically for GUI based programs, C++ (ANSI) can be compiled on standard compilers on any platform, however the functioning may vary due to obvious reasons(like difference in architecture, difference in size of memory words).

In visual C++ 70% of your code is for making things look better, that is for GUI, and rest 30% is your algorithm.
So i would rather QT instead of VC++ because that way i can compile on windows, linux and macOS.

bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »

think ill stick with c++ thanx for the help :D

Post Reply