Made my first comic when I was about 4 or 5... Pencil Man Adventures.. A 1 drawing a comic series :) Eventually I got wayyyyy better and started making things like 30 page manga... A series called Lee Kin..
Quan Chi2
Junior Poster in Training
67 posts since Jul 2005
Reputation Points: 14
Solved Threads: 1
Hi everyone,
A simple console C program that acted as an address book.
That was in 1984. Recently i ported it to Turbo C borland and still use it until today
21 years after i wrote it.
Richard West
freesoft_2000
Practically a Master Poster
623 posts since Jun 2004
Reputation Points: 25
Solved Threads: 10
Depends on what you call a project...
Dug out a cavern under some fallen trees in lue of a treehous around 1976, that would probably classify :)
Professionally, hard to tell. I've spent so much time in consultancy and maintenance programming there are hardly any projects I completed on my own (or completed, period, even as part of a team).
It's always hop in to take over from someone else and then leave at some point when your input is more urgently needed elsewhere.
Being now employed to build new software I'm at last seeing customers taking delivery of applications I wrote (or helped write) for them and paying real money for the privilege (previously I was usually employed on internal projects in large companies).
It's a very nice feeling.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
My first was some thing that would draw things like beziers or something. That was in VB.NET and a long time ago. I haven't really created anything that good except for maybe a nice mortgage calculator.
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
Can't be that long ago if it was VB.NET. The first version of that product was released in 2001 :)
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
Can't be that long ago if it was VB.NET. The first version of that product was released in 2001 :)
It seemed like it to me. I think I was around 12 or 13 at that time....Long time ago!
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
Interesting topic.
I assume you're referring to programming projects, at least that's the context I choose for my reply. Discounting school projects, my first "on my own" programming project was in a language now called "PL/B". At the time it was called "Databus". I rewrote a code module that would allow users to page through a data file one record at a time. It would accept various input controls, such as arrow keys, and also allow users to key in characters, and it would jump to the relevant record. When the user selected a record, it would return the ISAM key for that record back to the calling program. Not bad for a pre-windows, pre-GUI, 2GL DOS based program. It was called "SRSCAN", for "SubRoutine, file scan". I ended up writing many, many "SR" programs, and even developed a code-generator that would produce standardized PL/B programs.
It's still in use, too, along with hundreds of thousands of lines of code I eventually wrote for that company.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
ah, the good old days. Done a lot of Cobol in the past, parts of it probably still in use today (though a good chunk were data conversions which would be used only once).
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337