Author Topic: how to remove "hello world" statment"  (Read 4452 times)

chillax

  • Guest
how to remove "hello world" statment"
« on: August 10, 2008, 06:10:10 pm »
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..
« Last Edit: August 10, 2008, 06:24:13 pm by chillax »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: how to remove "hello world" statment"
« Reply #1 on: August 10, 2008, 06:55:25 pm »
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.