Thread: Learning C

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    7

    Learning C

    Hi:

    I am trying to learn C on my own. I am reading a book called
    "Teach Yourself C" and this book was publishe in 1990. Also, I did download a compiler called "Miracle C" and it is shareware which is not free and i HAVE TO END UP PAYING $19.00. Just need some advise. Is this a good start? .

    Thanks

    Sam

  2. #2
    Comment your source code! Lynux-Penguin's Avatar
    Join Date
    Apr 2002
    Posts
    533
    get gcc
    make sure you learn ANSI C
    invest some time into a Unix OS for some miracles with C
    Asking the right question is sometimes more important than knowing the answer.
    Please read the FAQ
    C Reference Card (A MUST!)
    Pointers and Memory
    The Essentials
    CString lib

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    There's a bunch of details in the faq (link's on this page).

    Personally, I use Borland's free compiler (under Win98).
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Machine Learning with Lego Mindstorms
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 01-30-2009, 02:34 PM
  2. Best Approach for Learning
    By UCnLA in forum C Programming
    Replies: 5
    Last Post: 03-21-2008, 02:35 AM
  3. Need Help On a Simple Bank Program
    By oobootsy1 in forum C# Programming
    Replies: 9
    Last Post: 08-08-2005, 10:51 AM
  4. Learning Rate Of C++
    By Krak in forum C++ Programming
    Replies: 27
    Last Post: 01-29-2003, 01:53 PM