LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 08-05-2005, 04:13 AM   #1
InvisibleSniper
Member
 
Registered: Jul 2005
Location: Australia
Distribution: Debian
Posts: 113

Rep: Reputation: 15
Is There A C++ DVD Tutorial?


Is there a C++ tutorial on DVD? Also I seen two other DVD's, one was "Programming in C" is this the same as C++ or would it be worth learning this and would it help me to learn C++??
 
Old 08-05-2005, 04:25 AM   #2
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
I don't know of any DVD tutorial's dealing C++. However, I can tell you that C != C++ (they are not equal).

C libraries and programs can be compiled with most C++ compilers (g++ for example). However, the opposite is not true.

I find it best to think of C++ as an entirely different language that shares the same functional syntax as C but caters toward Object Oriented Programming.
 
Old 08-08-2005, 11:07 AM   #3
cragwolf
Member
 
Registered: Jan 2004
Location: arse-end of the world
Distribution: Zenwalk 2.8
Posts: 73

Rep: Reputation: 15
Quote:
Originally posted by jtshaw
I find it best to think of C++ as an entirely different language that shares the same functional syntax as C but caters toward Object Oriented Programming.
I would ammend the last bit to "caters toward different styles of programming, including procedural, object-oriented, and generic."
 
Old 08-08-2005, 11:49 AM   #4
lowpro2k3
Member
 
Registered: Oct 2003
Location: Canada
Distribution: Slackware
Posts: 340

Rep: Reputation: 30
Quote:
Originally posted by jtshaw
I don't know of any DVD tutorial's dealing C++. However, I can tell you that C != C++ (they are not equal).

C libraries and programs can be compiled with most C++ compilers (g++ for example). However, the opposite is not true.

I find it best to think of C++ as an entirely different language that shares the same functional syntax as C but caters toward Object Oriented Programming.
Agreed, I get frustrated when people act like they're the same language. You need practice in both to truely call yourself a C/C++ programmer.

Also, where did you see these DVD's InvisibleSniper? I'm interested

Last edited by lowpro2k3; 08-08-2005 at 11:51 AM.
 
Old 08-08-2005, 07:45 PM   #5
InvisibleSniper
Member
 
Registered: Jul 2005
Location: Australia
Distribution: Debian
Posts: 113

Original Poster
Rep: Reputation: 15
Turns out it was only a VHS but it is called "Programming In C"
The link is below:

http://www.amazon.com/exec/obidos/se...000338-7589648

::EDIT::

There is also one more I found, it's title is " The World of Objects with Philippe Kahn (OOP: Object Oriented Programming)"

Would this be of any use to a begginer C++ programmer like me?

Link::
http://www.amazon.com/exec/obidos/se...000338-7589648

Also what's it like doing a C++ course, do any of you know of any good online courses?

Last edited by InvisibleSniper; 08-08-2005 at 07:50 PM.
 
Old 08-08-2005, 09:24 PM   #6
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Blog Entries: 9

Rep: Reputation: 48
get a book. "Practical C++ Programming" published by O'reilly is really good. I've been taking an online C Programming course through O'reilly's Learning Lab. It's really good as well, very helpful. I taught myself a little C++ before I took the course so it was easier I think than most people would have it, but still very good
 
Old 08-09-2005, 02:35 AM   #7
InvisibleSniper
Member
 
Registered: Jul 2005
Location: Australia
Distribution: Debian
Posts: 113

Original Poster
Rep: Reputation: 15
What course are you learning because I can't see it on there?
 
Old 08-09-2005, 03:19 AM   #8
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Have a look here. They're expensive though!
 
Old 08-10-2005, 05:15 AM   #9
InvisibleSniper
Member
 
Registered: Jul 2005
Location: Australia
Distribution: Debian
Posts: 113

Original Poster
Rep: Reputation: 15
I can't see C++ there. I know that C++ is just C with object orientated programming, so would it be best to lern C first, that way I would learn all the functions and pointers ect?

Last edited by InvisibleSniper; 08-10-2005 at 05:21 AM.
 
Old 08-10-2005, 09:57 AM   #10
lowpro2k3
Member
 
Registered: Oct 2003
Location: Canada
Distribution: Slackware
Posts: 340

Rep: Reputation: 30
Quote:
Originally posted by InvisibleSniper
I can't see C++ there. I know that C++ is just C with object orientated programming, so would it be best to lern C first, that way I would learn all the functions and pointers ect?
Not necessarily. C++ is more than just C with classes, but many people choose the route you've suggested. Since I learned C++ before C I would recommend the opposite way. I find it easy to go back and learn the little bits of C knowledge I'm lacking. It all depends on the person, you can really learn any programming language and jump to another. Since I know C++ pretty deeply I can assure you that its quite different from C even if they look the same. I can definately tell the difference in code between a C++ programmer, and a C programmer who knows C++. I'm sure many C programmers can do the same.
 
Old 08-10-2005, 10:04 AM   #11
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Blog Entries: 9

Rep: Reputation: 48
having started w/ C++ first, and then C, I think you should do the opposite(C, then C++). Why? C is much more technical feeling. It's more obscure, granted, at the beginning it's mostly the same structure and so forth(I assume until you get to object-orientation), but C++ is closer to the english language. Just a thought. I like C++ better, but it's easy to see where C++ came from(C). Anyone know of any sites that teach B(the language that C was based on)? Just out of curiosity.
 
Old 08-10-2005, 10:07 AM   #12
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
I found a page on B: http://cm.bell-labs.com/cm/cs/who/dmr/bintro.html
 
Old 08-11-2005, 10:31 AM   #13
InvisibleSniper
Member
 
Registered: Jul 2005
Location: Australia
Distribution: Debian
Posts: 113

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by lowpro2k3
Agreed, I get frustrated when people act like they're the same language. You need practice in both to truely call yourself a C/C++ programmer.

Also, where did you see these DVD's InvisibleSniper? I'm interested
I also found another C and a C++ video tutorial, it looks really good. Comes with 8 VHS's and program code on a disk. Just search for C++ Video Course on this website, it looks really worth it. Also can you tell me what you think of it please.

http://www.safepay.net/cgi-bin/shop/...nt=mixsoftware

Last edited by InvisibleSniper; 08-11-2005 at 10:36 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
which DVD player can play DVD from hard drive *and* support DVD Menu ? tho_x_tran Linux - Software 16 11-16-2006 02:00 PM
tutorial LAdProg2005 Linux - Newbie 6 10-07-2005 11:54 AM
C++ Tutorial dlublink Linux - Newbie 4 02-15-2005 01:40 PM
DVD-Video burned on DVD-RW works but not on DVD-R iccananea Linux - Software 2 06-28-2004 08:34 PM
How about a weekly tutorial? or just a tutorial Alinuxnoob LQ Suggestions & Feedback 2 04-09-2002 08:30 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 05:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration