You had a Spectrum? I remember those Sinclair computers. I learned Basic on a Vic-20 and a Commodore CBM (PET) 8032. The Vic-20 sucked, so it was quickly traded in for the 8032 and a floppy drive. I think both of them cost $3000 (yeah, my brothers and I were spoiled back then).
Learning C++ is straight-forward, but you'll find many differences. You'll learn new data types, such as a structure. Old BASIC didn't have While loops, and now you don't have to worry about stupid line numbers and deal with entering program lines with the ridiculous single-line text editing.
You can learn C++ with a book that is geared towards a certain operating system and compiler. Another route is to learn C/C++ under DOS, and then buy a book on programming Windows, or some other operating system. Learning the ins and outs of C and C++ doesn't take that long. However, when you move to programming a GUI operating system, there's plenty of function calls to learn.
2006-09-25 03:45:07
·
answer #1
·
answered by Balk 6
·
1⤊
0⤋
I started out with a Spectrum too. I worked professionally as a COBOL programmer and retrained to Natural, then C, then C++, and now (after years as an analyst, database designer and manager) I've gone full circle and am working as a Visual BASIC programmer because I realised programming was more fun than office politics.
I would commend VB to you because (a) it's free in a MS environment (you can download a whole development environment); (b) you'll be familiar with most of the commands from your BASIC days; and (c) it's a good step on the transition to C++.
Although the proponents of one language or another will try to kid you that they're something special, all languages are basically the same in their logical construction. What might throw you at first is Object Oriented programming, but really it mimics to a great extent what any good programmer did of breaking down programs into subroutines etc - they just look after your variables for you at the same time.
You will come across a whole load of annoying details when it comes to simple things like "how do I save a file?" or "how do I draw a line?", but stick with it, do them a few times and soon they'll be second nature.
Good luck, and well done for wanting to learn something new.
2006-09-25 03:45:56
·
answer #2
·
answered by gvih2g2 5
·
0⤊
0⤋
C++ is quite different from BASIC.But C++ is really more object oriented than BASIC and studying is very easy.Check the resource section for some cool FULL free boooks on C++ and Visual C++.May be you can try both C and Java also together .
2006-09-27 15:38:50
·
answer #3
·
answered by pmsprasa 2
·
0⤊
0⤋
Visual Basic basically hides pointers, memory addresses, from you. In C++ you virtually can't live without pointers.
So, yes you can learn but you will probably have to learn some new tricks.
2006-09-25 03:41:45
·
answer #4
·
answered by Beam 3
·
0⤊
0⤋
Its never to late to learn try reading a book on C++ and see what you think yourself here is a site where you can download one for free.
http://freecomputerbooks.com/
Hope this answer is what you want and good luck
2006-09-25 03:25:22
·
answer #5
·
answered by Anonymous
·
1⤊
0⤋
Sure. C++ is object orientated so your going to need to get familiar oop terms such as Classes and Inheritance. You can define your own types (classes). Checkout codeguru.com
2006-09-27 05:14:10
·
answer #6
·
answered by Siu02rk 3
·
0⤊
0⤋
i think if you know the basics of any programming language, you'll manage.
they are both high-level languages!
2006-09-25 03:23:08
·
answer #7
·
answered by mark 2
·
0⤊
0⤋
It is not easy , but if you are into programming you will do it.
There is a will There is a way.
2006-09-25 03:26:53
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋
If you want to get C lessons from me in pdf format , send me your e-mail.
2006-09-25 03:47:17
·
answer #9
·
answered by iyiogrenci 6
·
0⤊
0⤋