|
|
|
|
![]() ![]() |
Apr 17 2005, 06:15 AM
Post
#1
|
|
|
PsYcheDeLiC dR3aMeR Group: Admin Posts: 2,242 Joined: 29-January 05 From: Nakorn Chaisri, Thailand Member No.: 2,411 |
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 |
|
|
|
Apr 17 2005, 06:29 AM
Post
#2
|
|
|
Techno-Necromancer Group: Members Posts: 1,018 Joined: 13-January 05 From: The Net Member No.: 2,127 |
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. |
|
|
|
Apr 17 2005, 07:00 AM
Post
#3
|
|
|
PsYcheDeLiC dR3aMeR Group: Admin Posts: 2,242 Joined: 29-January 05 From: Nakorn Chaisri, Thailand Member No.: 2,411 |
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
|
|
|
|
Apr 17 2005, 07:06 AM
Post
#4
|
|
|
Techno-Necromancer Group: Members Posts: 1,018 Joined: 13-January 05 From: The Net Member No.: 2,127 |
Cool, I never knew about the hatch patterns, how does the hex value determine hatchiness?
~Viz |
|
|
|
Apr 17 2005, 08:12 AM
Post
#5
|
|
|
PsYcheDeLiC dR3aMeR Group: Admin Posts: 2,242 Joined: 29-January 05 From: Nakorn Chaisri, Thailand Member No.: 2,411 |
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. |
|
|
|
Apr 17 2005, 09:32 AM
Post
#6
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 1 Joined: 17-April 05 Member No.: 4,078 |
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.
|
|
|
|
Apr 17 2005, 02:40 PM
Post
#7
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 28 Joined: 17-April 05 Member No.: 4,081 |
wah, in such a way, I feel almost as same as you. i woke every morning realizing my self, what's the next programming i should read or *worse* understood. ha.. your code like a sweet memory. |
|
|
|
Apr 18 2005, 01:42 AM
Post
#8
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 6 Joined: 18-April 05 Member No.: 4,106 |
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
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... |
|
|
|
Apr 18 2005, 01:59 AM
Post
#9
|
|
|
Techno-Necromancer Group: Members Posts: 1,018 Joined: 13-January 05 From: The Net Member No.: 2,127 |
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 |
|
|
|
Apr 19 2005, 05:09 PM
Post
#10
|
|
|
Member [ Level 2 ] Group: Members Posts: 73 Joined: 13-April 05 From: Maryland Member No.: 3,940 |
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. |
|
|
|
![]() ![]() |
Similar Topics
| Topics | Topics | |
|---|---|---|
|
|
|
|
Lo-Fi Version | Time is now: 24th July 2008 - 08:29 PM |