LinuxQuestions.org
Visit Jeremy's Blog.
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

Tags used in this thread
Popular LQ Tags , , ,

Reply
 
Thread Tools
Old 08-14-2006, 12:38 AM   #1
X.Cyclop
Member
 
Registered: Jun 2006
Location: Mexico City
Distribution: Ubuntu Dapper Drake
Posts: 39
Thanked: 0
Cool C/C++ Tutorials


[Log in to get rid of this advertisement]
So that nobody ask anymore.

TUTORIALS

C
* http://en.wikibooks.org/wiki/Programming:C_contents
* http://www.cprogramming.com
* http://www.silicontao.com/ProgrammingGuide/index.html
* http://www.cyberdiem.com/vin/tutorials.html
* http://msdn2.microsoft.com/en-us/lib...se(VS.80).aspx

-------------------------------------
C++

* http://www.zeuscmd.com/tutorials/cplusplus/index.php
* http://www.cplusplus.com/doc/tutorial/
* http://en.wikibooks.org/wiki/C++
* http://cplus.about.com/od/beginnerct...blcplustut.htm
* http://www.bloodshed.net/dev/doc/index.html
X.Cyclop is offline  
Tag This Post , , ,
Reply With Quote
Old 08-14-2006, 01:29 AM   #2
Gato Azul
Member
 
Registered: Sep 2003
Location: /dev/null
Distribution: Slackware 12.0, Ubuntu 7.04, CentOS 5.0
Posts: 127
Thanked: 0
Cool

And don't forget:

How To Think Like A Computer Scientist: Learning with C++
http://www.ibiblio.org/obp/thinkCS/cpp/english/
Gato Azul is offline     Reply With Quote
Old 08-14-2006, 02:18 AM   #3
NeoNmaN
LQ Newbie
 
Registered: Mar 2006
Posts: 23
Thanked: 0
whot is the difference on C and C++?
NeoNmaN is offline     Reply With Quote
Old 08-15-2006, 04:00 AM   #4
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380
Thanked: 0
C++ is a superset of C. Any C code will work in C++, but not the other way around. C++ is object-oriented--it introduces the concept of encapsulated objects with private and protected members and methods, and introduces some more keywords (i.e. class, public, protected, private, new, delete, etc) and some new syntaxes. Read the tutorials for more.
pda_h4x0r is offline     Reply With Quote
Old 08-15-2006, 04:01 AM   #5
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380
Thanked: 0
If you have a 68000-based TI graphing calculator (i.e. if you're a math student), there's a good C tutorial for you at www.technoplaza.net
pda_h4x0r is offline     Reply With Quote
Old 08-15-2006, 11:45 AM   #6
xhi
Senior Member
 
Registered: Mar 2005
Location: USA::Pennsylvania
Distribution: Slackware
Posts: 1,065
Thanked: 0
Quote:
Originally Posted by pda_h4x0r
If you have a 68000-based TI graphing calculator (i.e. if you're a math student), there's a good C tutorial for you at www.technoplaza.net
nice link. im going to have to get me one of those to try.
xhi is offline     Reply With Quote
Old 08-15-2006, 07:32 PM   #7
X.Cyclop
Member
 
Registered: Jun 2006
Location: Mexico City
Distribution: Ubuntu Dapper Drake
Posts: 39
Thanked: 0

Original Poster
Quote:
Originally Posted by NeoNmaN
whot is the difference on C and C++?
C is structured and C++ object-oriented.

http://www.faqs.org/qa/qa-117.html
X.Cyclop is offline     Reply With Quote
Old 08-15-2006, 09:00 PM   #8
sundialsvcs
Senior Member
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 2,718
Thanked: 43
The "C" language was originally designed as a simple compiler for a compact language on an equally-tiny computer. It has grown a lot since then, but it remains a language that is highly oriented toward telling the computer what to do. It's a lot easier to use than, say, assembly-language, but just about as expressive.

The "C++" language is one of the early implementations of a hybrid object-oriented language, much higher-level than C++ but originally implemented as a preprocessor: it generated "C" code as output which was then compiled. It, too, has "grown a lot since then."

I think it's fair to say that the "C++" language is much more oriented toward general-purpose computer programming than is "C", yet not as highly abstracted as other languages such as, say, Python, Perl, or REXX. It is, as I said, a hybrid object-oriented language... a superset of "C."
sundialsvcs is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
c# tutorials trscookie Programming 3 03-12-2006 07:52 PM
C++ Tutorials? qcoder Programming 3 10-25-2003 03:12 PM
Tutorials riyunikenshee Linux - Newbie 4 10-23-2003 03:36 AM
Qt tutorials nitin_kataria Programming 1 10-13-2003 10:22 AM
where to get tutorials saver Linux - Newbie 14 07-27-2003 04:27 AM


All times are GMT -5. The time now is 02:33 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration