1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. To chat with the GameOgre community, you need to have at least 100 posts. Once you have the 100 posts, post at Become A New Ogre
    Dismiss Notice

Anyone into C language?

Discussion in 'Online Game Development' started by TheOrthodox, Mar 23, 2014.

  1. TheOrthodox

    TheOrthodox BamBam

    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    Credit:
    1,122.18
    So any coders here? I started C with my high school (IT Student) so we do basic stuff like standard console apps and stuff but still is quite fun for me..

    Code:
    #include <stdlib.h>
    #include <stdio.h>
    
    int main()
    {
    printf("What's up guys?");
    
    return 0;
    }
    :p :p :p
     
  2. cyberCardinal

    cyberCardinal BamBam

    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Credit:
    0.00
    We'll I do a bit of C. Did quite a bit of C++, a lot of php, medium java, quite a bit of python.

    That bad thing about C is you need to handle memory alocations and debugging is really really a pain in the ass.

    C++ is way better for that.

    All languages, however, have their uses in certain cases. Not to mention most things are made in C.
     
  3. 3BpK

    3BpK MMORPG Addict Ogre Regular

    Messages:
    407
    Likes Received:
    113
    Trophy Points:
    16
    Credit:
    2,049.83
    #include <stdio.h>
    main(){
    printf("Hello yourself, whats up?");
    }
     
  4. I'm not really into the C language, because it isn't as popular as Python, C++, and Java. I do prefer C++ though, and it's similar to C, except I would say that C++ is more improved.
     

Share This Page