News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

When I create a new project, my old project appears D:

Started by zcjms, December 27, 2011, 10:48:51 AM

Previous topic - Next topic

zcjms

Every time I create a New Project, it opens up just fine after setting it up (file type, file name and file location), but when I double click the main.cpp in my management menu, instead of opening a blank screen for me to enter my code, it always gives me back my first project I first did months ago D: So basically, I open a New Project and i Management I click main.cpp and I get this:

#include <iostream>

using namespace std;

int main()
{
cout << "Hello World!" << endl;
return 0;
}


So I get this text instead of a blank screen. Its not a problem since I can just erase the text and start new, but I would like to know how to just set it up to where when I open a new project, I actually get to start from a blank screen. Any suggestions and guidance would be appreciated! it would settle my worries :(

Jenna

If you use the wizard to create a new project, it is always filled with a simple default example code.
The code you have posted, is the one from the c++-console wizard.

The only exception is an empty project, but than you have to set up everything manually.

zcjms

Oh! Well then thats makes me feel alot better, knowing that it isnt my fault it appears. The entire reason I gave the exact code was to see if it actually wasnt my fault ^u^ and know I know that O; thank you so much. Back to studying ^u^ lol it was the wizard