Hi all,
I'm a C++ programmer and now about to use Visual C++. May I know the difference in terms of functionalities? will my code written in classic C++ run on Visual C++?
thanks.
cooljeff1379 0 Newbie Poster
Recommended Answers
Jump to PostVisual C++ is C++, with the Visual Studio IDE. You should not encounter any significant differences between code written for other current implementations of C++.
By Classic C++, I'm assuming you mean any of the other compilers such as gcc, MinGW, current Borland products, and not some old, out …
Jump to PostThere are two fundamentally different kinds of C++ applications you can develop with Visual C++ 2008.
You can write applications that natively execute on your computer. These applications referred to as native C++ programs. You write native C++ programs in the version of C++ that is defined by the ISO/ANSI …
All 5 Replies
vmanes 1,165 Posting Virtuoso
ArkM 1,090 Postaholic
ALAZHARY 0 Newbie Poster
cooljeff1379 0 Newbie Poster
kux 55 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.