NavigationProgrammingLinks/Other
|
SnippetsWelcome to the new code snippets and tutorials section. Here you will find odd bits and ends that you may find useful at times. the sections are nicely catergorized. Feel free do use these snippets in your own code. A special note: I had to consult many message boards for some of these snippets. Special thanks to the members of allegro.cc, gamedev.net and flipcode.com. W i n d o w s P r o g r a m m i n gS i m p l e D i a l o g B a s e d A p p l i c a t i o n Language: C
Source: DlgApp.c G r a p h i c sF u l l S c r e e n O p e n G L W i n d o w Language: C
Source: fscreen.c O t h e rB i n a r y T o D e c i m a l Language: C++
Source: bintodec.cpp I n p u tU s i n g G e t A s y n c K e y S t a t e ( ) Description: GetAsyncKeyState() is a fast and easy way to handle input in games under the Windows Platform. |