Thread: Need a quicky C reference guide of come sort

  1. #1
    Registered User
    Join Date
    Jan 2008
    Posts
    2

    Need a quicky C reference guide of come sort

    Hi, I'm new to the programming world and just decided to pick it up and start with C. I have a book from a friend it's called "Problem Solving & program design in C" 3rd edition by Hanly and Koffman. The book isn't that great and I it doesn't seem to explain things very well either. I would like to know if there is a quick reference guide or "cheat sheet" online somewhere where I can get a list of what certain commands do like %c, %d. %lf, scanf, printf, doubles and those sorts. Anyways please any help will do, I don't really feel like going out and buying a book either so anything online would be nice. Thanks.

  2. #2

  3. #3
    Registered User
    Join Date
    Jan 2008
    Posts
    2
    thanks the cppreference one is awesome. Thanks for the help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 26
    Last Post: 07-05-2010, 10:43 AM
  2. sort elements of 2D matrix by 1st column reference
    By cfdprogrammer in forum C Programming
    Replies: 12
    Last Post: 05-04-2009, 03:26 PM
  3. Undefined Reference Compiling Error
    By AlakaAlaki in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2008, 11:45 AM
  4. Straight Insertion Sort function problem
    By StaticKyle in forum C++ Programming
    Replies: 6
    Last Post: 05-12-2008, 04:03 AM
  5. threaded merge sort
    By AusTex in forum Linux Programming
    Replies: 4
    Last Post: 05-04-2005, 04:03 AM