If you can remember that far back, what did the first computer program you ever wrote do (once you had finished debugging it)?
|
|
It would have been pretty much like:
Jingle Bells in gw-basic :D |
|||
|
|
|
|
Well it would have been about 30 years ago when I went to upper school and there was an optional lunchtime computer class run by a maths teacher. We had a 'portable' terminal with acoustic coupler that connected to the local college mini. I remember that a fair few turned up at first, but after a few weeks it was just two of us hacking away on the terminal almost every day. We were writing in Basic and producing lots of thermal printout. I can't remember what the first program would have been, but probably something like Hello World, followed by some simple calculations. ASCII art also featured strongly. Ah, nostalgia. |
|||
|
|
|
|
A ticker that showed promotional messages for a non-profit organization in my neighbourhood. It was written in basic on a C64. I had to turn my television/monitor so it faced the window so people could actually see it. If anyone saw it at all ;-) |
|||
|
|
|
|
I wrote a program that printed "X"s in a loop (in QBASIC on a 286). The next step was randomizing their color. |
|||
|
|
|
|
It was in Algol, in 1965, and it printed a 12x12 multiplication table. For criminy's sake :-< |
|||
|
|
|
|
Turbo Pascal (can't remember what version) on 386 MHz PC with 16 MB ram, and 70 MB HDD, I wrote a game which let use guess random number between 1 and (depend on level which is selected: easy - ..100, hard - ..1000, expert - ...10000, insane - ..100000). After user guess it said (the number is bigger/lower). It was just simple game. :) but it was fun ;) Latter on I wrote a snake game . |
|||
|
|
|
|
I had plenty of random Atari BASIC experiments in my youth, but my first real program was an Basic XL-based Atari 800 drawing application that used the joystick to move around a blinking cursor (I think I used the player/missile support for this so it woudln't overwrite the graphics on the screen). You could draw by holding the joystick button, and keys on the keyboard would give you some primitives, like lines, circles, and text. I implemented the circle drawing using about 36 segments calculated using sine and cosine functions, while the text was plotted dot-by-dot after reading the bitmaps out of the Atari's character font. It also supported save and load for pictures. It was rather slow, but I was proud of it and I gave copies to my friends who also had Atari systems. My first complex game was something called "Camel Racers" that was notable for its use of redefined character sets. However, there was very little game play in it, since you didn't have enemies and the race wasn't timed. |
|||
|
|
|
|
My very first program was written in some version of BASIC running on a PDP-11. It rolled up D&D characters. I can still remember wondering why "FOR X=1 TO 6" wasn't returning a random number... Those were in the days when the teacher kept all the manuals locked in the server room. My second program attached to one of the other terminals and set itself up as a keylogger grabbing passwords. The only password I ever let it grab was my own, of course. Good times. |
|||
|
|
|
|
I drew a square, in LOGO. Probably along the lines of:
|
|||
|
|
|
|
My first program that I recall - other than exercises from books and other trivial projects - was a "Breakout" game for the Atari 800xl (circa 1987). I had recently learned in high school physics class that "angle of incidence equals angle of reflection", and that was all the physics I needed to build a Breakout clone. I did a few more games after that, including a Pong clone (as I already had the bouncing ball math figured out, that's half the work done...), TRON-style light cycles, and a four-colour paint program with circle, ellipse, and line drawing commands. When I switched to an MS-DOS machine a year or two later, I wrote a Dungeons & Dragons character generator in "Turbo" C - it would provide random numbers for such stats as strength, wisdom, etc., suggest a character name (by throwing random letters together), and then display a printable "character sheet". The first program I actually received money for writing was an IRC (chat) bot. |
|||
|
|
|
|
Crashed the PC. What else?. EDIT: It was intentional. |
|||
|
|
|
|
My first computer program got, as input, three real numbers A,B,C and computed the roots of the square equation The program was written at July 1969 in FORTRAN IV, using punched cards. It ran on the CDC 6400 computer belonging to the Hebrew University in Jerusalem, Israel. I was 12.5 years old at the time. The computer's memory capacity at the time was 32K 60-bit words (equivalent to 240K 8-bit bytes). |
|||
|
|
|
|
BASIC, 1982, I was 8 yrs old, a small program asking for 2 numbers and then adding them. I thought loops were the coolest thing on the face of the earth... |
|||
|
|
I made a qbasic program, under MS-DOS, to play a little motive. |
|||
|
|
|
|
Well, after 10 PRINT "NICK"; 20 GOTO 10... first proper program (if you can call it that) was "Transversion" for the ZX Spectrum in 1984. I think we made £300 for it, which was, frankly, a fortune back in the days of paper rounds. Just Googled it and found a poor remake: http://gameszoo.altervista.org/game.php?gid=jtransversion. Not yet available on the Wii. |
|||
|
|
|
|
A mIRC script that used sockets to connect/login to a website and dynamically 'vote' on a specified list of url-profiles. I had written a few other very very basic scripts in mirc before this, but that was the first that did anything significant. |
|||
|
|
|
|
Mine? 10 PRINT "HELLO!" 20 GOTO 10 I guess ... can't really remember if it was "HELLO!" or "Hello!" or something else... :) |
|||
|
|
|
|
I think my first program was a simple text adventure game. It used basic console instructions for printing text and getting input. I copied the instructions from some code I had got from my friend who also gave me some version of Turbo Pascal. I didn't even know how to clear screen or do a loop so I had 25 lines of empty WriteLn commands for every clear screen. |
|||
|
|
|
|
I started programming by modifying Games on the C64, which were written in Basic. Like giving myself $10000 instead of $100 for the start. After that I created some small quiz games myself in Basic. Pretty basic stuff and really ugly code, but well, I was still at school at that time and about 11 years old I guess. |
|||
|
|
I guess my very first "program" was to solve a standard quadratic equation ( Next one was a character mode address book with menu system and some nice animations. Third one was a graphical poker slot game. All of these were written MSX2 BASIC and I miss sorely that I've since lost the sources to these. |
|||
|
|
|
|
Cobol program on cards at university. I quit the course. But the next year we got terminals so I majored in computer science. Basic was our first course so I think Hello World was my first termnial program. |
|||
|
|
|
|
Visual Basic 6. Used the KeyDown event to move a PictureBox around the screen. It was the demo lesson for this not-all-that-informative-but-good-at-getting-you-into-programming game development for kids course that I took. |
|||
|
|
|
|
I spent about 4 hours type hex characters in to a Commodore VIC20 for a trek game. I had to start all over again when my wife tripped over the power cord while saving it to audio tape. |
|||
|
|
|
|
My first "program" was written on a Commodore 64 with a tape drive. It basically wound forwards and backwards on the tape and read of strings which it displayed on the screen (given user input). Nothing brilliant, but at the time it was about all I could do with a tape drive which didn't take 15 minutes to load (like tape drive games of that era!) |
|||
|
|
|
|
My first program was written in the autumn of 1987 in GW-BASIC on a Tandy 1000. The program wrote my name on the screen.... a THOUSAND times!!!!!!! |
|||
|
|
|
|
I opened C++ for Dummies, copied some code to convert degrees Fahrenheit to Celsius, got it working, was frustrated I didn't understand what I just typed, and stopped coding until years later. |
|||
|
|
|
|
I know exactly what the first computer program I ever wrote did, I know exactly what time it was and where I was sitting. It was an exciting moment in my life. It actually was a two person tick tack toe game written in Z80 assembly. And it was about 30 years ago. |
|||
|
|
|
|
My first program was typed out of the CBM PET computer manual. It was a I spent the rest of the day modifying that program to learn how BASIC worked. |
|||
|
|
My dad got me a REXX interpreter (Mansfield Rexx) and an editor (KEdit) and told me to add two numbers. When he came back from work that evening, I had splattered all my attempts to "teach" the computer the concept of positional notation for numbers in a textfile. The computer didn't really understand... I was kind of shocked when Dad did: |
|||
|
|
|
|
The first one I can remember was drawing random lines on the Screen in BASIC on an AppleIIe...but I must have written something before that. |
|||
|
|
