C language structure

Discussion in 'Tech Discussion' started by Zaart, Oct 17, 2017.

  1. devilmaycry1

    devilmaycry1 Well-Known Member

    Joined:
    Dec 6, 2015
    Messages:
    395
    Likes Received:
    242
    Reading List:
    Link
    Zaart likes this.
  2. devilmaycry1

    devilmaycry1 Well-Known Member

    Joined:
    Dec 6, 2015
    Messages:
    395
    Likes Received:
    242
    Reading List:
    Link
    I would really suggest doing an online CS course in udemy, edx etc

    There is a lot of resources available
     
    Zaart likes this.
  3. Zaart

    Zaart Deer Master Race

    Joined:
    Oct 15, 2016
    Messages:
    1,320
    Likes Received:
    2,011
    Reading List:
    Link
    nope ya know putting next in your struct to go to the next one and not having to have too much space without interuption
    thanks ^^
    its my first month of my first year T-T
     
  4. Zaart

    Zaart Deer Master Race

    Joined:
    Oct 15, 2016
    Messages:
    1,320
    Likes Received:
    2,011
    Reading List:
    Link
    thanks ^^
     
  5. Needhydra

    Needhydra Everything is on Fire

    Joined:
    Jan 19, 2016
    Messages:
    171
    Likes Received:
    81
    Reading List:
    Link
    ah (intro) data structures i hated that class. google "introduction to Data Structures" you will find a lot of info that will help. also if this is your first year programming i do not suggest c or c++ try java or c# first unless your are in school and they are mandating you to use c.

    i suggest java and c# because they do garbage collection and you can get jobs know them. sure learn c++ and c to get better but when you know nothing and self learning you do / should not be thinking about memory clean up and how the program preforms. Make stuff that works then think about how to make it better. Don't think how i can make this the best from the start it will sink you early on.
     
  6. Zaart

    Zaart Deer Master Race

    Joined:
    Oct 15, 2016
    Messages:
    1,320
    Likes Received:
    2,011
    Reading List:
    Link
    thanks ^^ well its school stuff but still thanks
     
  7. chencking

    chencking [Daolord Grammar Nazi]

    Joined:
    Aug 1, 2016
    Messages:
    6,085
    Likes Received:
    4,162
    Reading List:
    Link
    If you aren't taught in C, no. Be happy your class is easy and dread the future class that will be in C. If you are taught in C...beware midterms. High chance of F.
     
    Zaart likes this.