Book a Demo

Author Topic: The .cpp and .h filenames  (Read 1931 times)

GpsArch

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
The .cpp and .h filenames
« on: January 29, 2011, 07:35:51 am »
By default the EA for each class like MyClassName generates files MyClassName.cpp and MyClassName.h

Is there any way to customize the EA so it would generate instead
prefix_my_class_name.cpp and prefix_my_class_name.h ?

Thanks a lot.