PDA

View Full Version : Getting my start kind of.


Mandeer
05-30-2003, 05:11 PM
ok I wanted to start programming so i was wondering if anyone out there could maybe post a website or something to help me get started. would go to college but i got to git through high school first.But anything will help.

06-08-2003, 08:43 AM
Pick a language, do a search on google for <language> tutorials, if you don't know any language names, you should probably start with Basic, pascal, or possibly Java, then move onto C++ or C (very good languages, very detailed, hard to learn), but, for a quick program, Visual Basic will always be the quickest way, best of luck on this hard journey!

Mandeer
06-08-2003, 01:17 PM
thanks for the addvice.I started doing pascal a little today.its kind of gay having to go with dos but hey, its easy to get started with and i understand most of it so thanks again.

06-08-2003, 08:21 PM
well, dos is what most of the programs you write will be in, you have to deal with it considering it takes 10x as long to make a windows prog, sometimes you can create a class in c++ and use it in VB, but, you PROBABLY will never get that far, I know I never did... lol

Merth
06-09-2003, 01:54 AM
it takes 10x as long to make a windows progTimes have changed.

06-09-2003, 03:38 PM
How's that?

06-27-2003, 09:54 AM
Well, I was speaking strictly of coding with C++ from scratch, much easier to use a dos interface...