|
-
Jun 18th, 2000, 06:45 AM
#1
Thread Starter
Registered User
-
Jun 18th, 2000, 07:05 AM
#2
Yes, it can help you learn other languages. The logical and understanding will help greatly and also there are some similarities in the syntax.
For example. The If..Then statement:
VB Language
Code:
' This is VB.
If A = 1 Then End
C++ Language
Code:
// This is C++
if( a == 1 )
OnEnd();
-
Jun 18th, 2000, 07:06 AM
#3
_______
language
..anything you can learn is never a disadvantage.
If you learn VB then you will learn the syntax of the programming language and some of the logical thought used in the programming field...for example the use of loops, how to access files, objects, etc.
The thought process of programming remains very much a constant and it's only the syntax and how you access objects, etc. that changes...if you know the logical process then the next language should be easier to learn.
Good luck...and with the way things change...no one can say what tomorrow's player will be using...VB won't die...it's easy to learn and it's very powerful.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Jun 18th, 2000, 07:08 AM
#4
Addicted Member
From what i have seen......YES!
I study visula basic very religously ..and i was studying Visual C++ before that. From what little experience i have..i would say yes if you study vb it will help with other languages..(that are visual at least). If you uderstand the visual part of the language..then you will have the desining part down...then all you will have to do is study the language it self..
-
Jun 18th, 2000, 07:09 AM
#5
kind of yes, and kind of no.
it doesnt help you learn them more easily but it helps you understand them more easily.
basicly how you write things are the same in most prog. languages, its just different keywords.
like
Code:
if (d==3) {
Alert('Hello')
}
that was javascript
If d=3 Then
MsgBox ("Hello")
End If
That was VB
they are pretty much the same, but different keywords.
-
Jun 18th, 2000, 07:38 AM
#6
Addicted Member
I agree
i agree with them, i know vb since more than 4 years, and i moved to c++ for a while, and it was easier for me, the same idea but different keywords.
-
Jun 18th, 2000, 08:48 AM
#7
Lively Member
you forgot the ; to end the alert statement
-
Jun 18th, 2000, 09:09 AM
#8
Lively Member
Timbudtwo
I have no life, only one with computers.
VB 6.0 Enterprise Edition
[hr]
-
Jun 18th, 2000, 09:15 AM
#9
Hyperactive Member
I self tought myself visual basic for three years, and just recently I decided to take some courses in C++... all of the structures are the same! If's, Loops, Fors, they're all there! I know exactly how to manipulate C++ from my previous working with basic.
-
Jun 18th, 2000, 09:17 AM
#10
Frenzied Member
I think that you would be better of learning Visual C++ because C++ is similar to JAVA, and CJI, and PERL. I know that Sim City was made in Visual C++. I tried both laungaues in the beggining and I fiqured out that Visual Basic is esier for me. (I'm only 12)
-
Jun 18th, 2000, 10:03 AM
#11
Addicted Member
KeWL
I did not know that sim city was made with visual c++..thats pretty cool.
Talking about games....does anyone know what language "QUAKE3" and Final fantasy 8 was made with?
i have been wondering.
NewBee Vbeer6.0()
Working Model Edition Victim.
End Sub
-
Jun 18th, 2000, 10:29 AM
#12
Fanatic Member
Sure, it will help...
Hi Struntz,
If you asked about the advantages and the disadvantages of using VB, then, I will suddenly say that in learning something, you will always get the advantage.
I think, there's nothing wrong in learning something. And as long as I know, VB is the basic step of learning other visual language. And it will help you a lot in learning other programming language.
So, don't be afraid in learning any kinda programming language, especially VB.
If you think that most companies look for C++ programming, then I think you're wrong. I face that most companies is looking for VB programmer, and VB Web programmer. Try to look at www.jobsdb.com, you will find that most companies in Singapore, Indonesia, ... will try to find someone who is able in Visual Basic programming, Visual Basic Script programming, ASP (Active Server Pages) programming.
Cheers ,
Wen Lie
-
Jun 18th, 2000, 10:48 AM
#13
Thread Starter
Registered User
THanks!
Hey, thanks everyone!
its been alot of help and i'll Continue studying visual basic! thanks for sharing your information!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|