Author Topic: Adding a Source Files to a project  (Read 3954 times)

Offline Gamegoofs2

  • Multiple posting newcomer
  • *
  • Posts: 11
Adding a Source Files to a project
« on: September 25, 2009, 05:31:38 am »
How do you add source files to a project? I've looked at the manual but can't find anything on it.
Thanks for your help.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6035
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Adding a Source Files to a project
« Reply #1 on: September 25, 2009, 06:10:39 am »
How do you add source files to a project? I've looked at the manual but can't find anything on it.
Thanks for your help.
Menu->project->add files.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Gamegoofs2

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: Adding a Source Files to a project
« Reply #2 on: September 25, 2009, 06:20:02 am »
Ah! I see thanks!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Adding a Source Files to a project
« Reply #3 on: September 25, 2009, 08:10:36 am »
Or right click on the project in the "management -> project" window then "add files"
(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!]