I am totally new to programing in C++, i am reading the tutorial where it gives the example:
// my first program in C++
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
I installed wxDec-C++ 6.10.2, then File => New => Source File ,witch opened a tab named "untitled1", i copy-pasted the code there, clicked Compile(save it on desktop with .cpp at the end), now the name of the tab is "untitled1.cpp" and when i click Run it gives the warning "Source file not compiled", can anyone help me?
I've never used that particular IDE myself, but it's probably one of those that doesn't let you compile unless it's a project.
Try compiling by creating a new project.
do what helios said and create a project(win 32 console application), then make sure you build your solution. after you build it you should find a executable file in your directory