473,387 Members | 1,892 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Worried!

Ben
Ey up!
I'm acquiring work experience at a software developing
company before I undertake a BSc Software Engineering
award at Staffordshire University in a fortnight. The
language they use here is VB. I'm watching the developers
do there stuff and applying what I'm learning to create
small, simple programs. The thing is, I'll be learning how
to develop in C++ at Staffordshire University and I'm just
wondering if you could briefly tell me just how much
different the two languages are. Does C++ require a higher
level of intelligence? Thank You, Ben.
Nov 16 '05 #1
5 1029
VB?????????????
Egad!!! You'll have to do a lot of forceful forgetting so that you dont have
any VB remnants in your body when you start college!

C++ requires a more organized approach to coding compared to VB. And while
it'd be a little bit of an exagerration to say that C++ coders need to have
a high IQ, its very much a fact that it doesnt take too much brains to write
VB apps.

--
Regards,
Nish [VC++ MVP]

"Ben" <me***********@hotmail.com> wrote in message
news:29****************************@phx.gbl...
Ey up!
I'm acquiring work experience at a software developing
company before I undertake a BSc Software Engineering
award at Staffordshire University in a fortnight. The
language they use here is VB. I'm watching the developers
do there stuff and applying what I'm learning to create
small, simple programs. The thing is, I'll be learning how
to develop in C++ at Staffordshire University and I'm just
wondering if you could briefly tell me just how much
different the two languages are. Does C++ require a higher
level of intelligence? Thank You, Ben.

Nov 16 '05 #2
VB and C++ are good for different things.

Code up your high speed message switch in C/C++, but
forget it for quick and simple GUI work.

Build in a simple interface into your message switch that
you can command from VB, and not only are you forced to
think about designing your solution well, you can farm off
the VB GUI work to purple shirted Smirnoff Ice drinking VB
coders, while the ponytailed bitter drinking C++
developers concentrate on the hard stuff.

So both are useful, depending on what you like to drink.
-----Original Message-----
C++ coders need to have
a high IQ, its very much a fact that it doesnt take too much brains to
write
VB apps.Is that and advantage or disadvantage? I'd say the

latter. However I havealways found that *things* that wrap you up in cotton wool always start tostrangle you when you try to be a little more expressive; I would put VBright in that category. C++ just gives you more freedom at the expense ofease of use.

Regards
Lee

"Nishant S" <ni**@nospam.asianetindia.com> wrote in messagenews:ug*************@tk2msftngp13.phx.gbl...
VB?????????????
Egad!!! You'll have to do a lot of forceful forgetting
so that you donthave
any VB remnants in your body when you start college!

C++ requires a more organized approach to coding
compared to VB. And while it'd be a little bit of an exagerration to say that C++

coders need tohave
a high IQ, its very much a fact that it doesnt take too
much brains towrite
VB apps.

--
Regards,
Nish [VC++ MVP]

"Ben" <me***********@hotmail.com> wrote in message
news:29****************************@phx.gbl...
> Ey up!
> I'm acquiring work experience at a software developing
> company before I undertake a BSc Software Engineering
> award at Staffordshire University in a fortnight. The
> language they use here is VB. I'm watching the developers > do there stuff and applying what I'm learning to create > small, simple programs. The thing is, I'll be learning how > to develop in C++ at Staffordshire University and I'm just > wondering if you could briefly tell me just how much
> different the two languages are. Does C++ require a higher > level of intelligence? Thank You, Ben.


.

Nov 16 '05 #3
Ben wrote:

I'm acquiring work experience at a software developing
company before I undertake a BSc Software Engineering
award at Staffordshire University in a fortnight. The
language they use here is VB. I'm watching the developers
do there stuff and applying what I'm learning to create
small, simple programs. The thing is, I'll be learning how
to develop in C++ at Staffordshire University and I'm just
wondering if you could briefly tell me just how much
different the two languages are. Does C++ require a higher
level of intelligence? Thank You, Ben.


C++ offers a paradigm that's not supported by very many other
languages (generic programming) -- that can take some work to wrap
your thinking around it, but you can take advantage of it without
having a complete understanding of how it works.

In all other respects, in normal usage, there needn't be any
substantial differences in your thinking. You can produce high-
quality code in both VB and C++ using similar design for both.

--
Craig Powers
MVP - Visual C++
Nov 16 '05 #4
Every now and then, I actually meet a programmer that is
not one of my co-workers. If they tell me that they are a
VB programmer, I don't think very highly about there
technical skills (call me bias??).
C++ is a lot more multi-threaded, close to memory,
processor, and the operating system, which makes your code
much more powerful, and most of all, fun to write. VB code
is not at all challenging.
Make your choice.

-----Original Message-----
Ey up!
I'm acquiring work experience at a software developing
company before I undertake a BSc Software Engineering
award at Staffordshire University in a fortnight. The
language they use here is VB. I'm watching the developers
do there stuff and applying what I'm learning to create
small, simple programs. The thing is, I'll be learning howto develop in C++ at Staffordshire University and I'm justwondering if you could briefly tell me just how much
different the two languages are. Does C++ require a higherlevel of intelligence? Thank You, Ben.
.

Nov 16 '05 #5
Wil
>language they use here is VB. I'm watching the developers
do there stuff and applying what I'm learning to create
small, simple programs. The thing is, I'll be learning howto develop in C++ at Staffordshire University


One important advantage to C++ is that VB runs only in
Windows, but flavors of C++ run on all operating systems
(Windows, UNIX, Linus, Mac, ...). So learning C++ at your
university is important, since you likely will need to
develop on UNIX servers at some time in the next few years
there.
Nov 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: John Mudd | last post by:
I must be missing something here. It's clearly faster to lookup an item directly in a dictionary than to scan through a list. So when I have a large lookup table I always load it in the form of a...
0
by: Noons | last post by:
http://www.securitytracker.com/alerts/2003/Oct/1007956.html I'm *so* worried about a security advisor that includes a problem detected in oracleO... <sigh> :) Cheers
0
by: Lefevre, Steven | last post by:
Hey folks - Thanks to everyone who gave input to my concerns. Of course, we don't intend to have the mysql port open to the world. We will have Apache/PHP connect on a unix socket, or to another...
4
by: Omar | last post by:
Hi, I'm using the '#' character to concatenate some information to the URL. For example: ...
2
by: Ulrich Wisser | last post by:
Hello, yesterday I took our database down and started in single user mode. After reindexing of three tables I thought a vacuum would be a good idea. backend> VACUUM FULL VERBOSE ANALYZE...
49
by: Martin Unsal | last post by:
I'm using Python for what is becoming a sizeable project and I'm already running into problems organizing code and importing packages. I feel like the Python package system, in particular the...
2
by: alex | last post by:
Hello Friends, Please go through the text. Bill Gates thinks Google should be worried! ------------------------------------------- You must have heard by now about Agloco and how many people...
4
by: alex | last post by:
Hello Friends, Please go through the text. Bill Gates thinks Google should be worried! ------------------------------------------- You must have heard by now about Agloco and how many people...
4
by: firewoodtim | last post by:
I have a set of php scripts that make it possible for a client to build and update his/her own website. It is a bit like a CMS on steroids. the client has access to forms, but does not have...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.