Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Chaklader on January 20, 2012, 02:15:36 pm

Title: Creating a project in Code blocks
Post by: Chaklader on January 20, 2012, 02:15:36 pm
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
Title: Re: Creating a project in Code blocks
Post by: oBFusCATed on January 20, 2012, 02:48:26 pm
"File -> New -> Project..." and then "Project -> Add files"
Title: Re: Creating a project in Code blocks
Post by: MortenMacFly on January 20, 2012, 03:06:36 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.
Title: Re: Creating a project in Code blocks
Post by: Jenna on January 20, 2012, 04:09:20 pm
And don't forget to remove main.cpp if it is not part of your new project.
Title: Re: Creating a project in Code blocks
Post by: Chaklader on January 24, 2012, 09:52:52 am
I'm sorry to reply you so late. Thanks everyone. I already made it  ;D
Though I have some compiling error