Thread: Java to C

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

    Java to C

    I need to learn at least basic C in a hurry. I already know basic and some intermediate Java. Any suggestions?

  2. #2
    Registered User marrk's Avatar
    Join Date
    Sep 2006
    Posts
    23
    http://www.ebookmall.com/ebook/133642-ebook.htm

    Just don't tell me that you are having an exam tomorrow

  3. #3
    Registered User
    Join Date
    Jan 2007
    Posts
    2

    Wink

    I'm not that stupid, it's for the FIRST robotics competition.

  4. #4
    Registered User simguy's Avatar
    Join Date
    Jan 2007
    Location
    Dallas-Ft Worth, TX
    Posts
    10
    Google on "C tutorials" --- there are plenty on the web. Since you are familiar with Java, most of it is very 'C-like' , and you should get up to speed pretty quick. Your biggest challenge will be with pointers, so study that portion of the tutorial very well.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    By the same guy who maintains the c.l.c FAQ
    http://www.eskimo.com/~scs/cclass/cclass.html
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Java for real-time applications
    By zacs7 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 08-26-2008, 06:34 AM
  2. C#, Java, C++
    By incognito in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 10-05-2004, 02:06 PM
  3. The Java language is being expanded
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 06-11-2004, 09:07 PM
  4. Java woes
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 07-06-2003, 12:37 AM
  5. How to use Java with C++
    By Arrow Mk 84 in forum C++ Programming
    Replies: 2
    Last Post: 02-27-2003, 04:12 PM