Top "Codeblocks" questions

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

How do you install GTK+ 3.0 on Windows?

Trying to setup GTK+ 3.0 on Codeblocks Win7. Having some trouble finding exactly how to do this. The GTK website directs …

c windows gtk codeblocks gtk3
Getting Clang to work on windows

I have followed the following step by step guide and I've managed, after a bit of fiddling, to get clang …

c++ mingw eclipse-cdt codeblocks clang
Boost "no such file or directory"

I'm trying to set up my Code::Blocks work environment on a new computer and I'm having some problems. It's …

c++ boost codeblocks
Python IDLE. Auto-complete/Show completions not working

IDLE is being very dodgy as to when it will actually show an Auto-complete menu. As of late it hasn't …

python autocomplete codeblocks python-idle
How to print 64-bit integer in GCC 4.4.1?

I am using Code::Blocks with GCC 4.4.1 and I seem to be unable to print 64-bit signed integers from my …

c gcc codeblocks
Code::Blocks - how to compile multiple source files

I'm trying to compile a program with multiple source files - two CPP files and a header file, with code::…

c++ codeblocks
Resizing font in Code::Blocks

I've recently started using Code::Blocks IDE and am trying to get comfortable working in here. Is it possible to …

fonts codeblocks font-size
Static-linking of SDL2 libraries

I am using Windows 7, Code::Blocks and MinGW. I have little to no experience when it comes to compiling/building …

sdl codeblocks static-linking sdl-2
Unable to link to SDL2 functions using MinGW

I'm relatively new to programming and I've decided to give SDL a try, but I'm a bit stuck. I haven't …

c++ mingw sdl codeblocks
Is there any shortcut for CodeBlocks to format the code?

Is there any shortcut for CodeBlocks to format the code? I haven't find any tip in google. I found only "…

codeblocks hotkeys