Results 1 to 8 of 8
  1. #1
    What is time to an immortal? AOD Member AOD_Cadimus's Avatar
    Rank
    Private First Class
    Division
    Helldivers
    Status
    Active
    Join Date
    Aug 2012
    Location
    Santa ana, CA
    Age
    37
    Posts
    827

    Default Learning C Programming

    So I am a bit lost with C can someone point me to some tutorials to help me better understand the language?
    Specifically inheritance and calling methods from another file
    Thanks
    "In midnight clad"

  2. #2
    AOD4LIFE Darkn3ss F4lls's Avatar
    Rank
    Forum Member
    Division
    None
    Status
    Active
    Join Date
    Nov 2009
    Location
    The Membrane
    Age
    36
    Posts
    4,429

    Default

    You checked out khan academy brother?

    Went to see if teamtreehouse had anything but that wasn't successful

    This guy was helpful for me in Python back a few years ago

    https://www.youtube.com/channel/UCJb...H1njbqV-D5HqKw

    looks like he has a group of videos on C++

  3. #3
    Boycott shampoo! Demand the REAL poo! AshawTalos's Avatar
    Rank
    Forum Member
    Division
    None
    Status
    Active
    Join Date
    Mar 2016
    Location
    Houston, TX area
    Age
    53
    Posts
    108

    Default

    I'm going to preface this by saying I do pretty well with interpreted languages (like PHP) but I experience some kind of disconnect with compiled languages.

    You might get a copy of Sams Teach Yourself C in 24 Hours. It's setup in 24 "one hour" lessons. Check with your local library or https://www.amazon.com/Sams-Teach-Yo...+c+in+24+hours

    Don't use a C++ tutorial or material when trying to learn C. They aren't that close.

  4. #4
    What is time to an immortal? AOD Member AOD_Cadimus's Avatar
    Rank
    Private First Class
    Division
    Helldivers
    Status
    Active
    Join Date
    Aug 2012
    Location
    Santa ana, CA
    Age
    37
    Posts
    827

    Default

    Awesome thanks guys I'll defiantly check it out.
    "In midnight clad"

  5. #5
    Save the whales. Collect the whole set KaosC57's Avatar
    Rank
    Forum Member
    Division
    None
    Status
    Active
    Join Date
    Dec 2015
    Location
    Texas
    Age
    25
    Posts
    494

    Default

    Is there any particular reason why you need C over C++ or even C#? Or are you just learning a new language for fun?

  6. #6
    Can I have your Tots WhiskeyTangoFox's Avatar
    Rank
    Forum Member
    Division
    None
    Status
    Active
    Join Date
    Aug 2016
    Posts
    23

    Default

    Code Academy is pretty good, Google it.

  7. #7
    If I'm not back in 5... Boycott sniffing glue! Can I have your shampoo? Oogieboogie's Avatar
    Rank
    Forum Member
    Division
    None
    Status
    Active
    Join Date
    Apr 2011
    Location
    Michigan
    Age
    38
    Posts
    28

    Default

    Since you are talking about inheritance, I assume you're actually trying to learn C++.

    First thing you'll need to understand is that C is not the same as C++, there is no "C/C++" language as some programs and schools like to label courses. Obviously C++ intrinsically allows for OO design and C doesn't but there are a number of other gotchas to be aware of. These can be a nasty realization for someone who was taught the mythical "C/C++".
    http://www.cs.fsu.edu/~myers/c++/notes/cdiff.html

    If you're actually trying to implement OO concepts in C then I feel for you. It is 'possible' but it isn't pretty.
    Last edited by Oogieboogie; 10-06-2016 at 03:41 PM.

  8. #8
    If I'm not back in 5....wait longer! Criggles's Avatar
    Rank
    Forum Member
    Division
    None
    Status
    Active
    Join Date
    May 2016
    Location
    Toronto
    Age
    33
    Posts
    61

    Default

    Personally, I picked up a copy of this for my C++ courses. Extremely in depth and has a lot of examples. You can probably find a copy for cheaper. I think I purchased mine for around $30 CAD couple years go.

    https://www.amazon.ca/C-Programming-.../dp/0321563840


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
vBulletin Skin By: ForumThemes.com
Top