Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > The Community > The Coffee Lounge
Reload this Page C++ vs. VB
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

The Coffee Lounge General chat about anything that goes, a good place to introduce yourself and say hi, tell a Joke, or just relax.

View Poll Results: What do you like more?
C++ 19 90.48%
VB 2 9.52%
Voters: 21. You may not vote on this poll

Reply
 
Thread Tools Display Modes
Old 02-03-2007   #21 (permalink)
Linux User
 
benjamin20's Avatar
 
Join Date: Oct 2004
Location: jacksonville beach FL
Posts: 299
Send a message via AIM to benjamin20
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
benjamin20 is offline   Reply With Quote
Old 02-03-2007   #22 (permalink)
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++
Kl0ne is offline   Reply With Quote
Old 02-03-2007   #23 (permalink)
Linux Guru
 
jan1024188's Avatar
 
Join Date: Jul 2006
Location: EU, SLOVENIA
Posts: 1,545
Send a message via MSN to jan1024188
Oh Java is easy....Maybe I will learn Java some day....now my goal is C++ and Qt4 ....
__________________
My personal website:
http://www.jan1024188.com
jan1024188 is offline   Reply With Quote
Old 02-03-2007   #24 (permalink)
Linux Guru
 
jan1024188's Avatar
 
Join Date: Jul 2006
Location: EU, SLOVENIA
Posts: 1,545
Send a message via MSN to jan1024188
Ive found this on dot.kde.org

Quote:
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.
__________________
My personal website:
http://www.jan1024188.com
jan1024188 is offline   Reply With Quote
Old 02-03-2007   #25 (permalink)
Linux Newbie
 
burntfuse's Avatar
 
Join Date: Nov 2006
Location: Laurel, MD
Posts: 158
Quote:
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
burntfuse is offline   Reply With Quote
Old 02-04-2007   #26 (permalink)
Linux User
 
darkrose0510's Avatar
 
Join Date: Jan 2006
Location: Queensland, the cyclone/flood/drought capital of Australia
Posts: 256
I voted VB just because it was looking lonely without any votes... poor wittle VB.
__________________
Desktop - Gentoo
Toy Box - Syllable
Laptops - Damn Small 4
Servers - Debian Etch
Registered Linux user #407228 -- A computer without a Microsoft operating system is like a dog without bricks tied to its head.
darkrose0510 is offline   Reply With Quote
Old 02-04-2007   #27 (permalink)
Linux Guru
 
jan1024188's Avatar
 
Join Date: Jul 2006
Location: EU, SLOVENIA
Posts: 1,545
Send a message via MSN to jan1024188
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
__________________
My personal website:
http://www.jan1024188.com
jan1024188 is offline   Reply With Quote
Old 02-04-2007   #28 (permalink)
Linux Guru
 
bryansmith's Avatar
 
Join Date: Nov 2004
Location: /Ontario/Canada
Posts: 2,616
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.
bryansmith is offline   Reply With Quote
Old 02-05-2007   #29 (permalink)
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.
__________________
To walk the path, look to the master, follow the master, see through the master, become the master.(Zen)
k_amisi is offline   Reply With Quote
Old 02-05-2007   #30 (permalink)
Linux Guru
 
jan1024188's Avatar
 
Join Date: Jul 2006
Location: EU, SLOVENIA
Posts: 1,545
Send a message via MSN to jan1024188
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++
__________________
My personal website:
http://www.jan1024188.com
jan1024188 is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 04:23 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0