bookmark - How Long Have You Been Programming ?

How Long Have You Been Programming ?

 
 Discussion by miCRoSCoPiC^eaRthLinG with 115 Replies.
 Last Update: April 2, 2011, 9:36 pm (View Latest)
Page 1 of 8 pages.
bookmark - How Long Have You Been Programming ?  
    
free web hosting
 
Lets start this thread and find out more about our coding roadmap!

The first code I ever wrote was on a BBC Micro Computer that came with its on embedded ROM-OS and ROM-BASIC - this was when I was in my 5th grade (1990-91). It was pretty powerful for those times, offering decent 16-color graphics and a powerful sound engine behind it (using normal computer speakers) - that PCs never achieved.

In about an year or so, I shifted over to PCs coz the lack of applications for the BBC Micro was getting to me (all appz for it had to be either written in Assembly or that ROM Basic). Then came GW-BASIC 2.0 on DOS 4.0. That was fun - big fun.

It any of you still have the old basic interpreters (GW/QB) try out this code - this was one of my very first experiments with CGA graphics. It struck me so amazing at that time that I was able to magnify screen text and add touches of color through a few simple lines of coding.

CODE

CLS
SCREEN 1
PRINT "Text:";
INPUT text$
FOR x = 48 TO 48 + 10 * LEN(text$)
  FOR y = 0 TO 8
      IF POINT(x, y) <> 0 THEN
          LINE (10 + x * 2, 50 + y * 2)-(12 + x * 2, 52 + y * 2), 2, B
          LINE (12 + x * 2, 52 + y * 2)-(14 + x * 2, 54 + y * 2), 1, B
      END IF
  NEXT
NEXT


Next came QuickBASIC, and then Pascal... finally leading to C & Assembly - in such quick succession that I lost count. Now I'm armed with Java, JScript & PHP a little bit, quite solid on the C++, C# & VB.NET Front.

That would be 15 years now :rolleyes: God, can't imagine so much time has passed by in between.

Sun Apr 17, 2005    Reply    New Discussion   


I have been coding since when, hm I believe I started with QBasic at an age of 7? and moved onto Visual Basic at 10. Now I am 15 years old and I am programming Visual Basic, Delphi and PHP at the same time.

Sun Apr 17, 2005    Reply    New Discussion   

Similar progression for me. In 5th grade I started in Qbasic. Dabbled in assembly for libraries for qb7.1, then gave up. I switched over to c++, didn't like it and moved to working with websites. I learned HTML (which is NOT a programming language, it is a markup language) and javascript. Then my free webhoster allowed perl CGI scripts, so I gobbled that up. Feeling more confident with my ability I went back to c++ and added java.

Then I got a TI83+ and started programing in BASIC for that. I wanted more control and started learning assembly for the calc and quickly switched to assembly for the pc. Then I joined astahost, got my hosting and started learning PHP and mySQL because I had access to it.

Somewhere along the way I also learned VB.

I hope to progress soon to GEL. GEL is a language I am writing in assembly designed primrily for making games. There are currently no high level languages that I can think of that are not based on other languages designed for games. So I decided to start work on GEL. (GEL = Game Engineering Language and is pronounced JEHL (the eh means short E)).

~Viz

P.S. I am going to try out your code m^e, it looks really good. It reads like it checks a point and if it exists then it drawsa box for the point somewhere else, but shouldn't it be BF not B to fill in the box?
P.P.S. Do you know any vesa coding in assembly?
P.P.P.S If anyone wants to help on the GEL project, PM me.

Sun Apr 17, 2005    Reply    New Discussion   

Yaah - try experimenting with both BF & B - BF would draw Filled Boxes - here I'm drawing a simple non-filled rectangle for each point. You could also experiment with hatch patterns by adding in hex values after the B/BF...
Like:

CODE

LINE (10 + x * 2, 50 + y * 2)-(12 + x * 2, 52 + y * 2), 2, BF, &HF3E

Sun Apr 17, 2005    Reply    New Discussion   


Cool, I never knew about the hatch patterns, how does the hex value determine hatchiness?

~Viz

Sun Apr 17, 2005    Reply    New Discussion   

That I've long forgotten - but I used to experiment around with different values and find a hatch to my liking. Infact when I used this function regularly, I'd built up a reference table of patterns & their hex values - but don't have a copy anymore.

Try putting it in a for loop - I mean fill up the screen with horizontal lines with different hex values using a for loop and you'll get an idea.

Sun Apr 17, 2005    Reply    New Discussion   

It's interesting how everyone started out programming by a computer... I started to learn how to program in 7th grade by a calculator. It's a pitiful age to start since I can never catch up with anyone :rolleyes:. Well, it began with a Texas Instruments Calculator, the TI 83 Plus. Learning how to make BASIC programs on that thing was awesome. Then I moved on to computers and started learning all the basics as mentioned above, QBasic, Visual Basic, etc... Then eventually leading up to C++. I would love to learn assembly but I don't have the time anymore...

