-
VB C++ but where?!
i have learnt a few web programming languages and i am now turning to making my own programs but i don't really know what to use? i have bpth visual basic 5.0 control creation edition and Borland C++ 6 trial and i can't really decide what to use. i have been told that VB 6 is good but i cant find it! if anyone knows where i could get Vb or if i should stick to borland C++ cos i really need advice; also someone said that Vb is a lot less powerfull than C++ so thats got me confused as well. any advice would be considered precious seen how lost i am!
-the whackaxe
-
C++ plain and simple. C++ gives you flexibility, power and speed. VB's just a baby when compared to C++. Another advantage with C++ is that you're not restricted to programming in a Windows environment. You can write code for practically any platform in C++.
Cheers,
cgkanchi
-
Amen to that, if you want a RAD enviroment or a visual development environment like VB go with Delphi... VB is total ****... but C++ is the best choice IMO
-
I would say learn the rought and dirty C++ it helps you pretty much with every programming language, and you can get a grasp about learning syntax alot better. Most languages are very common to C++. C++ is the first one I learned and man it's just made life so much easier when doing other programming languages.
-
thanx for the advice!
C++ stands out as winner here then. i just got atutorial on how to start windoze programming in C++ and its sooooo much differnt from console programming! it's definatley alot harder seeing as you need much more code. somoen should invent a programming language that lets you speek commen english into your mic and then it converst it into an apllication.*drooling* but untill then better get stated on windoze programming...
-the whackaxe
-
bah f*k you stress
VB is MUCH better than delphi... delphi is absolutely useless
-
yeah but VB is kr0$0f+ and C++ can be multi platform (even if it is a bitch to learn for windoze proggs).so C++ still rules. and with VB you have the choice of 1 compielr but with C++ there are loads! and delphi seems quite good anyway! better get back to my tuts....
-the whackaxe
-
if you must write c++ windows programs, use a Visual c++, like Dev C++ from bloodshed. it writes most of the code for the windows for you.
-
cheers for the tip, i tried using borland C++ builder 6 but got completly lost, t looks just li,ke VB but with C++!
-the whackaxe
-
I guess I really wanna be flamed, but if your just learning, VB is an easy way to get yer feet wet, you'll have a little proggie going in far less time than it'll take w/ C. I started w/ C++ too, in school, and it does help you tremendously w/ other languages, but C++'s a bitch, heh, worth it once it's learned, but easier to learn VB first.
-
The only problem with VB is that it encourages bad programming practices (not needing to declare variables, etc.). IMHO, it's much easier to go from C++ to VB than vice-versa. I know too many VB programmers who can't even grasp the basics of Java/C/C++ to encourage learning VB as a first language.
Cheers,
cgkanchi
-
VB is good for beginner programmers that have not done any prior programming. Its kinda good just to get a grip on stuff, but soon you will want to advance to C++. Delphi is also a nice, yet unpopular alternative. IMO, it is more powerful then VB but less powerful then any C based language. Another thing to check out is visual studio .net. It has tons of additions to the existing visual basic versions. VB .net is much more powerful and less buggy. I recently got VS .net and enjoy coding in it. BTW, it has visual C++ and VB so you cant go wrong.
-
VB is a language for newbies.. you can do a lot with VB specially if you can work with Win32API Calls and Objects. C++ gives you the power and flexibility to program on any platform and in any way you want - in simple words C++ is for the veterans.
-
Well if you are into vb , you better have wide wallet strings , because the box set usualy costs at least 300-600 dollars.But like everyone said stick with C++, Because C++ has alot more to offer and great functionality.
-N
-
I'm sure there are many threads on AO regarding programming and where to start. I'm a perpetual newbie, but here's my take...
I started by learning html, followed quickly by dabbling with Javascript. I dismissed Javascript as it didn't feel like *real* programming - it was a lot like html, stuffed into similar tags, etc. Plus, most Javascript tutorials promote the cut-and-paste style of programming (Javascript for Dummies is an example)
I started up with Perl. Perl is cool. Perl is available for Windows environments on
http://activestate.com/Products/Down...?id=ActivePerl
Once you install the necessary bits, you can program in notepad (a lot like programming html) and call the files from the command line. There are ways to compile stand alone programs, once you get your code just right, so they work on a box without Perl installed (perl2exe, http://www.indigostar.com/)
Perl is powerful and can handle text-type problems well. It is also the big cgi script language. This sounds scary, but its not. It just gets chunk of text from the web server, messes with it and spits out some html in return. Some of the tutorials are rather above my head but 'Robert's Perl tutorial' was a REAL good start, here's one mirror:
http://www.sthomas.net/roberts-perl-tutorial.htm
After messing with Perl, I realized that html and Javascript were actually pretty cool. Javascript in particular because you can do a lot of client-side programming (user's computers) that will run on any (modern) browser. I guess that's why it's used a lot. Like to install a trojan on my system. Dang.
Then I realized that batch programming is pretty cool too! If you can get to the C: prompt and can also edit in notepad, you're all set. You can automate routine tasks like open files, start processes, get directory lists and print them to text files with a mouse click.... But I digress.
So where to start? Lots of choices. Thanks, Tedob1 I'll be looking at Dev C++, but don't dismiss Javascript and batch files, and give Perl a shot.
-
i am a newbie and i find learning vb after qbasic is a good idea...it allows you to use the regular programs for windows and incorporate internet functions. i use microsoft visual basic studio 6.0..