template argument 1 is invalid (Code::Blocks Win Vista) - i don't use templates?
I have some troubles with my school project. I have a class: #include "Group.h" #include <vector> #include &...
Codeblocks cannot create output directory?
I'm using Code::Blocks 12.11 in Widnows XP. I've been learning C++, so I haven't been working on any specific proje...
Error : aggregate 'first one' has incomplete type and cannot be defined?
I have written this header file (header1.h): #ifndef HEADER1_H #define HEADER1_H class first ; //int summ(int a ,...
C++ undefined reference to WinMain@16 (Code::Blocks)?
I'm learning C++ with Code::Blocks, and everytime i try to create a new class, I get an error message saying: undef...
Cannot open output file, permission denied?
So I keep getting this error when trying to compile C++ code using CodeBlocks. cannot open output file [filename...
“Process terminated with status -1073741819” simple program with vector?
for some reason I get the "Process terminated with status -1073741819" error whenever I run my program, I've read th...
Code::Blocks Can't compile application?
This is my hello world code: #include <stdio.h> #include <stdlib.h> int main() { printf("Hello wor...
Cannot open include file with Visual Studio?
I have recently gone from Code::Blocks to Visual Studio, and in Code::Blocks one could just add a class and then inc...
“Program received signal SIGSEGV, Segmentation fault. In ?? () ()” when debugging my C++ project in Code::Blocks?
first post here. I'm doing a university assignment where I'm required to finish implementing a program that simulate...
c++ error: no match for 'operator<<' (operand types are?
I am receiving this error error: no match for 'operator<<' (operand types are 'std::ostream {aka std::basic_o...
Can't find file executable in your configured search path for gnc gcc compiler?
My problem is that code::blocks error message tells me that it can't find file executable in the search path for ...
C Hello world: Code Blocks IDE, MinGW C compiler on windows?
I can't get Code Blocks IDE to compile the hello world C program it creates when you create a new C project. I've in...
About stdafx.h missing in my compiler(mingw32 on windows)?
I just have a quick question. I've noticed that I don't have stdafx.h in my compiler(mingw32 on windows) Am I suppo...
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 pro...