What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » What makes it tick? C++? VB?

What makes it tick? C++? VB?
Author: Message:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: What makes it tick? C++? VB?
quote:
Originally posted by Huuf

I'm not fully agreed with this, because the switching can be harder, because in vb you have to do things different ways (like if then else things)

I think it's adviced to buy some c++ books and then start learning
I'm not sure... if you start with C++, your learning curve may be frustrating... it'd take lot of time to get some "decent" results. However, stating with VB will show you then main concepts in windows programming and at the same time you'll be getting good, satisfactory results that will for sure motivate you in continue learning.

Of course VB and C++ are diferent languages and so they have diferent lexical constructions (as huuf says, in VB an if structure is
code:
if bla then
   bla
   bla
else
   bla
   bla
end if
and the same in C++ is
code:
if (bla) {
   bla;
   bla;
} else {
   bla;
   bla;
}
)
However, that's a thing you have to assume when you're trying to learn diferent programming languages.
quote:
Originally posted by DJeX
I agree with Huuf, I programed in VB for about 2 years now and find it really hard to learn C++. I almost have to pull my hair out trying to make a C++ program lol.
do you think that if you hadn't begun with VB programming your first C++ program would have been easier? My personal experience is: I started with VB and Pascal, and then when I satarted with C I had the same problems as people who their 1st language is C. The same when I started with C++.
quote:
Originally posted by DJeX
Like Huuf said it's probably a good idea to get some C++ books and start learning.
that of course ;) if you start with VB, or if your 1st language is C++, a good book about C++ is needed :) (for example, VB can be learnt without books, C++ can't)
quote:
Originally posted by DJeX
Oh and what about the Visual Basic Scripting? .VBS file. Whats that used for?
well, vbs files are not compiled but interpreted.. they're used to make "quick programs" (and some virus too :P). they're similar to what bat files are for ms-dos. Well, i don't kow very much about them. I can't program a VBS file :P (although the syntax is very similar to the VB one)

This post was edited on 04-26-2004 at 12:44 PM by Choli.
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
04-26-2004 12:43 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
What makes it tick? C++? VB? - by DJeX on 04-25-2004 at 07:22 AM
RE: What makes it tick? C++? VB? - by Stigmata on 04-25-2004 at 07:27 AM
RE: What makes it tick? C++? VB? - by Anubis on 04-25-2004 at 09:01 AM
RE: What makes it tick? C++? VB? - by Mike on 04-25-2004 at 09:26 AM
RE: What makes it tick? C++? VB? - by Anubis on 04-25-2004 at 09:52 AM
RE: What makes it tick? C++? VB? - by CookieRevised on 04-25-2004 at 10:45 AM
RE: What makes it tick? C++? VB? - by Choli on 04-25-2004 at 11:38 AM
RE: What makes it tick? C++? VB? - by Kryptonate on 04-25-2004 at 11:58 AM
RE: What makes it tick? C++? VB? - by Mike on 04-25-2004 at 12:08 PM
RE: What makes it tick? C++? VB? - by CookieRevised on 04-25-2004 at 02:26 PM
RE: What makes it tick? C++? VB? - by DJeX on 04-25-2004 at 09:21 PM
RE: What makes it tick? C++? VB? - by Huuf on 04-25-2004 at 09:27 PM
RE: What makes it tick? C++? VB? - by Choli on 04-25-2004 at 10:04 PM
RE: What makes it tick? C++? VB? - by Huuf on 04-25-2004 at 10:22 PM
RE: What makes it tick? C++? VB? - by DJeX on 04-25-2004 at 11:50 PM
RE: What makes it tick? C++? VB? - by Choli on 04-26-2004 at 12:43 PM
RE: What makes it tick? C++? VB? - by CookieRevised on 04-26-2004 at 06:20 PM
RE: What makes it tick? C++? VB? - by Choli on 04-26-2004 at 10:10 PM
RE: What makes it tick? C++? VB? - by DJeX on 04-29-2004 at 02:28 AM
RE: What makes it tick? C++? VB? - by Wabz on 04-29-2004 at 03:14 PM
RE: What makes it tick? C++? VB? - by DJeX on 04-30-2004 at 01:05 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On