ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Dev-C++ Questions ?

<< < (2/2)

f0dder:
mahesh2k: for OpenGL, google for NeHe's tutorials. Dunno if there's Dev-C++ specific versions, but if you need something that specific, you should probably wait with doing OpenGL and LUA and start with some more generic stuff, imho.

LUA? www.lua.org - again, if you aren't yet familiar enough with your compiler/IDE to compile from source and use that, wait a bit with LUA.

So indeed, start by familiarizing yourself with the GNU GCC compiler (which is what Dev-C++/MINGW uses), fiddle around with the Dev-C++ IDE and find the various compiler/linker settings (hint: to reduce exe size, you don't want to include debug/symbol info, and you want a release and not a debug build).

Also, things like C++ iostreams introduce more of a size hit than printf(), but they're also immensely more flexible.

Navigation

[0] Message Index

[*] Previous page

Go to full version