Top "Codeblocks" questions

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

How do I link to a library with Code::Blocks?

C++ GUI Tutorial: undefined reference to TextOut I have the same problem, but I'm new to programming and Code::Blocks, …

c++ winapi codeblocks
How to change text color and console color in code::blocks?

I am writing a program in C. I want to change the text color and background color in the console. …

c++ c gcc colors codeblocks
How do you specify a debugger program in Code::Blocks 12.11?

I am trying to step through my program and I get the following message from Code::Blocks Selecting target: Debug …

codeblocks
How to split a C program into multiple files?

I want to write my C functions in 2 separate .c files and use my IDE (Code::Blocks) to compile everything …

c codeblocks
clrscr(); equivalent in Code::Blocks

how to clear the output console in code blocks?? why doesn't clrscr(); work in Code::Blocks but works in Borland?? …

c++ codeblocks
Qt undefined reference to vtable

I am a beginner to Qt programming and use codeblocks for my programming. I created 3 files communicate.h,commmunicate.cpp …

c++ user-interface qt4 codeblocks
jni.h: no such file or directory

I'm using Code::Blocks in windows. I created a dll project trying to get some JNI practice. In my .h …

java java-native-interface codeblocks
How to debug standalone file in Code::Blocks?

I'm programming using Code::Blocks. I set some breakpoints, but Code::Blocks seems to ignore them when I run the …

debugging codeblocks
Program can't find libgcc_s_dw2-1.dll

Possible Duplicate: The program can't start because libgcc_s_dw2-1.dll is missing I'm using Code::Blocks and MinGW 4.4 (…

c++ mingw codeblocks static-linking
Warning: array subscript has type char

When I am running this program I am getting warning "array subscript has type 'char'". Please help me where is …

c codeblocks