< Back to OSY 1.0 thread list

OSY 1.0 Thread Viewer

Thread #: 1343

I need to learn C++

DeAthe

Tue Jan 29 12:30:51 2002

As the title says, I need to learn C++, well basically being with it again, any suggestions on information available on the web?

Platform will be Gcc 3.0 on a linux box. Are there any good tutorials avail for free, or will I have to spend some cashola on a book?

AllYorBaseRBelong2Us

Tue Jan 29 12:58:41 2002

Well, here's a quick tutorial in ansi (or ansu) C++:

When you start your program to a blank file, here are teh basic parts of a typical C++ program

Headers
Function declarations
body
functions

We are going to skip function stuff for now and stick to the headers and the body:

here is a basic piece of C++ code that does very little of nothing:

[code]
#include <iostream.h>

void main()
{

cout << "OscarWilde is a Silly Goose of a Poopy Head" << endl;

return;
}
[/code]

This may be merely a decent tutorial, but it is ALL anyone needs to know about life.

(Edited by AllYorBaseRBelong2Us at 7:03 am on Jan. 29, 2002)

HitScan

Tue Jan 29 13:17:34 2002

If I were you I'd try to find a decent book. They tend to help me more than just goofing with examples. (That will work for something like VB, but for C++ you need a little structured learning ;) )
A Deitel & Deitel book would probly be good, but beyond them (and there are many, many more, heh) I don't know who to suggest. Just BE SURE you do NOT get an MFC programming book. They blow goat ass. All of them.
DeAthe

Tue Jan 29 14:48:45 2002

AYB, Thanks for the tutorial, I can now get a job programming for MS. :P

Hitscan: Thanks for theinfo, I'll check around and see what I can find.

AllYorBaseRBelong2Us

Tue Jan 29 15:08:07 2002

I think Hitscan is right

(say, aren't you the_Hitman's brother?)

Find a cheap book, or else search google for a couple tutorials.

Robocop Q Einstein

Tue Jan 29 15:20:52 2002

from AllYorBaseRBelong2Us posted at 10:08 am on Jan. 29, 2002


(say, aren't you the_Hitman's brother?)

Ouch.

HitScan

Tue Jan 29 15:37:03 2002

(say, aren't you the_Hitman's brother?)

[size=6]I am slighted[/size][size=9]![/size]
Mine wound is deep AYB, verily hath I been damaged by thy remark. Woe, woe is me!

No, actually, I am not related to Mr. "Basking in the warm glow of a Unix Terminal" man. People have mistakenly read his name as mine own no less than twice. It irks me highly.

A side note: Riemer! Enabling HTML on the board would be simply supar. I had some big plans for my slighted line. Sadly, they were dashed by ikonboards size=7 limit.
We surely wouldn't abuse the privilege, surely ;)

AllYorBaseRBelong2Us

Tue Jan 29 17:49:42 2002

[size=7]HAHAHA![/size]

:cheesy:

AYB was just kidding :tongue::cheesy: