Top "Codeblocks" questions

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

code::blocks doesn't save workspace projects structure

I've started using C::B and found annoying issue: I usually have many open projects in the workspace and whenever …

codeblocks
Debugging in Code::Blocks doesn't seem to work - missing debugging symbols

I'm trying to debug a program in Code::Blocks. I followed this guide and this short video as far as …

c++ debugging gcc codeblocks debug-symbols
Does C# support if codeblocks without braces?

How would C# compile this? if (info == 8) info = 4; otherStuff(); Would it include subsequent lines in the codeblock? if (info == 8) { info = 4; …

c# compilation codeblocks conditional-statements
Is it possible to use an existing Makefile to build a project in Code::Blocks?

EDIT: I figured out that there is an option in Project properties to set a custom make file. Now the …

c++ makefile codeblocks
Need to enable C++11 in Codeblocks

I need to enable C++11 in Codeblocks 16. Several tutorials explain that all one needs to do is select the "Have …

c++ c++11 codeblocks
Can't run c/c++ codes in code::blocks 13.12 on linuxmint 17: Status 255

I am not able to run any C/C++ programs in code::blocks. Could anyone please suggest why this is …

c linux codeblocks linux-mint
The procedure entry point _gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll Error

Yesterday I decided to download, install, and attempt to use Allegro 5. I also downloaded Code::Blocks 12.11 w/ the MinGW compiler. …

c++ mingw codeblocks windows-vista allegro5
Undefined reference to `_imp__glewInit@0'

I have built the glew lib so many times. My last build removed the undefined references to all the shader …

c++ opengl codeblocks mingw32 glew
How to view the disassembly in Code::Blocks?

I read this article about some low level underpinnings of C/C++, and the author is basically showing us through …

c++ c assembly codeblocks low-level
"Undefined Reference To 'IMG_Load'" CodeBlocks and SDL_Image Error

I'm learning SDL through Lazy Foo's tutorial, but I can't proceed further as IMG_Load doesn't seem to work. I …

image load sdl codeblocks sdl-image