Book a Demo

Author Topic: Generating *.cpp and *h files  (Read 2693 times)

Martin Brndstatter

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Generating *.cpp and *h files
« on: May 28, 2014, 11:41:20 pm »
Hello,
Can i generate c++ files *.h and *.cpp files to diferent directories ?
The dialog that apears after selecting class and presing f11 shortcut does not seem to support this .
Thanx in advance .
Martin

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Generating *.cpp and *h files
« Reply #1 on: May 28, 2014, 11:56:55 pm »
Hello,

I don't think it's possible.

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Generating *.cpp and *h files
« Reply #2 on: May 29, 2014, 09:31:25 am »
Tools | Options | C++ | Source Path.

Default Value is: .\
Try something like: ..\src\

What it can't do (that I recall being asked for) is remove all subdirectories  after inc/include and append them back to the src directory.