• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Most ambitious program you've made?

EmperorNero

Golden Member
Describe your most ambitious program - such as what does it do, what language, how well does it work, etc. And if it's ok, mind letting the board get a taste of it by providing a d/l? If it modifies the system in any way (such as adding registry strings, changing windows system files, automatically starts up with windows,e tc), please notify us.

Also, how good of a programmer do you guys consider yourself to be?

BTW, I'm a newbie in C++ who really sucks and am embarrassed to put up my program for d/l since it's incomplete because I don't know how to get it to work. 😱
 
My most ambitious? That'll be my final year project which I did last year back in university.

Uses Visual C++, DirectX and EAX, it's a Resident Evil-type of game with only 7 rooms to explore, minimal interaction and zero combat (hey, only 1 semester and 2 people in the team).

I have ideas for huge, MMORPG-type games too, but I think that's currently out of my scope until I can find investors willing to put a huge million dollar budget for me to set up a company and a game development team to do it.... *hint* *hint* *hint* 😀


🙂atwl
 
A fully automated homework/project submission client/server program. Both server and client were written in MFC. Server contains user accounts, and allows allows to set deadline for particular course and section, edit user accounts, transfer students from one course/section to another, and a lot of other similar options. Client allows user to select server address (otherwise default is used), and then allows user to select files, and then submits them to the server. Both client and server maintain control connection between the two, opening the second one for the data when necessary (kinda like ftp). There are a bunch of other options which are too long to explain, but in general this was a 1 person (me 🙂) project, which took 6 months. It was a part time job during my college years (which ended a few weeks ago 🙁). Upon successful completion of the software, I switched my job profile from software developer to network administrator, at the same place.
 
I wrote Blackjack in college for my Qbasic class.
It was either right the program or take the exam.

Was writting a database for my C++ class but it got erased a week before it was due. Needless to say it didn't get finished.

That was about 4 years ago.

 
Back
Top