What's new

I´ve switched

Eagle

aka Alshain
Moderator
This is good, but if you want to be a programmer, C++ is better in the long run. It really depends on what your after, Visual Basic is a Computer Information Systems language, which basically means its mostly used for databases and office use. The MS Access language is actually based on Visual Basic. C++ is more versatile, you can do more with it that you cant with VB. Both are good languages, again it depends on what you want it for. VB would be better for simple windows programs, but C++ is better for things with a more graphic nature like games. Also C++ is better for server side applications.
 

blizz

New member
I've spent way too much time arsing about with Visual Basic in Access to recommend it, it can do the simple things fine, but more complicated things become stupid with errors occuring because VB in Access is dependant on external functions
 

Eagle

aka Alshain
Moderator
blizz said:
I've spent way too much time arsing about with Visual Basic in Access to recommend it, it can do the simple things fine, but more complicated things become stupid with errors occuring because VB in Access is dependant on external functions

Isnt that what I said?
 
VB is brill for the in-house business software type stuff, it can interface with sql server and oracle piss easy (ado is a doddle), it falls down where you demand performance, but in the "we will provide this product within 10 days" world thats not much of an issue
 
OP
G

GuestX

New member
Yes, i thinked to Code in the Future Programms how
Microsoft Word. Just a Question: Can VB emulate a SNES Emulator
how zSNES ???
 
OP
G

GuestX

New member
i´ve learned for 7 days to code a calculator, timer
and im currently learning Shape-Animation.
 

Eagle

aka Alshain
Moderator
No, just forget it. It is possible to build an emulator with VB, but its more complicated in the long run... a lot more complicated, so much more complicated that there is little point to bothering with it. If you want to do an emu, go with C++. However if you insist, you can check out the gaming forum at www.vbforums.com
 

Doomulation

?????????????????????????
Actually, vb can do pretty much what c++ can. However, vb keeps much for itself, which c++ does not. C++ gives you more control and does not add power at the cost of speed which vb does, which is why it is better.

Making an emulator in vb can be done. Although it would be slow. And the problem with vb hiding things makes it hard with emulators.
 

Eagle

aka Alshain
Moderator
Doomulation said:
Making an emulator in vb can be done. Although it would be slow. And the problem with vb hiding things makes it hard with emulators.

Thats basically what I said isnt it?
 

mesman00

What's that...?
SculleatR said:
ps. i´ve learned shape animation today :cool:

did you actually learn, or did you just copy what the tutorial told you to do? :p i think we've all done when just starting to program
 

AlphaWolf

I prey, not pray.
I had fun writing very simple opengl demos in C++ a long time ago, haven't used the language in so long that I have forgotten most of it by now though.

Heres my old favorite resource, it has tutorials that even help those who are just beginning c++:

http://nehe.gamedev.net/
 

RatTrap

GODLIKE
VB has it good points though.. sure it can hide everything but if you know it well it can show everything too.. for example if you know how to handle errors.. you can turn the errors and buggs against themselfs.. to explain what i mean i would have to write a novel :p.. so i won't.. but it's like you can do sertain things abit faster using error handling that causes a "desired" bugg and then call it a feature ;)..

vb is not only access and SQL though.. it's windows scripting.. you can pretty much write any smaller programs that use the allready existing Windows applications in your system.. much like advanced .bat files..

you could for example make one that runs a browser and looks for sertain things thru google and the copy pastes and saves it all to a file so that when you get home you have all the news your interested in in a file instead of having to eather browse thru the sites yourself or add your email to an email list..

also you can use it to build webpages.. etc etc.. there's a HUGE use for vb.. i trully recommend it as a starting platform into the world of programming.. then if you want to learn C++ later on.. try object oriented javascripting.. it's alot simpler.. and after you understand it pretty well.. the jump from that to C++ is not that big.. unless you have a feeling you reaaaally wanna learn WinAPI well.. then it might take some more time :p..
 

Top