Find the answer to your Linux question:

View Poll Results: What do you like more?

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

    19 90.48%
  • VB

    2 9.52%
Page 3 of 3 FirstFirst 1 2 3
Results 21 to 30 of 30
if you are learning programing for the first time, learn with java, maybe python, but mostly java. the reason is managed memory and standardized api. for java there is only ...
  1. #21
    Linux User benjamin20's Avatar
    Join Date
    Oct 2004
    Location
    jacksonville beach FL
    Posts
    317
    if you are learning programing for the first time, learn with java, maybe python, but mostly java. the reason is managed memory and standardized api. for java there is only one api neccissery, and that is the libraries that come with java. i know its tempting to go "c++ is more powerful, so i will learn c++" while thats true, you have to take baby steps first. java abstracts pointers and complex library loading schemes. i started learning c++. i learned the syntax and could write simple programs. but i switched to java and made much more progress. this is mostly due to the fact that java is designed for ease of use and ease of learning. its large standard api is very useful and is the main point of is being easy to learn.

    there is much more to programming than just the syntax. after syntax of a language you need to start learning about containers, because before you learn about them, they seem like you could use them for some stuff. after you learn them, you don't know how to program without them. when you learnt he first one, any more seems useless, after you learn them all, you dont know which one is just right.

    after you learn java well, then you can try c++. it will be much more easier, because of the similarities in syntax, its not much work to convert.
    nVidia G-Force 6600GT (bfg) pci-e: amd 64 2000+ (939): 1024 corsair ram: 2X 80gb seagate harddisk SATA: plextor cd/dvd-read/write cdrom SATA

  2. #22
    Just Joined!
    Join Date
    Feb 2007
    Posts
    19
    just not microsoft's version - which sucks. (in reply to the post with python, but heck, microsofts version of C++ has wrecked it anyway!)
    voted C++

  3. #23
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    Oh Java is easy....Maybe I will learn Java some day....now my goal is C++ and Qt4 ....

  4. #24
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    Ive found this on dot.kde.org

    The Microsoft developers themselves admit that VB is a total disaster: it was never designed, and it evolved with unplanned patches installed by programmers who didn't coordinate their work with COM or with other modules that use VB as a scripting language. VB and VBA run many billions of dollars worth of application code, and it is the single biggest reason for the almost universal use of M$ Office. The only way that any office suite will be able to compete with M$ office is to run current VBA scripts without any change.

  5. #25
    Linux Newbie burntfuse's Avatar
    Join Date
    Nov 2006
    Location
    Laurel, MD
    Posts
    158
    The only way that any office suite will be able to compete with M$ office is to run current VBA scripts without any change.
    I'd have to disagree there. Sorry for getting a bit off-topic, but it seems like half the people (or more) who use Office regularly probably don't even know that it exists, and many of the others know it's there but don't use it (like me).

    Anyways, I almost laughed when I saw the survey. It's like comparing a graphing calculator with a supercomputer. I honestly can't see anyone voting for VB.
    I have sold my soul to the penguin

  6. #26
    Linux User
    Join Date
    Jan 2006
    Posts
    414
    I voted VB just because it was looking lonely without any votes... poor wittle VB.

  7. #27
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    Quote Originally Posted by darkrose0510
    I voted VB just because it was looking lonely without any votes... poor wittle VB.
    Oh come on....VB sucks...and gates knows that

  8. #28
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    I'll throw my support in for VB. It's what I learned in high school and I throughly enjoyed it. Its a great way to make apps fast.

    Although I haven't tried vb.net, it's supposed to be much better than 6.
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  9. #29
    Just Joined!
    Join Date
    Jan 2007
    Posts
    44

    Smile Python all the way.

    Personally i would choose C++ but in the light of the current circumstances, i choose python,but just because i'm learning it.

    As for java i tried it and didn't like it, too much complicated logic, buffer reader class. But then again thats me, some people appreciate the subtleties of complicated languages.

  10. #30
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    Well python isnt realy programming language. Python is scripting language, but C++ is programming one. And you know the funny fact? Scripting languages are witten in programming languages such C/C++

Page 3 of 3 FirstFirst 1 2 3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •