Pelles C forum

C language => Tips & tricks => Topic started by: Pelle on September 15, 2004, 09:27:05 PM

Title: A mix of possibly useful links...
Post by: Pelle on September 15, 2004, 09:27:05 PM
Here are some links you might find useful. Most of them are probably for more advanced C programmers, but some might be useful for 'newbies' too...

The Sysinternals web site provides you with advanced utilities, technical information, and source code related to Windows NT/2000/XP/2K3 and Windows 9x, Windows Me internals that you won't find anywhere else:
http://www.sysinternals.com/

Winspector - Ultimate Programmers Window Spy Utility:
http://www.windows-spy.com/

The Online Home Of Matt Pietrek (famous 'guru'):
http://www.wheaty.net/

NeHe Productions (OpenGL Tutorials and many downloads):
http://nehe.gamedev.net/

Catch22 Productions (source code, tutorials):
http://www.catch22.net/

SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine:
http://www.sqlite.org/

ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats (over 90 major formats):
http://www.imagemagick.org/

Pelle
Title: A mix of possibly useful links...
Post by: quiveror on September 16, 2004, 04:54:38 PM
Perl Compatible Regular Expressions Library (http://www.pcre.org/) - compiled with Pelles C without problem. :D

FNV hash algorithm (http://www.isthe.com/chongo/tech/comp/fnv/) - widely used by many apps including fasm :lol:
Title: A mix of possibly useful links...
Post by: Vortex on November 01, 2004, 09:10:48 PM
The Code Project - Free Source Code and Tutorials

http://www.codeproject.com
Title: Don't forget iczelion's awesome MASM tutorial
Post by: sanotto on January 31, 2006, 07:52:31 PM
See http://win32assembly.online.fr/