ikorack wrote:
What was you guys first language and where did you learn it.(wants to learn C/C++)
it is interesting how many people started with the trs-80. i did too.
that was my fist language. it was "extended color basic" on a tandy trs-80 color computer 2 (64k memory). that was when i was 11. i learned it myself. i can not remember how. i think i read the manual that gave me examples of programs i could write and i got the idea. then i found a part of the rom memory that stored every command and function, and i read the names of the commands and functions and i experimented with their usage and learned.
then i got an edt-asm assembly language rom cartridge and programmed in assembly language. it was lightning fast compared to basic which had to go through an interpreter/compiler.
these days i program in VFP9 (visual foxpro 9) which is based on "dbase" which in turn is based on "xbase". (i used to program in the original foxpro for dos in the 1990's (it was not microsoft then))
i also program in visual basic when i have to (microsoft office application interface data preparation and display).
i learned cobol because i had to only to solve one problem for the company i worked for and i hated it. ("environment divisions" and "procedure divisions" etc were so cumbersome).
the company i worked for dumped cobol after that thankfully and i rewrote a new system for them with foxpro 2.5.