Building Block style programming Book


 
Thread Tools Search this Thread
Top Forums Programming Building Block style programming Book
# 1  
Old 05-19-2013
Hammer & Screwdriver Building Block style programming Book

Hello to all,

Here is my situation. Some time in the mid-80's I stumbled across a small white programming book - can't remember the name but it was unique in that it started right out giving instructions on creating building blocks in code as a foundation for a complete system. The book was all based on C ( or pascal ) but pretty sure it was ansi C.

It began with the most rudimentary functions - like how to read a byte from the terminal and then built on that foundation to allow you to build a complete library of functions for larger systems. I have been going crazy trying to find it again as it was in an office where I worked for a short time.

I am hoping that one of you has seen this book and can give me the isbn number or site where I might find it again. Sorry that I am a bit vague on this but I am really struggling with a memory lapse on this.

Thanks to any and all who respond
# 2  
Old 05-19-2013
Are you talking about The C Programming Language by Brian W. Kernighan & Dennis M. Ritchie?

1st Edition: ISBN 0131101633

2nd Edition: ISBN 0131103628
# 3  
Old 05-19-2013
Thanks for the response - no that's not it - I have that one. It goes over the specific forms of the language. The one I am trying to find started out with - here is a function to just read bytes from the terminal then built from there until you had a whole library of functions to build bigger systems.

It was kind of "learn-while-building" tinker-toy approach.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Programming guidelines and style

Hello all, I would like to know if there is a generally accepted unix shell programming Guideline? Do you have any idea where to find this? There are a lot of programming Guidelines to find over Google, but is there one who is generally accepted? (3 Replies)
Discussion started by: API
3 Replies

2. Programming

Programming book should every programmer read?

hi, i want some advice on a programming book should every programmer read? (2 Replies)
Discussion started by: kaja
2 Replies

3. Shell Programming and Scripting

any good book for shell programming and scripting??

as title suggest i am looking for good book to start learning shell programming.please help me with this. (5 Replies)
Discussion started by: pvk21
5 Replies

4. Programming

Unix System Programming Book

Hi, I've almost finished "Advanced Linux Programming" book. However, I feel as if I need dig deeper in IPC specially socket programming as well as multi-threading. Can anyone recommend a good book (preferably publically available)? (5 Replies)
Discussion started by: jaywalker
5 Replies

5. Programming

Building an argc/argv style structure from a string (char*)

Hello All, First post. I've been struggling with the following: Given a char* string, I need to construct an "int argc, char *argv" style structure. What I'm struggling with most is handling escaped-whitespace and quotes. e.g. the string: char *s = "hello world 'my name is simon'... (10 Replies)
Discussion started by: cbarwise
10 Replies

6. Shell Programming and Scripting

Which Book to refere 4 shell programming

Hi frnds i'm new to programming in shell, i just started to study in net but i want some book to refere , so any one pls tell me which books i can refere pls rate the book like for begining , user level , then for pandith or to become pandith level....... (3 Replies)
Discussion started by: ~monu~
3 Replies

7. Programming

System programming book

please tell me the best book for Unix's System programming..... so that i become expert in System programming.I have completed shell programming and i know C programming in Unix. please tell me which book i should prefer... -ajit (1 Reply)
Discussion started by: ajit_gupta
1 Replies

8. Shell Programming and Scripting

KORN SHELL PROGRAMMING BY EXAMPLE book

Hi all, can any tell if we can get Indian edition of korn shell programming by example by O'brain from QUE publications. I tried to and did not find. If any one is having the infi then pls let me know. thanks in advance. ksrsarma (0 Replies)
Discussion started by: ksrsarma
0 Replies

9. Programming

Unix Programming Book Comparison

Hi, I am starting out to program on Unix, having had experience in C and C++ in DOS. I would like to know, of these three, which is the best book for learning C programming in Unix: Advanced Unix Programming by Marc Rochkind Advanced Unix Programming by Warren Gay Advanced Programming in... (6 Replies)
Discussion started by: theicarusagenda
6 Replies

10. Shell Programming and Scripting

good book for unix shell programming

hi, i am ajay. I need a good book for shell programming. a book which covers from fundamental to advance shell programming. (3 Replies)
Discussion started by: ajaygodbole
3 Replies
Login or Register to Ask a Question