News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

dev/SDK documentation?

Started by atomicdog, March 20, 2011, 04:46:19 AM

Previous topic - Next topic

atomicdog

I can't seem to find where the documentation for developers is.
I see some stuff on the wiki, but is there detailed SDK documentation?

Thanks,
John

ollydbg

BerliOS Developer: Project Filelist
There are some sdk documents.
But that was not enough, If you have some problems, you can just ask here in the C::B forum. :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ptDev

Quote from: atomicdog on March 20, 2011, 04:46:19 AM
I can't seem to find where the documentation for developers is.
I see some stuff on the wiki, but is there detailed SDK documentation?

Thanks,
John

If you have doxygen installed in your system, the svn trunk has a sdk.doxy file you can compile. I find combining the information from the doxygen documentation with the information from the wiki the most efficient.

MortenMacFly

...just updated to latest SVN in the files section...
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]

atomicdog

Thanks for the information everyone.
That helped a lot.