Can u tell me an good e-book to learn "C"


 
Thread Tools Search this Thread
Top Forums Programming Can u tell me an good e-book to learn "C"
# 1  
Old 03-13-2013
Can u tell me an good e-book to learn "C"

Actually I know bit of C++ and Java & C# for a extend.
But when I have tried to go through some online exams of C++, I have found out that there's a lot for me to learn in C++ also. And as I Believe, most of the things are the once that C++, got from C. Actually I'm good with those OOP concepts and all that.
So I decided, that I should learn some C, initially. At least the basic things of it at first.
So can someone tell me a good e-book to learn some C ?
It's better if that can be a recommend one by, own experience and the content in it is understandable without any knowledge about basic C.

Thx.

---------- Post updated at 02:06 PM ---------- Previous update was at 10:20 AM ----------

ain't there any answer ?
# 2  
Old 03-13-2013
There are many fine tutorials online. It is mainly a proper subset of C++ and highly overlapped with JAVA. The LINUX and GNU bits are great examples, too, with man pages to explain what they are trying to do at the command and call level. I once though it would be neat to teach C and UNIX by having students write things like grep, ls, find in C from the man page. The LINUX strace, Solaris/AIX truss and tusc are great for watching programs call the kernel for services.
This User Gave Thanks to DGPickett For This Post:
# 3  
Old 03-13-2013
I don't know specifically about ebooks.

But my two favorite C book are:

Programming in C - Kochan
C Programming Language - K&R
This User Gave Thanks to hanson44 For This Post:
# 4  
Old 03-13-2013
Kindle has at least one free lending library, and the readers can be downloaded free.
This User Gave Thanks to DGPickett For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. Shell Programming and Scripting

Need a good book to learn UNIX Shell Scripting

I'm going to be starting a job in a month or so that I need to brush up on my Unix shell scripting skills. About 15 years ago, I took a college class for Unix shell scripting. I would like to find a good college book again, rather than just going to Amazon and just buying anything. This is... (2 Replies)
Discussion started by: dorlow
2 Replies

3. Programming

Good book to learn C

I'd like to learn C but I wanted to ask if anyone knows of a good book to start with. I came across some folks who said the best one is 'The C programming language, second edition' but some reviews said that it's not for beginners. I am learning Java and UNIX on my Mac and am familiar with... (6 Replies)
Discussion started by: Straitsfan
6 Replies

4. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

5. UNIX for Dummies Questions & Answers

good book to learn korn shell scripting

which is a gud book to learn advanced korn shell scripting? i know the basic shell scripting (1 Reply)
Discussion started by: shishirkotkar
1 Replies

6. Solaris

"learn" unix training for solaris.

Hey everybody I just wanted to throw something into the gears here. The first UNIX system I used was an IBM RS/6000 POWER Server 370h I believe, running AIX 3.2, I think (its been some time). On this System V machine was a learning facility called "learn" which taught basic shell operation and... (0 Replies)
Discussion started by: ultra0384
0 Replies

7. Linux

Looking for a good book to learn LINUX

I have just transferred from an mainframe DB2 area to an area that uses LINUX. Any suggestions for a good book to buy for learning LINUX? (1 Reply)
Discussion started by: bigdawg
1 Replies

8. UNIX for Dummies Questions & Answers

Good unix "for lamers/beginners" book?

Im pretty new to unix, as you can probably tell. Anyway I want to get a book on unix and howto use it. I would like to get a book that goes from the very basics to the advanced things that unix can be used for, does anyone have any suggestions?? (16 Replies)
Discussion started by: MadProfessor
16 Replies
Login or Register to Ask a Question