Author Topic: cbp file "Solved"  (Read 7018 times)

Offline pookito

  • Single posting newcomer
  • *
  • Posts: 2
cbp file "Solved"
« 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
« Last Edit: October 24, 2010, 10:40:53 pm by pookito »

Offline Folco

  • Regular
  • ***
  • Posts: 343
    • Folco's blog (68k lover)
Re: cbp file
« Reply #1 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.
Kernel Extremist - PedroM power ©

Offline pookito

  • Single posting newcomer
  • *
  • Posts: 2
Re: cbp file
« Reply #2 on: October 24, 2010, 10:40:27 pm »
Thanks.  :D