954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

same sort of programs?

this is a little question

is microsoft visual C++ the same as any other C++ programing tool?

and if it nearly the same is there any little differences wat are they and what do you recommend?

Beau
Newbie Poster
2 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 

>is microsoft visual C++ the same as any other C++ programing tool?
Yes, if by "the same" you mean it compiles something called C++ that may or may not be the standard definition of the C++ language. Otherwise, no. Compliers and development environments are all different, but if they claim to support standard C++ then you can make quite a few assumptions about features they all share.

>and what do you recommend?
What do you need? I use Visual C++, but I don't use most of the features because my job doesn't require them. I could get away with using a simple command line compiler (and I do quite often), but someone who writes code for, say, high end graphical games would hesitate to do so because Visual C++ has features that would make their life much easier. What you use depends heavily on what you will use it for.

Narue
Bad Cop
Administrator
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You