View Poll Results: What is your favorite language to program in?

Voters
27. You may not vote on this poll
  • C/C++

    25 92.59%
  • Assembly

    1 3.70%
  • Visual Basic

    0 0%
  • Delphi

    1 3.70%
  • Java

    0 0%
  • Perl

    0 0%
  • Other

    0 0%

Thread: What's so great about C++?

  1. #16
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719

    Hmmmm

    Now lets say that we specify ASM for DOS! lol, so we will make a game in ASM that will boot from a CD! would that be kinda cool? It could handle all of its own resources and have all the speed in the world... although that would take a hell of a long time to code... I wont argue with that. But it would be cool.

  2. #17
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719

    Yea

    jdinger is right about its portability(in my opinion) because I did some ASM programming for TI-83+ Calculators and its ROM calls and everything are way different, so I can understand what he means by portability

  3. #18
    Yet do you not find the x86 instruction set fun to code with?
    -Mike
    {InFeStEd-ArCh0n}

  4. #19
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719

    Ofcourse

    Most Programming languages have a very good purpose. I know that many of you wont agree with me but Visual Basic is a very good teacher for beginners as well as understanding the API system/environment. It simplifies structures and their variables very nicely as well, although its speed is pitiful, and that is why I no longer want to look at it. Then when you are ready goto VC++ or whatever. But, it all depends on what you want to do and how fast you want it to be.

  5. #20

    Thumbs up Always

    I do agree with Xei, programmers should begin in Visual Basic. I will always attest to that.
    -Mike
    {InFeStEd-ArCh0n}

  6. #21
    Registered User Liam Battle's Avatar
    Join Date
    Jan 2002
    Posts
    114
    Yea that is true, i started in VB myself, for 3 years then moved on to C/C++ for Win32 and AIX Unix... also do some Unix scripting...

    I just suggest use a higher level language first learn it, get used to programming then move on and you should be set.

    altho some people like to jump right into C/C++.

    i say broaden at first then, concentrate on something you like more...
    Last edited by Liam Battle; 05-06-2002 at 11:01 PM.
    LB0: * Life once school is done
    LB1: N <- WakeUp;
    LB2: N <- C++_Code;
    LB3: N >= Tired : N <- Sleep;
    LB4: JMP*-3;

  7. #22
    Registered User
    Join Date
    Oct 2001
    Posts
    9

    NOTE:

    Iam an intermediate programmer in VB.

    First of all, VB is nice if you want a really easy to write program, that does standard Apps, for offices etc. and the code is REAL EASY too.

    VB is way better than C++ or C as far as i know in Object oriented design.

    VB is nice for less developing times, in some cases.

    VB is away from the "core."

    I am learning C++.

    I have realized you can do a lot more with C++ than you would ever be able to do in VB.

    C++ is more of a core level programming language.

    C++ is used to wirte programs that you would use for gaming, and compiling. You can wirte operating systems with C++.

    Summary:

    I wouldnt just say one language is better than the other. If i could write it in VB i would. If i cant ill turn to C++.

  8. #23
    Registered User Liam Battle's Avatar
    Join Date
    Jan 2002
    Posts
    114
    one word for you bud "active x"

    C++ has everything VB has and more !!
    LB0: * Life once school is done
    LB1: N <- WakeUp;
    LB2: N <- C++_Code;
    LB3: N >= Tired : N <- Sleep;
    LB4: JMP*-3;

  9. #24
    Registered User
    Join Date
    Apr 2002
    Posts
    200
    Assembly is so much faster
    Are you joking? A decent C programmer, using today's optimization technology, can achieve very nearly the same speed for the same program that an assembler GURU can achieve at a fraction in the time coded.
    I go to encounter for the millionth time the reality of experience and to forge in the smithy of my soul the uncreated conscience of my race.

    Windows XP consists of 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company, that can't stand 1 bit of competition.

  10. #25
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    programmers should begin in Visual Basic
    lol
    Ive done Quick Basic...
    Then I jumped strait into c++
    What is C++?

  11. #26
    Well, I do agree that Quick Basic is another one, but everybody is different. I was just saying what I know from my own personal experiences.
    -Mike
    {InFeStEd-ArCh0n}

  12. #27
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Originally posted by InFeStEd-ArCh0n
    Yet do you not find the x86 instruction set fun to code with?
    I definitely agree there. I've only done a little in asm (very little, one little inline function in a C++ program), but it was fun. I want to really dig into it one day just to learn. I don't regret any language I've ever learned even the ones like Pascal and QBasic that I don't ever use anymore. Each one taught me something and as far as I'm concerned that's the most important thing.

  13. #28
    Registered User
    Join Date
    Dec 2001
    Posts
    206

    Angry

    Originally posted by InFeStEd-ArCh0n
    Poll was just out of curiousity to see if there was somebody else out of all you people to pick one that wasn't C++. If I had my choose I'd pick assembly.

    then pack up and leave, if you wanna program assembly do it and dont waste your time here

  14. #29


    Originally posted by Denethor2000



    then pack up and leave, if you wanna program assembly do it and dont waste your time here
    No need for anger, I'm here because I am programming in C++, and I want to. The instructions on what I'm programming for are very ugly. I do not enjoy programming on it. Plus I like you people . For once I actually feel like I belong on this messageboard, if you could understand that.
    -Mike
    {InFeStEd-ArCh0n}

  15. #30
    napKINfolk.com napkin111's Avatar
    Join Date
    Apr 2002
    Posts
    310
    Seeing how all I know is BASIC, HTML, and C++.....C++!!


    napKIN

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Making great graphics
    By MadCow257 in forum Game Programming
    Replies: 1
    Last Post: 02-20-2006, 11:59 PM
  2. Google: How to make a great app no one can use
    By nickname_changed in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 03-10-2005, 07:31 AM
  3. Great Teacher..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 03-03-2003, 06:40 AM
  4. A great C/C++ community
    By Donk in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 06-15-2002, 08:05 PM
  5. A great community
    By Betazep in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 02-11-2002, 11:16 PM