which is latest version visual c++ or dev c++ and which we have to use , recently for giving interviews at IT Co's. THANKS.
Printable View
which is latest version visual c++ or dev c++ and which we have to use , recently for giving interviews at IT Co's. THANKS.
First, there is no such compiler is "Dev C++". The Dev-C++ is an IDE, not a compiler. The compiler that Dev-C++ uses is g++.
Second, why not google what the latest version of Visual C++ and g++ are? This information isn't really a secret.
Last, what difference does it make what version? If you're being interviewed on ANSI C++, then it doesn't matter what compiler you use as long as the compiler is ANSI compliant -- the language is the same.
If you're being tested on MFC (not just C++ in general) then your only choice is Visual C++.
Regards,
Paul McKenzie