: : hi, i am just beginning out in programming and i would appreciate it if someone could give me advice on which language is best to start off with.
: :
:
: I recommend starting with Delphi. You can get free trial versions from
http://www.borland.com/products/downloads/download_delphi.html. There are lots of tutorials to find on the net and lots of open source code so you can look at and play with another person's program.
:
: Some people suggest Visual Basic (VB). It is basically a windows version of QBasic. It is quite easy to start with. QBasic is completely free. It is pretty nice, too.
:
: Both Visual Basic and Delphi use RAD(Rapid Application Development). That means they make it easy to make programs quickly. Both programs make it so you can drag and drop controls like buttons, images, labels... To program what is done in a certain event, just double click the control and you can edit the code.
:
: Source code really helps me out, some times. You can get source code, here, by searching. You can also get source code at www.planet-source-code.com. That is my favourite site for source code.
:
: I started programming in high school using Delphi. I still use it almost exclusively. I don't know much about Visual Basic but I know Delphi is really nice.
:
:thank you very much for the advice and especially the links. I'll be checking them out and I hope I'll find delphi interesting and stimulating.