Where do I start?
Moderator: Moderators
-
psychotic_mechanic
- Posts: 346
- Joined: Tue Aug 23, 2005 5:06 pm
-
XPCportables
- Posts: 1020
- Joined: Mon Aug 08, 2005 3:27 pm
- Location: The end of time...
-
sam fisher
- Posts: 1093
- Joined: Mon Apr 25, 2005 8:52 am
If you really are going to stick to this.
DO NOT LEARN BASIC.
It's a waist, except learning to use logic in applications etc. However the syntax is similiar to nothing other than 'Fenix' a programming language used just for games. As far as I know.
I would start with C to learn the basics of programming. Learn how to use things in programming etc. of course learn about Signed and Unsigned integers and stuff. Straight away.
There is a goodbook for C called 'The C Programming Language' and as far as I remember it's written by the two original creators of C.
Then you can learn C++ after, however people say this can be bad to do as you need to learn OOP but it will be a lot easier to learn once you have a grasp of programming.
DO NOT LEARN BASIC.
It's a waist, except learning to use logic in applications etc. However the syntax is similiar to nothing other than 'Fenix' a programming language used just for games. As far as I know.
I would start with C to learn the basics of programming. Learn how to use things in programming etc. of course learn about Signed and Unsigned integers and stuff. Straight away.
There is a goodbook for C called 'The C Programming Language' and as far as I remember it's written by the two original creators of C.
Then you can learn C++ after, however people say this can be bad to do as you need to learn OOP but it will be a lot easier to learn once you have a grasp of programming.
-
CronoTriggerfan
- Moderator
- Posts: 4131
- Joined: Fri Jan 27, 2006 3:07 pm
- Location: University of Michigan - Ann Arbor
- Contact:
I wish I could! They don't offer programming of any sort until you're in AT LEAST 10th grade in my school; every Freshman has to take comp first, even if you know everything in the class.Kurt_ wrote:Take programming class in school.
So anyways, I'm hearing a lot of Basic recommendations, so I think I'll start there. What one, though? I've heard a lot about VisualBASIC, and I know that there are some good resources on that as well. Then again, BlitzBASIC was mentioned, and I've also heard good things about that. Never really heard of QBasic, but I would give it a try if it's a good language to start with. I AM leaning towards VisualBASIC more right now, seeing as we also take that class in high school later on, so I may be able to test out of it.
Also, does anyone know a good beginner's book for Visual(or another if I decide otherwise)BASIC that could be bought at, say, Borders? And where do you buy VB itself? Would a CompUSA have it?
Thanks for all the help,
CTFan
-
marshallh
- Moderator
- Posts: 2987
- Joined: Sat Sep 10, 2005 2:17 pm
- 360 GamerTag: marshallh
- Location: here and there
- Contact:
Visual Basic vs. C/C++
Visual Basic costs money to get legally. It's possible to get it illegally. I won't say any more. You'll want to get VB 6.0, Learning Edition. When I bought it, it was $100. Brick and mortar stores probably don't have it anymore. You can probably buy it online for cheap.
There are free C and C++ compilers on the net, although Microsoft Visual C++ is widely used (commercial though.)
Visual Basic costs money to get legally. It's possible to get it illegally. I won't say any more. You'll want to get VB 6.0, Learning Edition. When I bought it, it was $100. Brick and mortar stores probably don't have it anymore. You can probably buy it online for cheap.
There are free C and C++ compilers on the net, although Microsoft Visual C++ is widely used (commercial though.)
-
sam fisher
- Posts: 1093
- Joined: Mon Apr 25, 2005 8:52 am
-
blackbox_dev
- Senior Member
- Posts: 1906
- Joined: Sun Jan 15, 2006 5:19 pm
- Location: Formerly known as iam7805
-
sam fisher
- Posts: 1093
- Joined: Mon Apr 25, 2005 8:52 am
because with the new 64bit architecture becoming highly popular and the fast that assembler is platform specific, then programs would not be very compatible at all 
Yes, assembler is old, but in the end whatever language you learn is eventually going to end with it being run as assembler for the platform machine. Some are more lower level, like C, than basic. Most professional programmer laugh at and hate basic. It is so high level its just.....bleugh!
Yes, assembler is old, but in the end whatever language you learn is eventually going to end with it being run as assembler for the platform machine. Some are more lower level, like C, than basic. Most professional programmer laugh at and hate basic. It is so high level its just.....bleugh!
I'm kinda in the same boat as you, except I couldn't take comp tech in 9th (classes were full), so I'll have to wait til 11th grade to take programming.CronoTriggerfan wrote:I wish I could! They don't offer programming of any sort until you're in AT LEAST 10th grade in my school; every Freshman has to take comp first, even if you know everything in the class.Kurt_ wrote:Take programming class in school.
-
sam fisher
- Posts: 1093
- Joined: Mon Apr 25, 2005 8:52 am
-
CronoTriggerfan
- Moderator
- Posts: 4131
- Joined: Fri Jan 27, 2006 3:07 pm
- Location: University of Michigan - Ann Arbor
- Contact:
Which is exactly what I needsam fisher wrote:But BASIC actually differs greatly from C. All it will teach you is the basics of how you program things. Like conditional statements, conditional processing etc.
Thanks,
CTFan
-
sam fisher
- Posts: 1093
- Joined: Mon Apr 25, 2005 8:52 am
-
blackbox_dev
- Senior Member
- Posts: 1906
- Joined: Sun Jan 15, 2006 5:19 pm
- Location: Formerly known as iam7805
I'm sure i've seen a VB for dummies book somewhere. Can't go wrong with that!CronoTriggerfan wrote:Which is exactly what I needsam fisher wrote:But BASIC actually differs greatly from C. All it will teach you is the basics of how you program things. Like conditional statements, conditional processing etc.![]()
! Anyways, I think I'll start of with VisualBASIC, is that a good choice? If so, are there any good VB books for beginners that I could pick up?
Thanks,
CTFan
I'd imagine right now you wish you were a cuttlefish...
-
CronoTriggerfan
- Moderator
- Posts: 4131
- Joined: Fri Jan 27, 2006 3:07 pm
- Location: University of Michigan - Ann Arbor
- Contact:



