Top "Codeblocks" questions

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

Undefined reference to fork() in Code::Blocks editor in Windows OS

When I am running below code in Code::Blocks in Windows OS. I used to get an error called undefined …

c windows gcc compiler-construction codeblocks
C - Undefined Reference to WSAStartup@8'

I am using Code::Blocks, MinGW, and Windows. Im trying to initialize the winsock so that I can work on …

c mingw codeblocks winsock wsastartup
Why is MinGW very slow?

I'm using the Code::Blocks IDE with GCC/MinGW on Windows, and I'm trying to build a wxWidgets application which …

c++ performance mingw codeblocks
How to add compiler flags on codeblocks

I've been trying to compile a simple multithreaded piece of code I found online in an effort to learn how …

gcc codeblocks compiler-flags
Codeblocks graphics.h not working

When I do: #include <graphics.h> It says: fatal error: graphics.h: No such file or directory How …

c++ codeblocks bgi
undefined reference to SDL_Init

I started using SDL today and had some trouble before, now I got it running but it won't let me …

mingw sdl codeblocks winmain
Blob extraction in OpenCV

I'm using OpenCV to filter an image for certain colours, so I've got a binary image of the detected regions. …

c++ opencv blob codeblocks
Shortcut for moving a block of code over 4 indents in IntelliJ IDEA

Does anyone know the shortcut for shifting a block of code in IntelliJ over by a few indents? (For the …

intellij-idea tabs codeblocks
Linking with -static-libstdc++ flag on MinGW 4.7.1

I try to compile (Allegro 5) on MinGW 4.7.1 (using Code::Blocks 12.11 on Win 7) with compiler flags (write them in Project :: Linker …

c++ mingw codeblocks mingw32 allegro
Undefined reference to 'SDL_main'

I've recently decided to try working with SDL with CodeBlocks 10.05. I started with the tutorial on http://www.sdltutorials.com/…

c++ sdl codeblocks