Author Topic: Create class file to project not found  (Read 2657 times)

Offline AcsPrime

  • Single posting newcomer
  • *
  • Posts: 8
Create class file to project not found
« 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

« Last Edit: December 26, 2016, 01:43:06 pm by AcsPrime »

Offline CJS

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: Create class file to project not found
« Reply #1 on: December 26, 2016, 02:36:21 pm »
The dialog you need is off the main menu: File / New / Class...