Top "Codeblocks" questions

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

i need to implement a Butterworth filter in C. Is it easier get a library with this functionality or write the code?

My project is in C, CodeBlocks is my IDE and i´m running on windows Vista. I need to apply …

c codeblocks
C++ linux: dlopen can't find .so library

Reworded 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-library
Error: C++ requires a type specifier for all declarations

I'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 specifier
the procedure entry point __gxx_personality_v0 could not be located

Editor's Note: Error messages similar to "The procedure error point _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_ could not be …

c++ qt mingw codeblocks irrlicht
wxwidgets setup.h "no such file"

A 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 codeblocks
How to compile a program using OpenCV 2.4.3 with Code::Blocks?

I've installed Code::Blocks with MinGW and OpenCV 2.4.3. I want to compile this simple program: #include <opencv2/highgui/highgui.…

c++ opencv codeblocks
Changing default terminal in Codeblocks

Windows cmd does not support ANSI colour codes and there are a lot of better terminals in the internet. I'm …

c++ codeblocks
C++ cannot pass objects of non-POD type

This is my code: #include <iostream> #include <fstream> #include <cstdlib> #include <stdio.h&…

c++ curl libcurl codeblocks
#error gl.h included before glew.h

So I'm trying to move my OpenGL code from Main() into a specific class that will handle the 3D graphics …

c++ opengl include codeblocks sfml
Export a makefile from codeblocks

Is it possible to export a makefile from a C++ codeblocks project? If so, how is it done?

c++ makefile codeblocks