So im using Code::Block and was wondering if it was possible put it on a flash drive and make it porta
ble??? Any thoughts???
Last edited on
There are portable versions of Codeblocks out there.
Search for CodeBlocks EDU.
Last edited on
The cpp reference from cppreference is bundled into the help documents which is handy.
Also has the manual for GCC and other docs.
It is setup with glut so you can make some opengl programs.
Also has FLTK so you can make some GUI programs.
The FLTK opengl examples are pretty cool.