Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: gauravnaik on May 01, 2012, 10:33:41 am
-
hello,
i have some c++ files which i need to import under a single project in code blocks. I can open the files indvidually but i cannot use the features like "find implementaion" etc. i created a new project and replaced the main.cpp with the existing main, but it did not work.
please help.
thanks :)
-
Setup your project properly.
- create an empty project
- add all files needed to that project
- adjust the compiler / linker include path's and other settings so it compiles
- CC should work.