learning C

Discussion in 'C' started by benicio, Apr 28, 2011.

  1. benicio

    benicio New Member

    Joined:
    Oct 15, 2010
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    what is the best way to learn C and which IDE should i test in linux system?
     
  2. eriyer

    eriyer New Member

    Joined:
    Jan 22, 2011
    Messages:
    32
    Likes Received:
    0
    Trophy Points:
    0
    Best way to learn C is to use Turbo C IDE even though it is based on MS-DOS (obsolete) - you will need to open Windows Command Console.

    Turbo C v2.01 which is free download today was the best C compiler for ms-dos. The only problem is that the IDE editor commands are based on the old Wordstar word processor - use notepad++ for creating your program and make necessary change in the IDE.

    If you enter a function name like say 'strcmp' and position the cursor (key) over this and press Ctrl-F1 you will get a help window for the function - for a beginner this will prove more helpful than gedit (Or) vim / gcc / man pages in linux.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice