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%
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 ...
- 02-03-2007 #21
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
- 02-03-2007 #22Just 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++
- 02-03-2007 #23
Oh Java is easy....Maybe I will learn Java some day....now my goal is C++ and Qt4 ....
- 02-03-2007 #24
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.
- 02-03-2007 #25I'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).The only way that any office suite will be able to compete with M$ office is to run current VBA scripts without any change.
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
- 02-04-2007 #26Linux User
- Join Date
- Jan 2006
- Posts
- 414
I voted VB just because it was looking lonely without any votes... poor wittle VB.
- 02-04-2007 #27Oh come on....VB sucks...and gates knows that
Originally Posted by darkrose0510
- 02-04-2007 #28
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.
- 02-05-2007 #29Just Joined!
- Join Date
- Jan 2007
- Posts
- 44
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.
- 02-05-2007 #30
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++


Reply With Quote
