Author Topic: Main template default  (Read 2778 times)

leonmoll

  • Guest
Main template default
« on: August 06, 2014, 05:57:58 am »
Is there is a place in c::b where I can specify the default main () created instead of "Hello World" when a new project is made?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Main template default
« Reply #1 on: August 06, 2014, 08:59:48 am »
You can edit the console project wizard template...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Main template default
« Reply #2 on: August 06, 2014, 09:02:09 am »
Or create a project that fits your needs and sae it as user-template ("File -> Save project as ...").