Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello,
      Could you suggest a good compiler for c c++, recently i have tried cygwin and mingw 

Regards,


What I have tried:

have tried cygwim , mingw initially these worked fine but now mingw gives error 

gcc: error: CreateProcess: No such file or directory
Posted
Updated 21-Feb-17 0:04am

You may either keep using GCC (that's a 'darned' good C++ compiler) and fix the problem you are experiencing (you may find help on the web just googling for the very error message) or switch to the Microsoft compiler (you could use the Community Edition of Visual Studio).
 
Share this answer
 
Neither cygwin or mingw are C/C++ compilers, so it is no wonder you are confused. If you are on Windows then get a copy of Visual Studio. If you are on Linux then get a copy of gcc if it is not already installed.

I would also suggest learning C/C++ first, since the above error should not be too difficult to resolve.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900