Dear All,
This is my first email in this forum. I had couple of files with that I need to create a project. I already opened a created a project with main.cpp file named CFD code in my D drive notebook. I have 15 other files composed of cpp source & header files. Anyone could tell me that how I could add the other files to main.cpp to finish the project ?
regards-
lemon
"File -> New -> Project..." and then "Project -> Add files"
Quote from: oBFusCATed on January 20, 2012, 02:48:26 PM
"File -> New -> Project..." and then "Project -> Add files"
...or even "Add files recursively", if needed. However, make sure you only add the files your project
really needs.
And don't forget to remove main.cpp if it is not part of your new project.
I'm sorry to reply you so late. Thanks everyone. I already made it ;D
Though I have some compiling error