Re: New to the group - with question.
From: Karl Heinz Buchegger (kbuchegg_at_gascad.at)
Date: 07/26/04
- Next message: Tommy McDaniel: "Re: Garbage Collection - Stop Making Trash"
- Previous message: Chris Theis: "Re: do you ever found memory leak with STL?"
- In reply to: vknid: "New to the group - with question."
- Next in thread: Peter van Merkerk: "Re: New to the group - with question."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 26 Jul 2004 10:17:13 +0200
vknid wrote:
>
> I have one question though, I tried doing a search for it here, but didn't
> see anything in regards to it. I'm wondering if anyone knows of a beginner's
> video training course for C++? I know of a few programs that offer it, but
> the price ranges from $500 to $1000. I'm looking for something more around
> free =) Might be a stretch, but thought I would ask anyway.
Hmm.
I would forget the idea of a video course. Take that money and spend it
on some good books. You simply get more value out of it.
"Hey Bob, today we are talking about the 'for' instruction"
"Wow, John! That sounds like a lot of fun!"
"Yes, Bob. And it is easy too"
"Yes, John. So what about it. What can I do with it"
"Well, Bob. You can build looping constructs with it"
"Thats interesting John, lets see it in action!"
"Here it is Bob, I let variable i count from 0 to 10"
"Fantastic John, and it is so easy to do!"
"Yes, Bob. And that's not all. See how I can use it to count
up to 20, but this time only the odd numbers"
"John, I am really impressed!"
-- Karl Heinz Buchegger kbuchegg@gascad.at
- Next message: Tommy McDaniel: "Re: Garbage Collection - Stop Making Trash"
- Previous message: Chris Theis: "Re: do you ever found memory leak with STL?"
- In reply to: vknid: "New to the group - with question."
- Next in thread: Peter van Merkerk: "Re: New to the group - with question."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|