Actually, if one was to consider HTML as a programming language, then one can say I started programming by 5th grade... but HTML isn't... :)

If some of you wish you could learn your first programming earlier, when would it be? I say, I wished I could have started programming in 3rd grade (I mastered my basic math by then) so I would have the time to learn Assembly by now... :)

Mon Apr 18, 2005    Reply    New Discussion   

Age three or four, that is when I was first allowed to use a computer for games. I had already mastered large number multiplication and long division and had a good grasp of how math topics worked. And at the time my sister was making a program in QBasic for school.

~Viz

Mon Apr 18, 2005    Reply    New Discussion   

I am now 17 years old and have been programming for about 5 years.

I currently develop programs in QBasic, Visual Basic, and Flash Action Script.

I am currently learning both Java and C++. I know QBasic and Visual Basic very very well, and am getting relly good at programming in flash.

Tue Apr 19, 2005    Reply    New Discussion   

it's interesting.

i've been programming for 5 years. my major is java programming. now i'm studying rational rose and uml .

Thu Apr 21, 2005    Reply    New Discussion   

Eh, I'll never consider myself a programmer. I started about 9 years ago on Pascal, then switched to C++ and Java. I ditched the C++, got sick of Java, and throw in some HTML and you basically have my programming experience. I've since picked up PHP and SQL, though only casually.

Fri Apr 22, 2005    Reply    New Discussion   

I hear you. Although I have learned a lot of programming langauges, I haven't taken the time to learn more. I only know a little of each language I learn. I'll never consider myself a programmer... I know a lot of HTML because that was the first thing I learned. I wished I could have learned how to program younger (say 2nd grade) to catch up with everyone else... :P

I have programmed for four years... four years of little programming though...

Fri Apr 22, 2005    Reply    New Discussion   

In my book, you're both programmers, whether or not you consider yourself in that category. If you've ever done any programming, you are a programmer.

~Viz

Fri Apr 22, 2005    Reply    New Discussion   

wow, about 5 years now. started with C++ and C, went to java (swing), vb &nd vb.net, c# and some others. still love C++ though. although C# is really easy to make nice GUI-apps.

and scripting... well, i'm pretty good in bash scripting and stuff, awk, php, javascript, vbscript, and some more, can't think of em right now.

still.. i heart C++ :P

Fri Apr 22, 2005    Reply    New Discussion   

Been programming for a long time now..

I started using pascal and then quicked stepped to turbo pascal.. At the same time I found some interesting scripting in MSDOS systems which is the ANSI console programming and the minor batch files.

A year later I start to move on to turbo C and started do embark in interest in hex-editing and I manage to found out how command.com used to load files and translate built-in commands.

All built-in commands in command.com was in plain text so if you want to disable DATE internal dos command, just load the command.com in hex-editor and replace the word DATE with four spaces. Carefull though cause if you overwrote the wrong byte, the program crashes.

Not long after that I found my first interest in assembly language and further understand the hex codes that I load daily in my hex editor. With that I learn what hex values means in actually assembly programming.

At this time, I am writing mixed languages prgragmming embedding assembly codes [obj] in turbo pascal and C++.

at about 1998-2000 I made my first GUI based software made of pure delphi interprise builder and my first website coded in DHTML.

Years later I am making tons of websites and scripts for a price written in PHP and MySQL and some DHTML.

As of this moment, I am deep into mastering Java and currently trying to build up an ERP program.

As you can see, I have never touched basic programming software that mostly have knowledge and I have not touched a pre desktop machine. Now It is nice to run test on bigger server machines and test some stuffs on routers.

Of all the programming languages that I have touched, I think the most valuable one is the Java programming which enables me to build a software and just send them a cd with different java virtual machine installer and the main program itself without worrying if my program will actually run or not.




NOTE: I dont have any formal programming training and all of them was just learn from trial and error and some books. My advancements from year 2000 mas made faster thru the aid of internet and forums like this. :P

Sat Apr 23, 2005    Reply    New Discussion   

Quickly Post to How Long Have You Been Programming ?  w/o signup Share Info about How Long Have You Been Programming ?  using Facebook, Twitter etc. email your friend about How Long Have You Been Programming ? Print
Reply / Comment Ask a Question? Share / Bookmark E-Mail a Friend Print


Eclipse: The Universally Extensible IDE ...from IBM. Compiles anything !!!  Eclipse: The Universally Extensible IDE ...from IBM. Compiles anything !!! (10) (10) Visual Studio .NET - Should I Buy It ? Should I Buy It?  Visual Studio .NET - Should I Buy It ? Should I Buy It?