News:

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

Main Menu

.cbp What does

Started by Дмитро, May 11, 2018, 04:29:37 PM

Previous topic - Next topic

Дмитро

Good time of day! Make clear spelling rules
.cbp What does his field mean? How are the wines written? Chi has clear descriptions of its intrinsic structure? Please, reply, I respect everyone.

Miguel Gimenez

If you want to know the internals of .CBP files, some time ago one of the developers stated that it is intended to be opaque, despite of the human-readable XML format.

BlueHazzard

QuoteIf you want to know the internals of .CBP files, some time ago one of the developers stated that it is intended to be opaque, despite of the human-readable XML format.
i second this.

But: There are some features that are only accessible within the cbp file (wild chart paths for example)....
The .cbp file is the so called codeblocks project file and it stores all relevant data for compiling your project. If you want to know more details open it with a text editor and read the entries. They are 90% of the time self explanatory. BUT: if you modify something and kill your project or compiler please don't come and ask for help, i warned you! ;)

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]