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


Reply
  Search this Thread
Old 09-28-2013, 08:47 AM   #31
TheShellWave
LQ Newbie
 
Registered: Sep 2013
Posts: 6

Rep: Reputation: Disabled

I have C programming tutorials in Linux videos. You will need to have GCC and GDB in your system, and all is done in console or terminal. I think this is better way to learn C in Linux. The link is: http://www.youtube.com/user/TheShellWave
 
Old 10-18-2013, 03:31 AM   #32
horvat
LQ Newbie
 
Registered: Oct 2013
Posts: 1

Rep: Reputation: Disabled
Does anybody have something about the newest C++11?
 
Old 10-18-2013, 11:10 AM   #33
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,193

Rep: Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307
Quote:
Originally Posted by horvat View Post
Does anybody have something about the newest C++11?
Herb Sutter: (Not Your Father’s) C++
 
Old 11-24-2013, 11:50 AM   #34
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,649

Rep: Reputation: 255Reputation: 255Reputation: 255
This one is also pretty nice and quite simple:
http://c.happycodings.com/
 
Old 03-30-2014, 12:12 AM   #35
jlturriff
LQ Newbie
 
Registered: Oct 2009
Location: 60 miles from Kansas City MO
Distribution: OpenSuSE
Posts: 6

Rep: Reputation: 0
Re: C++11

The best book I've found for the C++11 Standard Library is
The C++ Standard Library - A Tutorial and Reference, 2nd Edition by Nicolai M. Josuttis. (The first edition covers the library prior to C++11.) Mr. Josuttis has also written Object-Oriented Programming in C++ and co-authored C++ Templates: The Complete Guide with David Vandevoorde.

Note that some features of the C++11 Standard Library have not yet been implemented in gcc :-( and must be obtained from one or another of the c libraries.

I like Mr. Josuttis' Object-Oriented Programming in C++ because, in contrast with many other C++ books I have tried to learn from, it is a treatise on pure C++, not a book about C with use of the << and >> methods and a few chapters in the back about classes and methods.
 
Old 08-26-2014, 12:04 PM   #36
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,193

Rep: Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307
Has this been posted yet?

https://developers.google.com/edu/c++/
 
Old 12-23-2014, 06:21 PM   #37
TheShellWave
LQ Newbie
 
Registered: Sep 2013
Posts: 6

Rep: Reputation: Disabled
New Link! I have C programming tutorials in Linux videos. You will need to have GCC and GDB in your system, and all is done in console or terminal. I think this is better way to learn C in Linux. The link is: http://www.youtube.com/user/IOVideoWave
 
Old 02-08-2015, 10:37 AM   #38
TheShellWave
LQ Newbie
 
Registered: Sep 2013
Posts: 6

Rep: Reputation: Disabled
Moved my C Programming in Linux Tutorials to another channel. You will need to have GCC and GDB in your system, and all is done in console or terminal. I think this is better way to learn C in Linux. My YouTube channel name is ShellWaveX
 
1 members found this post helpful.
Old 12-11-2015, 12:53 PM   #39
joel2001k
Member
 
Registered: Mar 2007
Distribution: GNU/Linux debian unstable main
Posts: 95

Rep: Reputation: 17
Swiss German C Tutorial

Swiss German C Tutorial / Schweizer Deutsches C Tutorial

http://sourceforge.net/projects/ctutorialswissg/
http://minos-one.org/tutorial/c-programming/book.html
 
Old 12-20-2015, 02:01 AM   #40
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
Quote:
Originally Posted by joel2001k View Post
,
vielleicht soit I a ans im Weana Dailekt mochn
 
Old 12-21-2015, 12:35 AM   #41
joel2001k
Member
 
Registered: Mar 2007
Distribution: GNU/Linux debian unstable main
Posts: 95

Rep: Reputation: 17
Talking What about klingon language, too

Quote:
Originally Posted by a4z View Post
,
vielleicht soit I a ans im Weana Dailekt mochn
Great idea if you do so you might want to translate into klingon as well ... Just in case.
 
Old 08-01-2019, 01:55 PM   #42
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,193

Rep: Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307
I just learned about Modern C.
 
1 members found this post helpful.
Old 09-07-2019, 01:21 AM   #43
sibelius
Member
 
Registered: Oct 2018
Location: Leura NSW Australia
Distribution: Linux Knoppix 8.1
Posts: 53

Rep: Reputation: 0
Very good list of sources of material
Thank you very much
 
Old 09-07-2019, 07:49 AM   #44
sibelius
Member
 
Registered: Oct 2018
Location: Leura NSW Australia
Distribution: Linux Knoppix 8.1
Posts: 53

Rep: Reputation: 0
very good
thank you.
 
Old 09-07-2019, 07:51 AM   #45
sibelius
Member
 
Registered: Oct 2018
Location: Leura NSW Australia
Distribution: Linux Knoppix 8.1
Posts: 53

Rep: Reputation: 0
very good
thank you.
 
  


Reply

Tags
anjuta, c++, codeblocks, kdevelop, programming, tutorials


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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:23 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