Thread: ansi C tutorial

  1. #1
    Registered User
    Join Date
    Jul 2006
    Posts
    1

    ansi C tutorial

    can anyone recomend a web tutorial that only teaches valid ANSI C, such that when compiled with "gcc -W -ansi -pedantic" it will compile without errors? I've tried to find one but can't, and i'm not even sure if anything like this has be written.

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    The one's from this site should compile just fine.
    http://www.cprogramming.com/tutorial.html#ctutorial

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. My new website
    By joeprogrammer in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-17-2006, 07:38 PM
  2. Cprog tutorial: Design Patterns
    By maes in forum C++ Programming
    Replies: 7
    Last Post: 10-11-2004, 01:41 AM
  3. sigaction() and ANSI C
    By awoodland in forum Linux Programming
    Replies: 4
    Last Post: 04-25-2004, 01:48 AM
  4. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM
  5. Problem with tutorial (Vector class)
    By OdyTHeBear in forum C++ Programming
    Replies: 4
    Last Post: 12-18-2002, 02:49 PM