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-13-2006, 11:38 PM   #1
X.Cyclop
Member
 
Registered: Jun 2006
Location: Tlv
Distribution: Arch!
Posts: 120

Rep: Reputation: 21
Cool C/C++ Tutorials


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
 
Old 08-14-2006, 12:29 AM   #2
Gato Azul
Member
 
Registered: Sep 2003
Location: /dev/null
Distribution: CentOS, Ubuntu
Posts: 128

Rep: Reputation: 16
Cool

And don't forget:

How To Think Like A Computer Scientist: Learning with C++
http://www.ibiblio.org/obp/thinkCS/cpp/english/
 
Old 08-14-2006, 01:18 AM   #3
NeoNmaN
LQ Newbie
 
Registered: Mar 2006
Posts: 23

Rep: Reputation: 15
whot is the difference on C and C++?
 
Old 08-15-2006, 03:00 AM   #4
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Rep: Reputation: 31
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.
 
Old 08-15-2006, 03:01 AM   #5
pda_h4x0r
Member
 
Registered: Feb 2006
Location: somewhere in cyberspace
Distribution: Debian, Familiar
Posts: 380

Rep: Reputation: 31
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
 
Old 08-15-2006, 10:45 AM   #6
xhi
Senior Member
 
Registered: Mar 2005
Location: USA::Pennsylvania
Distribution: Slackware
Posts: 1,065

Rep: Reputation: 45
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.
 
Old 08-15-2006, 06:32 PM   #7
X.Cyclop
Member
 
Registered: Jun 2006
Location: Tlv
Distribution: Arch!
Posts: 120

Original Poster
Rep: Reputation: 21
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
 
Old 08-15-2006, 08:00 PM   #8
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
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."
 
  


Reply

Tags
c++, languages, programming, tutorials



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

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

All times are GMT -5. The time now is 02:45 AM.

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