Top "Codeblocks" questions

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

Code::Blocks - warning: GDB: Failed to set controlling terminal: Operation not permitted

I've installed Code::Blocks 13.12 in Ubuntu 14.04 through official repositories. When I compile, everything goes OK. But when I debug, the …

c linux ubuntu gdb codeblocks
How to use PlaySound in C

I am using code::blocks IDE which runs on GNU GCC compiler. In my project I want to play a .…

c audio codeblocks wav winmm
Code::Blocks git plugin

Does anyone use the Code::Blocks IDE? If yes, can you tell me of a decent plugin for working with …

git ide codeblocks
How to install Boost libraries with CodeBlocks?

So I'm about at the end of my line here; I was looking into saving files and serialization, only to …

c++ boost codeblocks
mingw32-g++.exe: error: CreateProcess: No such file or directory

I just installed Code::Blocks 12.11 and create a console application by the Wizard the hello world code was in there …

compiler-errors g++ codeblocks mingw32
No usable M4 in $PATH or /usr5bin

As part of a long, sordid story whose end goal is simply to get GMP installed for use with code::…

windows codeblocks gmp m4
Cannot run Code::Blocks: libwx_gtk2u-2.8.so.0 not found

I am trying to install Code::Blocks 10.05 from (non-SVN) sources (codeblocks-10.05-src.tar.bz2). My OS is Ubuntu 11.04. I needed …

shared-libraries wxwidgets codeblocks ubuntu-11.04
Extended Ascii characters in Code::Blocks C++

I'm trying to use extended Ascii codes in a console application using C++ and Code::Blocks (character codes greater than 128). …

c++ codeblocks extended-ascii
How to set predefined macros in Code::Blocks

Is there a way to set some predefined Macros for my local installation of Code::Blocks. To elaborate on that, …

c++ g++ codeblocks predefined-macro
C++ graphics initgraph error (syntax or missing-file flaw?)

[SOLVED] I'm using CodeBlocks (C++) on Win10. I tried to create a simple graphic program - I downloaded a certain …

c++ graphics codeblocks deprecated bgi