Author Topic: dev/SDK documentation?  (Read 6680 times)

Offline atomicdog

  • Single posting newcomer
  • *
  • Posts: 2
dev/SDK documentation?
« 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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5930
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: dev/SDK documentation?
« Reply #1 on: March 20, 2011, 04:55:04 am »
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.

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: dev/SDK documentation?
« Reply #2 on: March 20, 2011, 10:46:34 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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: dev/SDK documentation?
« Reply #3 on: March 20, 2011, 11:34:23 am »
...just updated to latest SVN in the files section...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline atomicdog

  • Single posting newcomer
  • *
  • Posts: 2
Re: dev/SDK documentation?
« Reply #4 on: March 21, 2011, 03:08:02 am »
Thanks for the information everyone.
That helped a lot.