Which is the best compiler for C++ development for latest versions of OS like the 64 bit windows?
The DEV C++ compiler is a good option but I find it problematic for file handling.
Visual C++ is also a good alternative but I couldnt find any command for compiling and running the code.
G++ compiler is good but it does not support the windows header files.