News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

how to remove "hello world" statment"

Started by chillax, August 10, 2008, 06:10:10 PM

Previous topic - Next topic

chillax

Hi

When I create each new project of console and open a sourse file, I always find the statment cout<<"hello world". Its enoying thing, especially when you do exersizes for learning languege c++, and you have each time to delete them..

Jenna

I think there are much more annoying things in coding then to remove one line of code, but anyway:

You can prepare any wizard-created (or any other project) as you need it and then save it as template: "File -> Save project as user-template".

If you need it, you can creat a new project with "File -> New -> From user template" (or use the "New" Icon if you prefer).
Now you have to chose the directory that should contain the project. As next step you can change the original project's name and that's it.