LinuxQuestions.org
Help answer threads with 0 replies.
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 06-06-2011, 10:50 AM   #16
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

STOP POSTING LINKS TO THE C PROGRAMMING LANGUAGE!

It's not legally available as a free ebook. If you do find a "free" copy for download, it's pirated.

EDIT: Thanks for removing the link, Flamelord.

Last edited by dugan; 06-06-2011 at 03:15 PM.
 
3 members found this post helpful.
Old 06-06-2011, 01:18 PM   #17
flamelord
Member
 
Registered: Jun 2011
Distribution: Arch Linux
Posts: 151

Rep: Reputation: 34
I apologize, I didn't realize it was illegal.
I have removed the link.
Thank you for bringing this to my attention.

Last edited by flamelord; 06-06-2011 at 01:25 PM.
 
Old 06-26-2011, 08:47 PM   #18
vj.vijay
LQ Newbie
 
Registered: Jun 2011
Posts: 1

Rep: Reputation: Disabled
thank u
 
Old 07-12-2011, 09:16 AM   #19
fbb
Debian Packager
 
Registered: Jan 2007
Location: Oostum, the Netherlands
Distribution: Debian
Posts: 8

Rep: Reputation: 0
Nice overview! Thanks!

Here is a suggestion that would further improve the quality of your overview:

You mention the reference

C Annotations

In fact, it's called `C++ Annotations' and the [url moderated] link
offers an extremely old version of the Annotations, which currently is at its version 9.0.0. Oopweb shows version 6.2.2...

If you're interested in its recent version I suggest you look up the cppannotations.sf.net site, or simply install the C++ annotations from the Debian (or Ubuntu) repositories.

Cheers,

Frank (fbb)

Last edited by astrogeek; 12-20-2020 at 01:13 PM. Reason: Moderated malware hijacked url
 
Old 09-29-2011, 09:23 AM   #20
henry48
LQ Newbie
 
Registered: Sep 2011
Location: taxes
Posts: 2

Rep: Reputation: 0
Hi,

I think this is good resources for c++

http://en.wikibooks.org/wiki/Programming:C_contents
 
Old 10-04-2011, 05:50 PM   #21
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
Quote:
Originally Posted by henry48 View Post
I think this is good resources for c++

http://en.wikibooks.org/wiki/Programming:C_contents
It's for C, not C++, and it's moved here:

http://en.wikibooks.org/wiki/C_programming

Last edited by dugan; 10-04-2011 at 06:26 PM.
 
Old 10-10-2011, 01:51 AM   #22
cnxsoft
Member
 
Registered: Nov 2010
Location: Thailand
Distribution: Fedora 12, Ubuntu 10.10
Posts: 166

Rep: Reputation: 29
For those who prefer videos, here's a playlist with lots of videos tutorials for C++ uploaded by thenewbooston.
http://www.youtube.com/playlist?list...aylist-comment
 
Old 12-14-2011, 11:02 PM   #23
darkhorse92
LQ Newbie
 
Registered: Nov 2011
Posts: 14

Rep: Reputation: Disabled
c for dummies 2nd edition
c++ for dummies 5th edition
 
Old 03-13-2012, 07:26 AM   #24
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.gotw.ca/publications/index.htm
 
Old 05-28-2012, 04:25 PM   #25
Sergei Steshenko
Senior Member
 
Registered: May 2005
Posts: 4,481

Rep: Reputation: 454Reputation: 454Reputation: 454Reputation: 454Reputation: 454
C++ idioms:

http://en.wikibooks.org/wiki/C%2B%2B_Programming/Idioms
http://en.wikibooks.org/wiki/More_C%2B%2B_Idioms
.
 
Old 08-01-2012, 03:12 AM   #26
gchen
Member
 
Registered: May 2012
Location: Beijing China
Distribution: Asianux
Posts: 56

Rep: Reputation: Disabled
"Expert C Programming"
"Linker and Loader"
"C: A Reference Mannual Fifth Edition"

I have learn much from them.
 
Old 08-05-2012, 08:16 AM   #27
PlunderingPirate
LQ Newbie
 
Registered: Aug 2012
Posts: 4

Rep: Reputation: Disabled
Exclamation GTK+3 - gtk_entry_get_text - Segmentation Fault?

Sorry, wrong place, oops

Last edited by PlunderingPirate; 08-05-2012 at 08:17 AM. Reason: Wrong place - oops!
 
Old 10-10-2012, 04:57 AM   #28
michealburns
LQ Newbie
 
Registered: Oct 2012
Posts: 1

Rep: Reputation: 0
Wow!! Its a kind of database for learning C and C++. Thanks for sharing with us.
 
Old 05-27-2013, 05:57 AM   #29
iqbal51
LQ Newbie
 
Registered: Jul 2011
Posts: 4

Rep: Reputation: 0
Re: C/C++ Tutorials

I have little knowledge about C++. You share some C++ tutorials site. I think I can develop my programming skills form hare. Thanks for the sharing.
 
Old 07-16-2013, 11:08 AM   #30
thirdm
Member
 
Registered: May 2013
Location: Massachusetts
Distribution: Slackware, NetBSD, Debian, 9front
Posts: 317

Rep: Reputation: Disabled
Drafts of chapters 2 through 5 of Stroustrup's new edition of The C++ Programming Language continue to be available on his website:
http://www.stroustrup.com/4th.html

Btw I've started reading the new edition but haven't started the exercises yet. Has anyone been working through the exercises with a compiler older than g++ 4.8.1? Did you have enough C++11 support to get by? My system (Slackware 14.0) has gcc 4.7.1.
 
  


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 02:27 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