Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: AcsPrime on December 26, 2016, 01:25:14 pm

Title: Create class file to project not found
Post by: AcsPrime on December 26, 2016, 01:25:14 pm
Hey,

Still not quite understanding how codeblocks works.
I have a project and I am trying to add a new c++ class. When I say add I don't mean an existing file but I was hoping that the codeblocks would have a Add Class file so that it would create the .h and .cpp file.

In my current project the only options I have are:

- Add files...
- Add files recursively...
- Remove files...

Is there no template for classes or any other type of files? Did I create the wrong kind of project??

This doesn't seem very user friendly...

Codeblocks: 16.01 rev 10702
OS: Windows 10 pro

Title: Re: Create class file to project not found
Post by: CJS on December 26, 2016, 02:36:21 pm
The dialog you need is off the main menu: File / New / Class...