News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Creating a project in Code blocks

Started by Chaklader, January 20, 2012, 02:15:36 PM

Previous topic - Next topic

Chaklader

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

oBFusCATed

"File -> New -> Project..." and then "Project -> 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!]

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

And don't forget to remove main.cpp if it is not part of your new project.

Chaklader

I'm sorry to reply you so late. Thanks everyone. I already made it  ;D
Though I have some compiling error