Found this link today, thought it was interesting. A tutorial on using C++, from getting the tools to writing the code. Advanced features (almost everything OO, I think...) are not covered.
http://home.no.net/dubjai/win32cpptut/h ... ut_01.html
"correct" C++ tutorial
Moderator: Moderators
- XMEN Gambit
- Site Admin
- Posts: 4122
- Joined: Thu Nov 18, 1999 12:00 am
Somewhat-related note:
This website has downloads of a free IDE plus compiler for C/C++ or Pascal, called Dev-C++ or Dev-Pascal, respectively. It uses the windows port of GCC and the IDE is GPL'd too. Seems very nice. If you're used to MS Dev Studio you'll find that there are some things it doesn't do, but OTOH it's easier to find and change settings. Forums, mailing lists, and FAQs are present also.
This website has downloads of a free IDE plus compiler for C/C++ or Pascal, called Dev-C++ or Dev-Pascal, respectively. It uses the windows port of GCC and the IDE is GPL'd too. Seems very nice. If you're used to MS Dev Studio you'll find that there are some things it doesn't do, but OTOH it's easier to find and change settings. Forums, mailing lists, and FAQs are present also.
-
- Inmate
- Posts: 2369
- Joined: Mon Oct 02, 2000 12:09 am
- Location: Silverdale, WA
-
- Inmate
- Posts: 2369
- Joined: Mon Oct 02, 2000 12:09 am
- Location: Silverdale, WA
- XMEN Gambit
- Site Admin
- Posts: 4122
- Joined: Thu Nov 18, 1999 12:00 am