This tag is for Code::Blocks, an open-source C++ IDE.
My project is in C, CodeBlocks is my IDE and i´m running on windows Vista. I need to apply …
c codeblocksReworded Question (although it's been solved already): I've been having trouble using dlopen(3) to load a shared object library on …
c++ linux codeblocks dynamic-libraryI'm new to C++ and I've been reading this book. I read a few chapters and I thought of my …
c++ compiler-errors codeblocks specifierEditor's Note: Error messages similar to "The procedure error point _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_ could not be …
c++ qt mingw codeblocks irrlichtA quick Google search of this issue shows it's common, I just can't for the life of me figure out …
compiler-construction include wxwidgets codeblocksI've installed Code::Blocks with MinGW and OpenCV 2.4.3. I want to compile this simple program: #include <opencv2/highgui/highgui.…
c++ opencv codeblocksWindows cmd does not support ANSI colour codes and there are a lot of better terminals in the internet. I'm …
c++ codeblocksThis is my code: #include <iostream> #include <fstream> #include <cstdlib> #include <stdio.h&…
c++ curl libcurl codeblocksSo I'm trying to move my OpenGL code from Main() into a specific class that will handle the 3D graphics …
c++ opengl include codeblocks sfmlIs it possible to export a makefile from a C++ codeblocks project? If so, how is it done?
c++ makefile codeblocks