Thread: Useful Links

  1. #1
    30 Helens Agree neandrake's Avatar
    Join Date
    Jan 2002
    Posts
    640

    Useful Links

    An Idea came to me that a moderator should make a sticky and people browsing the boards can reply with some of the more useful links they've found.

    One that I've found and has been very helpful is:
    http://poli.cs.vsb.cz/c/help/
    It has a list of alot of header files(mainly for borland compilers) and in each, it lists functions and syntax and examples and more. It's extremely helpful.
    Some more interesting pages I have found are:
    http://www.vbsquare.com/articles/cdlls/
    That page has info on making dlls in c++ for use in VB.
    http://nehe.gamedev.net/
    That is NeHe, lots of tutorials on using OpenGL for game programming.
    http://www.intap.net/~drw/cpp/index.htm
    This is a beginner's site for C++. The unique thing I've found out about it, is that it gives examples for starting a game. (The site's not nearly finished and I don't know if it ever will be).
    http://www.peroxide.dk/
    Peroxide is a site with alot of different tutorials, mostly for game programming. Very interesting.
    http://www.gameprogrammer.co.uk/
    Amateur Game Developers site. Has tutorials on DirectX, 3D, console, sprites, collision detection, and more.
    http://www.dxcplusplus.co.uk/main.htm
    DirectX stuff. It's kinda slow and doesn't look like it's been updated recently.
    http://www.hal-pc.org/~johnnie2/winsock.html
    Johnnie's Winsock Tutorials. Very nice.
    http://libnet.sourceforge.net/
    Libnet. Library for network communication, not TCP/IP but other stuff such as IPX and UDP/IP. Tested on Linux/Unix/Windows/DOS.
    http://tangentsoft.net/wskfaq/
    Winsock programmer's faq.

    I have a large, organized bookmarks folder, not just C++ programming. I really think there should be something like a sticky/announcement for useful links.

    nean
    Environment: OS X, GCC / G++
    Codes: Java, C#, C/C++
    AOL IM: neandrake, Email: neandrake (at) gmail (dot) com

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Here's a library that I always give out.

    http://www.syndik.at/harald/regal/buecher/login_e.asp

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Magnet Links
    By anirban in forum Tech Board
    Replies: 3
    Last Post: 12-08-2007, 08:07 AM
  2. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  4. Creating URL links
    By Hexxx in forum C Programming
    Replies: 11
    Last Post: 12-31-2003, 10:52 AM