Thread: Whats the Diffrence

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    14

    Post Whats the Diffrence

    What is the diffrence between

    All the C programming

    Like C++ and C#
    All that stuff I want to know the diffrence because I want to become a major Game programmer.

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    This question gets the "what?!?" award.
    Away.

  3. #3
    Registered User
    Join Date
    Dec 2002
    Posts
    15
    Dude,

    Do a search on Google you can probably find more information that you would be looking for then what you would get on here.

    I know this doesn't help but I don't have time to write out a HUGE essay on all the differences between C/C++/C#.

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Moved, not Windows specific.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  5. #5
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    >>> What is the diffrence

    In short, three different languages with similar names and very similar syntax.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  6. #6
    .........
    Join Date
    Nov 2002
    Posts
    303
    Here you go this will help. Goodluck.
    http://faq.cprogramming.com/cgi-bin/...&id=1043284376

  7. #7
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    C is easiest, since it has the shortest name. Next hardest is C# (pronounced C-Pound), since it's second longest. The hardest one is C++ (The ++ is a set of eyes. Normally you say "Peek-A-Boo!" after you say the language name).

  8. #8
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Originally posted by Govtcheez
    C is easiest, since it has the shortest name. Next hardest is C# (pronounced C-Pound), since it's second longest. The hardest one is C++ (The ++ is a set of eyes. Normally you say "Peek-A-Boo!" after you say the language name).
    C# is actually an extension of C peek a boo. Therefore it is much harder. As it is made by Microsoft it is also technically brilliant, and not at all Java minus portability.

  9. #9
    Registered User tgm's Avatar
    Join Date
    Jun 2002
    Posts
    150
    Originally posted by Govtcheez
    C is easiest, since it has the shortest name. Next hardest is C# (pronounced C-Pound), since it's second longest. The hardest one is C++ (The ++ is a set of eyes. Normally you say "Peek-A-Boo!" after you say the language name).
    And G-funk has created a classic.

  10. #10
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    Originally posted by Govtcheez
    C is easiest, since it has the shortest name. Next hardest is C# (pronounced C-Pound), since it's second longest. The hardest one is C++ (The ++ is a set of eyes. Normally you say "Peek-A-Boo!" after you say the language name).
    you let out the part that need be learned from experience..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Spot the diffrence
    By DavidDobson in forum C Programming
    Replies: 9
    Last Post: 02-17-2009, 12:03 PM
  2. What is the diffrence (struct with typedef and without)
    By _izua_ in forum C++ Programming
    Replies: 14
    Last Post: 08-09-2007, 01:52 PM
  3. What is the diffrence betwen aggregtion and compostion
    By jabka in forum C++ Programming
    Replies: 6
    Last Post: 04-24-2007, 12:45 PM
  4. whats diffrence between newline and carriage-return?
    By Amit Chikorde in forum C++ Programming
    Replies: 2
    Last Post: 12-28-2006, 12:41 PM
  5. the diffrence between static double and double
    By sayeem81 in forum C Programming
    Replies: 6
    Last Post: 02-18-2002, 12:12 PM