Thread: The capabilities of C++

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    42

    The capabilities of C++

    While I was reading my C++ book, a few questions came to my mind, and I would be happy to get thier answers:

    1. is it possible to make windows apps using C++ ?
    2. is it possible to make Linux apps using C++ ?
    3. is it possible to make 3d games using C++ ?

    I think all the answers are "yes", but in my book, C++ doesn't seem to do such powerful stuff, all the codes in the book are made for MS-DOS, and they're just dealing with basic mathematical stuff.

    So, is it just the basics I'm reading, or it's just what C++ is all about ?
    Last edited by Nectron; 07-01-2003 at 07:29 PM.
    I have a code which stops life!

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    To write windows apps, linux apps, and 3d games, you usually use a library and an API to control things. The stuff books teach you is the core of C++; something you need to know before branching out.

  3. #3
    plzduntlakliekthiskthx
    Join Date
    Oct 2002
    Posts
    138
    Originally posted by ygfperson
    To write windows apps, linux apps, and 3d games, you usually use a library and an API to control things. The stuff books teach you is the core of C++; something you need to know before branching out.
    that means
    1.Yes
    2.Yes
    3.Yes

    but as he said using library/API (such as OpenGL, DirectX, SDL, Allegro etc; if you want to know about any of these search the forum, there are a ton of threads about them).

  4. #4
    Registered User
    Join Date
    May 2003
    Posts
    42

    Uha!

    Oh! ok... that's good
    Because my friend is a VB programmer, and we're both bigenners...

    He always makes fun of C++ because I can't write anything but DOS programs, I just wanted to make sure that I can kick his ass in the soon future, cause I know C++ is more powerful.

    Thanks!
    I have a code which stops life!

  5. #5
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    Your friend will be very suprised soon. As a VB programmer too, C++ is much more powerful and awesome to use. You'll be in ass-kicking mode once you learn core C++!

  6. #6
    CS Author and Instructor
    Join Date
    Sep 2002
    Posts
    511

    Your friend will be very suprised soon. As a VB programmer too, C++ is much more powerful and awesome to use.
    Yes, but the code is much harder to understand than VB. Java is also powerful as well.
    Mr. C: Author and Instructor

  7. #7
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    VB code gets hard to understand the second the inevitable happens and it turns into noodle code. I've used both, and everywhere the VB is ugly, C++ is beautiful. Of course, it's also a lot harder to use, but it's beautiful. It makes up for the difficulty. *tear*
    Away.

  8. #8
    Registered User
    Join Date
    Dec 2002
    Posts
    221
    Originally posted by Mister C
    Java is also powerful as well.
    i think java must die
    writing code in java is like having someone watching over ur shoulder all the time, and a hand coming out of the screen and slapping ur hand when u do something wrong

    C++ > java

  9. #9
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Java's great, especially if you want to quickly develop a GUI application.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  10. #10
    Registered User
    Join Date
    Dec 2002
    Posts
    221
    Originally posted by XSquared
    Java's great, especially if you want to quickly develop a GUI application.
    in that case, i'd just wanna use visual basic
    even better, use MS .NET and just have everything use each other

    i really dislike java. i agree, there are a few good points, but for the most part, i despise it

  11. #11
    Registered User
    Join Date
    May 2003
    Posts
    42

    Talking Heh!

    I tried learning VB 3 years ago, but I found it REALLY hard to understand, and last night I asked my friend to explain to me the parts of VB code, it's stupid!!

    I still can't understand it, I find C++ easier to understand, and much more fun than VB...

    And guess what, the book that he uses makes fun of C++ programmers!!!

    Teach yourself VB6 in 21 days, Arabic Version... Don't know if that's written in the English Version.

    what a stupid author!!
    I have a code which stops life!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 09-24-2007, 02:46 AM
  2. Static Capabilities for a User-Defined Type
    By gozlan in forum C# Programming
    Replies: 1
    Last Post: 04-08-2003, 11:21 AM
  3. Awareness of linux capabilities
    By Unregistered in forum Linux Programming
    Replies: 5
    Last Post: 12-10-2001, 01:46 PM