Geometry.Net - the online learning center
Home  - Computer - Cpp
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 194    1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

         Cpp:     more books (100)
  1. C Programming Language (2nd Edition) (Prentice Hall Software) by Brian W. Kernighan, Dennis M. Ritchie, 1988-04-01
  2. Programming in C (3rd Edition) (Developer's Library) by Stephen Kochan, 2004-07-18
  3. Expert C Programming by Peter van der Linden, 1994-06-24
  4. Study Guide for C Programming: A Modern Approach by Manuel Bermudez, 1998-01
  5. Practical C Programming, 3rd Edition by Steve Oualline, 1997-08-01
  6. Programming in Objective-C (Developer's Library) by Stephen Kochan, 2003-12-18
  7. Absolute Beginner's Guide to C (2nd Edition) (Other Sams) by Greg Perry, 1994-04-18
  8. Embedded C Programming and the Microchip PIC by Richard H. Barnett, Sarah Cox, et all 2003-11-03
  9. C Primer Plus (5th Edition) by Stephen Prata, 2004-12-03
  10. Schaum's Outline of Programming with C by Byron S. Gottfried, 1996-06-01
  11. Programming Embedded Systems: With C and GNU Development Tools, 2nd Edition by Michael Barr, Anthony Massa, 2006-10-01
  12. Secure Programming Cookbook for C and C++: Recipes for Cryptography, Authentication, Input Validation & More by John Viega, Matt Messier, 2003-07-14
  13. Computer Science: A Structured Programming Approach Using C (2nd Edition) by Behrouz A. Forouzan, Richard F. Gilberg, 2000-03-03
  14. The Waite Group's C Programming Using Turbo C++/Book and Disk (The Waite Group) by Robert Lafore, 1993-10

1. Programming In C
`This Rationale summarizes the deliberations of X3J11, the Technical Committee charged by ANSI with devising a standard for the c programming language. .
http://www.lysator.liu.se/c/
ANSI History Culture Literature ... What's new? ANSI C
ISO/IEC JTC1/SC22/WG14 and N843, the official committee document
The first chain of abbreviations is the committee responsible for maintaining and updating the C language definition; the second, N843, designates the Final Committee Draft of what will one day be the next C standard. As usual, there are versions in gzipped PostScript and Adobe Acrobat format
hyperlinked version of N794
, a slightly earlier draft.
A brief description of Normative Addendum 1, by Clive Feather
This work - 4 years in the doing - has culminated in Normative Addendum 1.
Normative Changes to ISO/IEC 9899:1990 in Technical Corrigendum 1
Four years after the adoption of the ANSI C standard as an International Standard in 1990, answers to the first batch of defect reports have been formally accepted: the C standard has changed.
David R. Tribble: C99 vs. C++98
David R. Tribble has tracked down all the subtle differences between ISO C and ISO C++, as well as the features that once differed but have been aligned, and lists them with references to the two defining documents.
Paul Eggert summarizes Technical Corrigendum 2
ISO C Technical Corrigendum 2 (TC2) has been approved. Even leaner than its predecessor TC1, it consists only of small changes in response to Defect Reports, and will be of interest mostly to compiler and test suite vendors.

2. Programming In C
Programming in C UNIX System Calls and Subroutines using C,. C Program Structure; Variables Defining Global Variables; Printing Out and Inputting Variables.
http://www.cs.cf.ac.uk/Dave/C/CE.html
Programming in C
UNIX System Calls and Subroutines using C,
A. D. Marshall 1994-9 Substantially Updated March 1999
Next:
Search for Keywords in C Notes
Keyword Searcher
Download Postscript Version of Notes
Click Here to Download Course Notes. Local Students Only.
Algorithm Animations
Direct link to Java Algorithm Animations (C related)
C COURSEWARE
Lecture notes + integrated exercises, solutions and marking

3. The C Programming Language
by Brian W. Kernighan and Dennis M. Ritchie. Prentice Hall, Inc., 1988. ISBN 013-110362-8 (paperback), 0-13-110370-9 (hardback). e Programimit C, Shtëpia Botuese Euroilindja, Tiranë. Chinese C
http://cm.bell-labs.com/cm/cs/cbook
The C Programming Language, Second Edition
by Brian W. Kernighan and Dennis M. Ritchie
Prentice Hall, Inc., 1988.
ISBN 0-13-110362-8 (paperback), 0-13-110370-9 (hardback).
  • The book is readily available at large bookstores (especially university ones around beginning of term) but tends not to be stocked at the mall because it's treated like a textbook. Ordering it online is easy, for example at Amazon.com Borders Blackwell's , or Fatbrain You can also look it up at the Prentice-Hall home page. Kernighan , a relatively uncommon name, is a good search term to find it quickly at all of these places. If you are curious, a GIF-format graph of its sales rank at Amazon.com for the last couple of years is available.
  • Here is a list of errata in the published version; many of these are corrected in recent printings.
  • The history of the language is traced in ``The Development of the C Language'', from HOPL II, 1993: browsable , or printable PostScript or PDF . This and other historical material, including early manuals and compilers, is available at Dennis Ritchie's home page , while Brian Kernighan's home page collects pointers to his work on C and diverse other languages and systems.

4. C Programming
Next Contents. c programming. Dialects of C Common C; ANSI C. A Quick Overview of C A Very Simple Program; A Weight Conversion Program;
http://www.strath.ac.uk/IT/Docs/Ccourse/
Next: Contents
C Programming
Steve Holmes
University of Strathclyde Computer Centre
Curran Building
100 Cathedral Street
Glasgow
Please note: Steve no longer works for the University of Strathclyde, and we are unable to answer queries relating to this course. You are welcome to make links to it however, but please bear in mind that it was written for students within the University and so some parts may not be relevant to external readers.

5. Howstuffworks "How C Programming Works"
A computer program is the key to the digital city If you know the language, you can get a computer to do almost anything you want. Learn how to write computer programs in C. Introduction to How
http://www.howstuffworks.com/c.htm
ComputerStuff AutoStuff ElectronicsStuff ScienceStuff ... PeopleStuff
Top Subjects
CD Burners
Home Networking RAM Computer Viruses ... Web Servers
Sponsored By:
Categories
Hardware
Internet Peripherals Security ... Browse the Computer Library
Explore Stuff
Lidrock.com
Big List of Articles Get the Newsletter Shop or Compare Prices ... Search HSW and the Web
Search Google Main Computer Software
How C Programming Works
by Marshall Brain Table of Contents Introduction to How C Programming Works What is C? The Simplest C Program The Simplest C Program: What's Happening? Variables Printf Printf: Reading User Values Scanf Branching and Looping Looping: A Real Example Arrays More on Arrays Functions Functions: Function Prototypes Libraries Making a Library Makefiles Text Files Text Files: Opening Text Files: Reading Pointers Pointers: Why? Pointer Basics Pointers: Understanding Memory Addresses Pointers: Pointing to the Same Address Pointers: Common Bugs Using Pointers for Function Parameters Dynamic Data Structures Dynamic Data Structures: The Heap Dynamic Data Structures: Malloc and Free Advanced Pointers Pointers to Structures Pointers to Pointers A Linked Stack Example Using Pointers with Arrays Strings Special Note on Strings Operator Precedence Command Line Arguments Binary Files Lots More Information Shop or Compare Prices The C programming language is a popular and widely used programming language for creating computer programs . Programmers around the world embrace C because it gives maximum control and efficiency to the programmer. If you are a programmer, or if you are interested in becoming a programmer, there are a couple of benefits you gain from learning C:

6. Brian W. Kernighan: Programming In C: A Tutorial
compilers today do no longer understand the C of 1974, four years before Kernighan and Ritchie published the first edition of ``The c programming Language .
http://www.lysator.liu.se/c/bwk-tutor.html
Programming A Tutorial
Brian W. Kernighan
Bell Laboratories, Murray Hill, N. J.
Although it has lost little of its didactic value, it describes a language that C compilers today do no longer understand: the C of 1974, four years before Kernighan and Ritchie published the first edition of ``The C Programming Language''. Table of Contents:
  • Introduction
  • A Simple C Program
  • A Working C Program; Variables; Types and Type Declarations
  • Constants ...
  • Simple I/O getchar, putchar, printf
  • If relational operators compound statements
  • While Statement ...
  • Initialization of Variables
  • Scope Rules : Who Knows About What
  • #define #include
  • Bit Operators
  • Assignment Operators ...
  • Floating Point
  • Horrors! goto's and labels
  • Acknowledgements
    Introduction
    C lets you write your programs clearly and simply it has decent control flow facilities so your code can be read straight down the page, without labels or GOTO's; it lets you write code that is compact without being too cryptic; it encourages modularity and good program organization; and it provides good data-structuring facilities. This is not Users who would like the full story should consult the "C Reference Manual" by D. M. Ritchie
  • 7. C Programming
    c programming. Please note Steve no longer works for the University of Strathclyde, and we are unable to answer queries relating to this course. NextContents. c programming. Steve Holmes. University of Strathclyde Computer Centre Copyright Notice and Credits. Introduction. About C. C and UNIX
    http://www.strath.ac.uk/CC/Courses/NewCcourse/ccourse.html
    Next: Contents
    C Programming
    Steve Holmes
    University of Strathclyde Computer Centre
    Curran Building
    100 Cathedral Street
    Glasgow
    Please note: Steve no longer works for the University of Strathclyde, and we are unable to answer queries relating to this course. You are welcome to make links to it however, but please bear in mind that it was written for students within the University and so some parts may not be relevant to external readers.

    8. C Programming
    c programming. The notes Readings Notes to Accompany The c programming Language, by Kernighan and Ritchie (``K R ). Readings Introductory
    http://www.eskimo.com/~scs/cclass/cclass.html
    C Programming
    The notes on these pages are for the courses in C Programming I used to teach in the Experimental College at the University of Washington in Seattle, WA. Normally these notes accompany fairly traditional classroom lecture presentations, but they are intended to be reasonably complete (more so, for that matter, than the lectures!) and should be usable as standalone tutorials. '' side by side. If you're just getting your feet wet and would like a somewhat simpler introduction, read the `` Introductory Class Notes .'' If you have had an introduction to C (either here or elsewhere) and are now looking to fill in some of the missing pieces, read the `` Intermediate Class Notes Of course, just reading a book or these notes won't really teach you C; you will also want to write and run your own programs, for practice and so that the language concepts will make some kind of practical sense. Most of my programming assignments (including review questions) are here as well, along with their solution sets. (No peeking at the answers until you've given the problems your best shot!) These notes are arranged for the web in the usual hierarchy by section and subsection. If you want to read through all of them, without keeping track of your own stack to implement a depth-first tree traversal, just follow the ``read sequentially'' links at the bottom of each page.

    9. C Programming Notes
    c programming Notes. Introductory c programming Class Notes, Chapter 1 Steve Summit These notes are part of the UW Experimental College
    http://www.eskimo.com/~scs/cclass/notes/top.html
    C Programming Notes
    Introductory C Programming Class Notes, Chapter 1
    Steve Summit
    These notes are part of the UW Experimental College course on Introductory C Programming. They are based on notes prepared (beginning in Spring, 1995) to supplement the book The C Programming Language Chapter 1: Introduction Chapter 2: Basic Data Types and Operators Chapter 3: Statements and Control Flow Chapter 4: More about Declarations (and Initialization) ... Read Sequentially This page by Steve Summit mail feedback

    10. Chistory
    ABSTRACT. The c programming language was devised in the early 1970s as a system implementation language for the nascent Unix operating system.
    http://cm.bell-labs.com/cm/cs/who/dmr/chist.html
    The Development of the C Language*
    Dennis M. Ritchie
    Bell Labs/Lucent Technologies
    Murray Hill, NJ 07974 USA
    dmr@bell-labs.com
    ABSTRACT
    The C programming language was devised in the early 1970s as a system implementation language for the nascent Unix operating system. Derived from the typeless language BCPL, it evolved a type structure; created on a tiny machine as a tool to improve a meager programming environment, it has become one of the dominant languages of today. This paper studies its evolution.
    Introduction
    NOTE:
    It was then collected in the conference proceedings: History of Programming Languages-II ed. Thomas J. Bergin, Jr. and Richard G. Gibson, Jr. ACM Press (New York) and Addison-Wesley (Reading, Mass), 1996; ISBN 0-201-89502-1.

    This paper is about the development of the C programming language, the influences on it, and the conditions under which it was created. For the sake of brevity, I omit full descriptions of C itself, its parent B [Johnson 73] and its grandparent BCPL [Richards 79], and instead concentrate on characteristic elements of each language and how they evolved. C came into being in the years 1969-1973, in parallel with the early development of the Unix operating system; the most creative period occurred during 1972. Another spate of changes peaked between 1977 and 1979, when portability of the Unix system was being demonstrated. In the middle of this second period, the first widely available description of the language appeared:

    11. Cprog.oreilly.com -- Welcome To The O'Reilly C/C++ Programming Center -- Compute
    O'Reilly is a leader in technical and computer book documentation for C and C++ Programming. The center features C and C++ books, articles, resources and news. Mastering Algorithms with C. ObjectiveC Pocket Reference. Practical c programming, 3rd Edition Programming with GNU Software. Secure Programming Cookbook for C and C++
    http://cprog.oreilly.com/

    O'Reilly Home
    Press Room Jobs Resource Centers Perl Java Python C/C++ ... Enterprise Development Book Series Hacks Head First Cookbooks In a Nutshell ... Developer's Notebooks Publishing Partners No Starch Press Paraglyph Press Pragmatic Bookshelf Syngress Publishing Online Publications LinuxDevCenter.com MacDevCenter.com WindowsDevCenter.com ONDotnet.com ... Scripts
    Special Interest Events Meerkat News Ask Tim tim.oreilly.com ... Open Books Special Sales Academic Corporate Government Inside O'Reilly About O'Reilly International Advertise with Us Contact Us ... Bookstores Traveling to
    a tech show? Hotel Search
    Hotel Discounts

    Discount Hotels

    Chicago Hotels
    ...
    Hotels

    Get your gear on! The first collection of official O'Reilly Gear is now available at ThinkGeek
    Featured Book STL Pocket Reference Programmers familiar with the Standard Template Library (STL) need a small, lightweight memory aid. The STL encompasses containers, iterators, algorithms, and function objects, collectively representing one of the most important and widely used subsets of standard library functionality. STL Pocket Reference describes the functions, classes, and templates in the STL, and it is chock-full of information that you can take in at a glance, so you can get on with your work. A

    12. Howstuffworks "How C Programming Works"
    How c programming Works. by Marshall Brain, The c programming language is a popular and widely used programming language for creating computer programs.
    http://computer.howstuffworks.com/c.htm
    ComputerStuff AutoStuff ElectronicsStuff ScienceStuff ... PeopleStuff
    Top Subjects
    CD Burners
    Home Networking RAM Computer Viruses ... Web Servers
    Sponsored By:
    Categories
    Hardware
    Internet Peripherals Security ... Browse the Computer Library
    Explore Stuff
    Lidrock.com
    Big List of Articles Get the Newsletter Shop or Compare Prices ... Search HSW and the Web
    Search Google Main Computer Software
    How C Programming Works
    by Marshall Brain Table of Contents Introduction to How C Programming Works What is C? The Simplest C Program The Simplest C Program: What's Happening? Variables Printf Printf: Reading User Values Scanf Branching and Looping Looping: A Real Example Arrays More on Arrays Functions Functions: Function Prototypes Libraries Making a Library Makefiles Text Files Text Files: Opening Text Files: Reading Pointers Pointers: Why? Pointer Basics Pointers: Understanding Memory Addresses Pointers: Pointing to the Same Address Pointers: Common Bugs Using Pointers for Function Parameters Dynamic Data Structures Dynamic Data Structures: The Heap Dynamic Data Structures: Malloc and Free Advanced Pointers Pointers to Structures Pointers to Pointers A Linked Stack Example Using Pointers with Arrays Strings Special Note on Strings Operator Precedence Command Line Arguments Binary Files Lots More Information Shop or Compare Prices The C programming language is a popular and widely used programming language for creating computer programs . Programmers around the world embrace C because it gives maximum control and efficiency to the programmer. If you are a programmer, or if you are interested in becoming a programmer, there are a couple of benefits you gain from learning C:

    13. Genetic-programming.org-Home-Page
    A definitive source of information about the field of genetic programming with links and conferences.
    http://www.genetic-programming.org/
    Welcome to
    www.genetic-programming.org
    (a source of information about the field of genetic programming and the field of genetic and evolutionary computation)
    Genetic programming (GP) is an automated method for creating a working computer program from a high-level problem statement of a problem. Genetic programming starts from a high-level statement of “what needs to be done” and automatically creates a computer program to solve the problem. There are now 36 instances where genetic programming has automatically produced a result that is competitive with human performance , including 15 instances where genetic programming has created an entity that either infringes or duplicates the functionality of a previously patented 20 th -century invention, 6 instances where genetic programming has done the same with respect to a 21 st -centry invention, and 2 instances where genetic programming has created a patentable new invention. Given these results, we say that “Genetic programming now routinely delivers high-return human-competitive machine intelligence ” Click here for our definitions of “human-competitive,”

    14. Howstuffworks "How C Programming Works"
    How c programming Works. by Marshall Brain, Introduction to How c programming Works What is C? The Simplest C Program The Simplest C Program What s Happening?
    http://computer.howstuffworks.com/c2.htm
    ComputerStuff AutoStuff ElectronicsStuff ScienceStuff ... PeopleStuff
    Top Subjects
    CD Burners
    Home Networking RAM Computer Viruses ... Web Servers
    Sponsored By:
    Categories
    Hardware
    Internet Peripherals Security ... Browse the Computer Library
    Explore Stuff
    Lidrock.com
    Big List of Articles Get the Newsletter Shop or Compare Prices ... Search HSW and the Web
    Search Google Main Computer Software
    How C Programming Works
    by Marshall Brain Table of Contents Introduction to How C Programming Works What is C? The Simplest C Program The Simplest C Program: What's Happening? Variables Printf Printf: Reading User Values Scanf Branching and Looping Looping: A Real Example Arrays More on Arrays Functions Functions: Function Prototypes Libraries Making a Library Makefiles Text Files Text Files: Opening Text Files: Reading Pointers Pointers: Why? Pointer Basics Pointers: Understanding Memory Addresses Pointers: Pointing to the Same Address Pointers: Common Bugs Using Pointers for Function Parameters Dynamic Data Structures Dynamic Data Structures: The Heap Dynamic Data Structures: Malloc and Free Advanced Pointers Pointers to Structures Pointers to Pointers A Linked Stack Example Using Pointers with Arrays Strings Special Note on Strings Operator Precedence Command Line Arguments Binary Files Lots More Information Shop or Compare Prices The Simplest C Program Let's start with the simplest possible C program and use it both to understand the basics of C and the C compilation process. Type the following program into a standard text editor (vi or emacs on UNIX, Notepad on Windows or TeachText on a Macintosh). Then save the program to a file named

    15. DevCentral - C++ Tutorials
    Introduction to c programming This series contains a set of tutorials that will help you learn about the c programming language.
    http://devcentral.iticentral.com/articles/C /default.php

    16. C Programming
    c programming.
    http://www.geocities.com/SiliconValley/Vista/7336/robcstf.htm
    C Programming
    Home UK mirror
    Visit my Mappy page - A mapping utility for making levels for YOUR games (extremely good). Includes full source, examples and playback library functions. Now V1.3.18. DirectX playback library and (Win)Allegro playback library available
    Play Platform One the game online - A small java game you can play in your browser.
    Visit my Fatal Mission page - A nostalgic look back to games I wrote on the Amiga.
    Visit my F O U R page - A sort of game work in progress widget, not currently being updated.
    Visit my Alien Epidemic page. Updated 17/8/2000.
    Download 3 Puzzles: Baroll V1.05, Molefest V1.05 and Pyrastak V1.0 (1.8Mb) Windows (DirectX). Baroll has 72 levels of Barrel rolling puzzling. Molefest is a fun PipeMania type game. Pyrastak is... well, mysterious. Updated 28/10/2002 to latest Allegro 4.1.4 to fix problems on WinXP
    Download Baroll V1.05 DOS (1.3Mb) A great puzzle game for PC with many levels (full game).
    Download Molefest V1.05 DOS (526K) A great puzzle game for PC with many levels (full game, with source)
    Download Pyrastak V1.0 DOS

    17. C Programming Tutorial
    Welcome to About.com s free c programming tutorials. This tutorial features a series of lessons designed to teach you the basics of c programming.
    http://cplus.about.com/library/blctut.htm
    zJs=10 zJs=11 zJs=12 zJs=13 zc(5,'jsc',zJs,9999999,'') About C / C++ Home Essentials ... More Tutorials zau(256,152,180,'gob','http://z.about.com/5/ad/go.htm?gs='+gs,''); Learning C++ Learning C C++ Programming Learning C# ... Help zau(256,138,125,'el','http://z.about.com/0/ip/417/0.htm','');w(xb+xb);
    Stay Current
    Subscribe to the About C / C++ newsletter. Search C / C++
    C Programming Tutorial
    Welcome to About.com's free C programming tutorials. This tutorial features a series of lessons designed to teach you the basics of C programming Background: History of C and C++
    Before You Begin: Note to Students
    Lesson 1: Hello World
    Lesson 2: Variables
    Lesson 3: Constants
    Lesson 4: Input and Output
    Lesson 5: Conditional Processing, Part 1
    Lesson 6: Conditional Processing, Part 2
    Lesson 7: Looping
    Lesson 8: Introduction to Pointers
    Lesson 9: Arrays Lesson 10: Strings Lesson 11: Structures Lesson 12: Memory Allocation Lesson 13: File I/0 and Command Line Arguments Lesson 14: Functions Lesson 15: Scope and Program Structure All Tutorials From John Kopp Your Guide to C / C++ Sign up for my Newsletter RATE THIS ARTICLE Would you recommend this article?

    18. NLP Books Nlp Tapes Nlp Cd's Nlp Videos With Richard Bandler
    A nonpartisan collection of articles, information, and resource hotlinks regarding Neuro-Linguistic programming on the Internet.
    http://www.nlp.org/
    NLP.org If You're Looking for Stever Robbins Info Server: Click Here Or You Will be Transported to NLP.org's
    temporary redirect in a few seconds or Click Here

    19. Eddie's Basic Guide To C Programming
    Offers basic tutorials and help on c programming, HTML and JavaScript. c programming A set of tutorials about the basics of programming in C,
    http://www.iota-six.co.uk/c/default.asp
    C Programming - A set of tutorials about the basics of programming in C Home C Programming HTML JavaScript Forums Books ... Contact
    Welcome! Hello and welcome to the new-look guide to the basics of C programming. The previous designs were informative but dull. The new version aims to put the "fun" back in online learning. Plus there are a few new gadgets to play about with along the way. Each lesson will cover the bare essentials and you'll be expected to go away and find out more advanced areas if you are feeling keen. My advice... buy a book instead! C/C++ Programming Books There is wide selection of books on C/C++ at Amazon.com but the following were bought by past visitors to this site: Absolute Beginner's Guide to C - Perry
    The C Programming Language
    - Kernighan, Ritchie
    Sams Teach Yourself C in 21 Days
    - Jones, Aitken
    Sams Teach Yourself C In 24 Hours
    - Zhang
    - Gookin
    The C++ Programming Language
    - Stroustrup
    Sams Teach Yourself C++ in 21 Days
    - Liberty US and UK prices are found in the Books section.

    20. Welcome To Eddie's Basic Guide To C Programming / HTML / JavaScript
    Offers basic tutorials and help on c programming, HTML and JavaScript. Includes forums, newsfeeds and Flash Games. Learn how to program in C.
    http://www.iota-six.co.uk/

    What do you want to do now?
    Learn how to program in C Download EditPad Lite (free text editor) Build some basic web pages in HTML Learn a bit of JavaScript Talk to others in the forums Look at some books on C, C++, HTML, JavaScript ... Get cheap web hosting and make $$$ on the web

    Page 1     1-20 of 194    1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

    free hit counter