CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2012
    Location
    INDIA
    Posts
    25

    which is latest version visual c++ or dev c++

    which is latest version visual c++ or dev c++ and which we have to use , recently for giving interviews at IT Co's. THANKS.
    TANUSHREE-AGRAWAL...

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: which is latest version visual c++ or dev c++

    Quote Originally Posted by Tanushreeagr View Post
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured