Top "Codeblocks" questions

This tag is for Code::Blocks, an open-source C++ IDE.

Can't find file executable in your configured search path for gnc gcc compiler

My problem is that code::blocks error message tells me that it can't find file executable in the search path …

gcc codeblocks
Cannot open output file, permission denied

So I keep getting this error when trying to compile C++ code using CodeBlocks. cannot open output file [filename.exe] …

c++ compiler-errors codeblocks permission-denied
ld.exe: cannot open output file ... : Permission denied

I recently installed CodeBlocks with mingw32 on Windows 7 Ultimate 32bit in order to dust off my c skills, but this …

c windows windows-7 codeblocks mingw32
error CS0103: The name ' ' does not exist in the current context

When my view loads, I need to check which domain the user is visiting, and based on the result, reference …

c# asp.net-mvc razor codeblocks
Cannot open include file with Visual Studio

I have recently gone from Code::Blocks to Visual Studio, and in Code::Blocks one could just add a class …

c++ visual-studio visual-studio-2012 include codeblocks
fatal error: iostream.h no such file or directory

Possible Duplicate: No such file iostream.h when including Even after naming the source file with .cpp extension. my compiler …

c++ codeblocks
undefined reference to WinMain@16 (codeblocks)

When I compile my secrypt.cpp program, my compiler shows the error "undefined reference to WinMain@16". my code is as …

c++ windows codeblocks
"Undefined reference to" template class constructor

I have no idea why this is happenning, since I think I have everything properly declared and defined. I have …

c++ templates compiler-errors codeblocks
C++ Boost: undefined reference to boost::system::generic_category()

I am trying to include Boost libraries in my project and have been facing issues in the same. I am …

c++ linux boost codeblocks
How can I add C++11 support to Code::Blocks compiler?

I'm writing some code that requires to have C++11 support for my Code::Blocks 12.11. I am using default GNU GCC …

c++11 codeblocks