Top "Codeblocks" questions

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

CImg: Failed to recognize the jpg format

#include <iostream> #include <stdlib.h> #include "CImg.h" using namespace cimg_library; using namespace std; int …

c++ windows codeblocks cimg
How to provide your own delimiter for cin?

In c, I can use newline delimeter ([^\n]) with scanf. Using which I can store the line. Similarly for cin, …

c++ user-input codeblocks ubuntu-11.04
How to get RPATH with $ORIGIN to work on Code::Blocks GCC?

I'm trying to link an RPATH containing the special string $ORIGIN into an executable built using GCC with the Code::…

command-line gcc linker codeblocks rpath
Organization of files in Code Blocks

I am currently working on a medium/large project on Code::Blocks and I am wondering how to organize my …

project codeblocks projects-and-solutions
cannot stop debug process in code blocks

I am running code blocks in ubuntu. Whenever i debug my program and continue out of the debugging mode , the …

codeblocks ubuntu-10.10