Results 1 to 9 of 9

Thread: WHAT DO YOU USE C++ for anyway?

  1. #1

    Thread Starter
    Addicted Member MegaMan's Avatar
    Join Date
    May 2002
    Posts
    128

    Question WHAT DO YOU USE C++ for anyway?

    just wanted to know-- all you adoring fans of yet another decaying programming language-- what is the main purpose/funcationality of c++ in other words what do you use it for????????? especially if your not making windwos apps? lol

  2. #2
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    Windows apps are not the raison d'etre for C++. The windows API was written in C++ BECAUSE C++ has certain capabilities (as does any OO language) that you just flat don't have in non-OO languages such as C. These capabilities are enormuosly useful in creating complex relationships among data and functions and in creating a hierarchy of functionality that is like nothing that exists in non-OO languages.

    What do you use it for? Well, it's best used for fairly complex development tasks of any type and it's much less useful for simple one-off utilities, for example.

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    It's a pity that the Windows API was written in C then
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  4. #4
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    Re: WHAT DO YOU USE C++ for anyway?

    Originally posted by MegaMan
    especially if your not making windwos apps? lol
    I haven't made a console program in a long time...well I do a lot at school, I really only make windows apps at home though.

  5. #5
    Zaei
    Guest
    Games, mostly.

    C++ can handle just about anything you throw at it. Thats what I use it for =).

    Z.

  6. #6
    Megatron
    Guest
    Originally posted by phinds
    Windows apps are not the raison d'etre for C++. The windows API was written in C++
    I think you mean MFC was written in C++. WinAPI was written in C.

  7. #7
    amac
    Guest
    I like to use it on toast!

    Hmm toasted C++ sandwiches

  8. #8
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    Yeah, my comment about C++ for winAPI was a goof, but games in C++? I thought game writers stayed away from C++ because of the run-time inefficiency, no?

  9. #9
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    As a quick thing, in a lot of cases C++ trashes C because it can inline things efficiently
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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