Just starting
Private_Snoball
Dover AFB, DE, USA
Hello there,
I have decided I would really like to know how to program and I was wondering what would be the best language to start with. I have been told Visual Basic is a good starting point, but what about QBasic? is there any difference between the two?
Any help would be greatly appreciated in this matter.
Depending on what language you feel is best, what would be a good book/site to learn said language from.
Thanks,
Alex
I have decided I would really like to know how to program and I was wondering what would be the best language to start with. I have been told Visual Basic is a good starting point, but what about QBasic? is there any difference between the two?
Any help would be greatly appreciated in this matter.
Depending on what language you feel is best, what would be a good book/site to learn said language from.
Thanks,
Alex
0
Comments
console?
GUI?
Games?
If Console . . . use Perl, C or C++.
if GUI use C++, C# or VB.
if Games, use C++.
If Web use PHP.
That's just my opinion.
I started off with Perl and really liked it (still do) because it was very easy to pick up.
I didn't have to be concerned with whether or not a variable was going to be used to store an integer or a character or a floating-point number or a string . . . it didn't matter, perl adapted.
C++ is my favorite over-all language but PHP is the language I use most often. In fact, I haven't used C++ in a very very long time.
It seems to me, that since I don't know exactly where I want to be going with programming, C++ is a must for pretty much anything. Thanks for the help, I'm going to go check out some books on C++ see what I like.
Thanks,
Alex
Thanks a lot for your help, I think I'll take the suggestions and work on PHP and then move to C++ or Java depending what I feel will be best.
Thanks again,
Alex
So many languages...AAAAAAAAHHHHHH :bawling: :bawling:
Thanks,
Alex
I taught myself a pretty good amount of VB back in 5th or 6th grade. Then, for some bizarre reason (as always happens), as soon as I can make stuff work, I get bored with it (same with HTML). So, about 2 years ago, I taught myself C++. I got a little ways into it and just ... stopped. I'd have to say for beginners, BASIC/VB/QBASIC is easiest. It uses full words which helps to understand concepts. C++ is way more concise, organized, and powerful. But it's hard lol. I've never tried PHP, though now I might Good luck