|
-
Jan 2nd, 2002, 11:44 AM
#1
Thread Starter
Member
visual C++ & Visaul Basic
hi,
Can a visual Basic programmer understand the visual C++ commands .
that's all.
also , I don't know what is the "debugging"
thanks for reply
lllld_bllll
....... You'll Never Know 
-
Jan 2nd, 2002, 11:46 AM
#2
Retired VBF Adm1nistrator
If the Visual Basic programmer is proficient enough then yes he or she could probably understand (or be able to find out about) the Visual C++ 'commands'.
One might however want to brush up on one's english before embarking on such matters ...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jan 2nd, 2002, 11:50 AM
#3
knowing VB has nothing to do with it. Synatx is completely different.
Debugging means what it says: working the bugs out of your code.
-
Jan 2nd, 2002, 11:54 AM
#4
Thread Starter
Member
-
Jan 2nd, 2002, 11:57 AM
#5
C syntax is different from VB. Knowing VB really will not help. Having knowlege of general programming perhaps.
-
Jan 2nd, 2002, 11:59 AM
#6
Retired VBF Adm1nistrator
What I meant was more that if you are a very good VB programmer, then you've got a certain mindset, and so would be able to learn new things easier.
So if you looked at a piece of C code you'd probably be able to figure out by looking at the names of calls and variables what it does. And if not, then you could look up MSDN or the web, and should be able to piece it together from there
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jan 2nd, 2002, 12:03 PM
#7
Thread Starter
Member
-
Jan 2nd, 2002, 12:07 PM
#8
Thread Starter
Member
-
Jan 2nd, 2002, 12:08 PM
#9
Hyperactive Member
A C++ programmer would find it easier to understand a VB program as C++ is more complex....a VB programmer would not as easily understand a C++ program tho', C programs would be easier to read
-
Jan 2nd, 2002, 12:10 PM
#10
They really are very different. Its just a matter of learning the new syntax. So go find some good beggining tutorials that can get you started..
-
Jan 2nd, 2002, 12:13 PM
#11
The real skill that makes moving from language to language easier is troubleshooting. Working it out. Knowing the syntax is easy. Putting it together is the hard part. The main reason going from C++ to VB is easier is becuase you learn these skills quickly becuase it is easier to make a mistake in C++.
-
Jan 2nd, 2002, 12:13 PM
#12
Thread Starter
Member
you've discoureged me with this reply post "chrisa_uk " ,
but also i'm believed in what " plenderj " had said .
sorry, i respect your opinion "chrisa_uk " but it is refused .
thanks for reply
lllld_bllll
....... You'll Never Know 
-
Jan 2nd, 2002, 12:16 PM
#13
Thread Starter
Member
-
Jan 2nd, 2002, 12:18 PM
#14
Retired VBF Adm1nistrator
Will ya get a ****ing grip ya spa. Anyone can learn C++ if they spend time at it. What the **** are you asking all this for anyway ?
You're not making much sense ...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jan 2nd, 2002, 12:22 PM
#15
Now your answering a compeltely different question!!
HAVE I GOT TO CHANGE TO C++ OR CAN I STILL PROGRAMING USUNG VB ?
What does this have to do with your first question? You dont HAVE to do anything. Nothing is stopping you from using C++ or VB. I really dont know what you are rambling on about or what you are trying to understand.
-
Jan 2nd, 2002, 12:24 PM
#16
Thread Starter
Member
if you are trying to say i'm stupid , thats fine but
can you do two things at the same time >
for example can u run and eat at the same time ?
hey , respect your selves.
....... You'll Never Know 
-
Jan 2nd, 2002, 12:26 PM
#17
Retired VBF Adm1nistrator
Look.
We don't know what you're trying to ask here.
You're talking about 2 completely different programming, and asking questions that just don't make sense!
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jan 2nd, 2002, 12:30 PM
#18
Thread Starter
Member
Thanks anyway .
sorry for being rude.
maybe i was wrong about my questions but i'm sorry again.
please don't take it as a personal thing.
sorry agin and again .
lllld_bllll
....... You'll Never Know 
-
Jan 2nd, 2002, 12:30 PM
#19
No one called you stupid! Youy are the one that started into the being mad stuff and acted like we never answered your question, which we did, then acted as if you asked a different question.
-
Jan 2nd, 2002, 12:32 PM
#20
Ok now that that is settled.
Why do you think you HAVE to switch to C++? Is there a specific reason?
-
Jan 2nd, 2002, 12:33 PM
#21
Thread Starter
Member
I'm sorry , you're the experts and i'm just a rude beginner .
so sorry again.
lllld_bllll
....... You'll Never Know 
-
Jan 2nd, 2002, 12:38 PM
#22
Thread Starter
Member
-
Jan 2nd, 2002, 12:47 PM
#23
Im not mad. All I can say is keeps studying, practicing and asking questions. Since you are already learning VB, stick with it for now. Later on down the road when you feel like you have learned VB really well, then maybe start learning C++.
Good Luck
-
Jan 2nd, 2002, 05:38 PM
#24
VB, itself, probably wont help you much, but learing The Universal Programming Language will. For example, If...Then statements, While loops, For loops, variable declaration, variable scoping, functions, OO Techniques (Polymorphism, Inheritance), Classes, structures etc. These are all universal -- that is, the logic is constant for each language, but the syntax is different.
Once you are familiar with these concepts, you'll be able to learn any language, just as long as they provide you with the syntax.
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
|