Does anyone recommend a compiler (besides Visual C++ or Visual Studios) that is decent? My Visual Studio and Visual C++ is bugged out and microsoft said there is no fix.
Code::Blocks
I use it since I started programming. You can program with both C and C++ with it. I think its the best.
Visual Studio is an IDE.
All ides use the same compiler, MinGW32.
whether you use visual studio,devC++,code::blocks your using the same compiler./
Originally Posted by Ionizer
Visual Studio is an IDE.
All ides use the same compiler, MinGW32.
whether you use visual studio,devC++,code::blocks your using the same compiler./
I thought that was Cl.exe? Im prbly wrong though.
anyway, instead of trashin ur VS can we know what the problem is?
What is this problem that cannot be fixed? You may be overlooking some other problem.
And you can use the MinGW compiler for Windows as an alternative.
his setup is probably corrupt or hes doing something wrong.
Originally Posted by why06
I thought that was Cl.exe? Im prbly wrong though.
anyway, instead of trashin ur VS can we know what the problem is?
Me too, I thought VC++ uses CL.exe and Dev C++ uses g++ as compilers, I've even used CL.exe & ML.exe ( Microsoft's assembler ) from the command line a few times. Maybe we're wrong? /
Originally Posted by Void
Me too, I thought VC++ uses CL.exe and Dev C++ uses g++ as compilers, I've even used CL.exe & ML.exe ( Microsoft's assembler ) from the command line a few times. Maybe we're wrong? /
I heard DOS and Unix uses g++ and windows uses mingw32 /
Code:
mt.exe : general error c10100b1: Failed to load file "..\Debug\Structure of a Program.exe". The system cannot find the path specified.
Already searched it on the MSDN forums. They said there is no fix to this.
Originally Posted by CodingTerror
Code:
mt.exe : general error c10100b1: Failed to load file "..\Debug\Structure of a Program.exe". The system cannot find the path specified.
Already searched it on the MSDN forums. They said there is no fix to this.
What's the name of the files your compiling?
Originally Posted by CodingTerror
Code:
mt.exe : general error c10100b1: Failed to load file "..\Debug\Structure of a Program.exe". The system cannot find the path specified.
Already searched it on the MSDN forums. They said there is no fix to this.