Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pookito on October 24, 2010, 04:38:49 am

Title: cbp file "Solved"
Post by: pookito on October 24, 2010, 04:38:49 am
This is just a quick question from a newbie.  :D

It's been a while since I have done any type of programming.  So I decided to give it a try by using code blocks.  I have noticed that when I create a program there is a file which is has an extension named ".cbp".  The question is, when I import a program and I want Code::Blocks to read it, do I do that by opening the ".cbp" file, or should I stick with the "main.cpp" file.  Like I said it's been a while.  :D
Title: Re: cbp file
Post by: Folco on October 24, 2010, 10:32:32 am
Open C::B and use "File -> Open", then select the .cbp file (Code::Blocks Project).
You will have all the files of your program opened.
Title: Re: cbp file
Post by: pookito on October 24, 2010, 10:40:27 pm
Thanks.  :D