Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: chillax on August 10, 2008, 06:10:10 pm

Title: how to remove "hello world" statment"
Post by: chillax 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..
Title: Re: how to remove "hello world" statment"
Post by: Jenna 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.