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-12-2010, 05:11 AM   #1
X.Cyclop
Member
 
Registered: Jun 2006
Location: Tlv
Distribution: Arch!
Posts: 120

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


C/C++ TUTORIALS

* http://en.wikibooks.org/wiki/Programming:C_contents
* http://www.cprogramming.com
* http://www.cyberdiem.com/vin/tutorials.html
* 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

The C Book
Writing bug-free C code
http://cprog.tomsweb.net/cintro.html
http://www.augustcouncil.com/%7Etgibson/tutorial/
http://www.newty.de/fpt/index.html

Last edited by astrogeek; 12-20-2020 at 01:17 PM. Reason: Removed links to hijacked/defunct urls
 
Old 08-12-2010, 10:26 AM   #2
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,226

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Object-Oriented Programming With ANSI C

Last edited by dugan; 08-12-2010 at 10:50 AM.
 
2 members found this post helpful.
Old 08-20-2010, 11:45 AM   #3
pr_deltoid
Member
 
Registered: Jun 2010
Distribution: Fedora
Posts: 289

Rep: Reputation: 41
http://www.learncpp.com/
Very good site.
 
1 members found this post helpful.
Old 08-25-2010, 03:38 AM   #4
liunxlq
LQ Newbie
 
Registered: Feb 2010
Posts: 8

Rep: Reputation: -1
have a look
 
0 members found this post helpful.
Old 08-25-2010, 03:46 AM   #5
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
http://en.wikibooks.org/wiki/C_Programming

http://en.wikibooks.org/wiki/C%2B%2B_Programming

http://en.wikiversity.org/wiki/C%2B%2B

Last edited by Kenny_Strawn; 08-25-2010 at 03:48 AM.
 
1 members found this post helpful.
Old 08-25-2010, 08:11 PM   #6
wje_lq
Member
 
Registered: Sep 2007
Location: Mariposa
Distribution: FreeBSD,Debian wheezy
Posts: 811

Rep: Reputation: 179Reputation: 179
C resources from Steve Summit
 
Old 10-14-2010, 01:54 AM   #7
perfectruler
LQ Newbie
 
Registered: Oct 2010
Posts: 2

Rep: Reputation: 0
i think following are some good sources

http://www.vtc.omnice video tutorials
http://ocw.mit.edufor practical c tutorial
http://www.miniwiki.tk/c/index.htm nice c programming basic tutorials
http://www.academicearth.orgnice video lectures from high level universities

Last edited by perfectruler; 10-14-2010 at 01:56 AM.
 
Old 01-02-2011, 01:03 PM   #8
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,226

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
I've created a wiki page for links to C/C++ tutorials. A wiki page is more maintainable than a forum thread.

It currently contains every link posted to this thread so far (well, all the ones that aren't dead, that is).

X.Cyclops: please add the link to the top of your opening post.

Last edited by dugan; 01-02-2011 at 01:09 PM.
 
2 members found this post helpful.
Old 01-02-2011, 03:05 PM   #9
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
Good idea, +6.
 
Old 02-21-2011, 03:52 PM   #10
LlNUX
Member
 
Registered: Oct 2007
Location: Sydney, Australia
Distribution: Debian
Posts: 63

Rep: Reputation: 15
article dedicated to c++ pointers:
- C++ pointers basics
 
Old 03-04-2011, 12:34 AM   #11
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
http://www.shokhirev.com/nikolai/pro...links/cpp.html
 
Old 03-05-2011, 05:58 AM   #12
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
http://www.parashift.com/c++-faq-lite/

Courtesy: bigearsbilly
 
Old 03-06-2011, 08:41 PM   #13
hoseinit
LQ Newbie
 
Registered: Mar 2011
Posts: 3

Rep: Reputation: 0
I found "The Linux Programming Interface" Very helpful
http://www.amazon.com/Linux-Programm...9465484&sr=8-1
 
Old 03-29-2011, 04:25 PM   #14
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,226

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Can I ask what the first link in the OP was? The one labeled "E-Books"? It's broken now, but the address is for a directory in an online storage account. I just noticed it, and now I'm curious.

X.Cyclop: you might want to edit the link out of your post.

Last edited by dugan; 03-29-2011 at 05:28 PM.
 
Old 06-05-2011, 07:33 PM   #15
flamelord
Member
 
Registered: Jun 2011
Distribution: Arch Linux
Posts: 151

Rep: Reputation: 34
The C Programming Language, as I understand it, this book was the specification for C before C was standardized.

Last edited by flamelord; 06-06-2011 at 01:16 PM.
 
  


Reply

Tags
anjuta, c++, codeblocks, kdevelop, 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
[SOLVED] Tutorials on below Ajit Gunge Linux - Newbie 5 02-12-2010 02:34 PM
Tutorials papabill Fedora 2 05-16-2006 05:09 AM
C++ Tutorials? qcoder Programming 3 10-25-2003 02:12 PM
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 07:07 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