CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: C Programming

  1. #1
    Join Date
    Apr 2012
    Posts
    6

    Question C Programming

    Could anybody recomend a place to start C Programming I've not advanced to c++ and I dont expect I'm going to find a board not a lot of peapole use it today

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: C Programming

    It wasn't that hard really. I googled for 'C tutorial' and got these links:

    http://www.physics.drexel.edu/course...eral/C_basics/
    http://www.cprogramming.com/tutorial/c-tutorial.html
    http://www.lysator.liu.se/c/bwk-tutor.html
    http://www.iu.hio.no/~mark/CTutorial/CTutorial.html
    http://www2.its.strath.ac.uk/courses/c/

    If you don't already have an IDE (compiler/linker/debugger) MSVC express is a good choice.
    http://www.microsoft.com/visualstudi...itions/express
    http://www.microsoft.com/visualstudi...itions/express
    For C either one will do so if you have an old and slow machine get 2008 since 2010 is a bit heavier.
    Last edited by S_M_A; April 22nd, 2012 at 05:30 AM.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  3. #3
    Join Date
    Apr 2012
    Posts
    6

    Re: C Programming

    thanks for that SMA

  4. #4
    Join Date
    Mar 2004
    Location
    Central Florida
    Posts
    293

    Re: C Programming

    If you don't know either C or C++, why not just atart with C++? Do you have a spcific requriement for C?

    And C is very widely used, escpecially in embedded programming.
    "Effective teaching is the essence of leadership..."

    "There is no substitute for a carefully thought-out design."

    If you have found this post to be useful, please Rate it.

  5. #5
    Join Date
    Mar 2001
    Posts
    2,529

    Re: C Programming

    I know Google is a minor deity, but I sort of think that it is nice if you suggest a link you actually use or like.

    Just an opinion and we all have them.
    ahoodin
    To keep the plot moving, that's why.

  6. #6
    Join Date
    Apr 2012
    Posts
    6

    Re: C Programming

    yes I want to advance to understand/Program Linux

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured