Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
43% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
~30.9K People Reached
About Me

No longer doing anything programming related, please do not contact me. Feel free to delete my posts and account here if possible.

Favorite Tags

15 Posted Topics

Member Avatar for mister-fett

I am new to C and C++, but I wrote this calculator in C++. It compiles okay on borland 5.5, and can do addition, subtraction, multiplication, and division of two numbers. If you type any characters except numbers, +,-,*,/,or e, there will be lots of beeping noises and error messages! …

Member Avatar for Jawad_9
0
1K
Member Avatar for Dani

Hi, I am Mister-Fett. Dr Scheme is my favourite language, particularly the GUI parts such as Mr Ed and Pretty Big. If you do not know what Dr Scheme is, go to [url]www.drscheme.org[/url] and download it. Anyway, I am a student taking C somewhere in the United States, and I …

Member Avatar for jamesjoseph1
0
9K
Member Avatar for samaru

Hardest program I ever wrote... that would probably be the attached two dimensional two playered game, written in G, which is NOT an object based language. It took me six hours of jury rigging to set it up, and then I had to tweak out all the bugs and add …

Member Avatar for Fest3er
0
3K
Member Avatar for Yzk
Member Avatar for mister-fett

Since no one has posted in this forum as of yet, I decided to tap out a quick scheme. This program, when run through the Mr Ed part of dr scheme available from [url]www.drscheme.org[/url] , will cause a window to pop up with text and a button. By clicking the …

Member Avatar for Rashakil Fol
-1
306
Member Avatar for mister-fett

I just spent about an hour making this story builder to create book and short story outlines. It is written in C. If anyone has suggestions, please reply to this, PM or email me. Anyway, here is the code and .cpp, as well as the exe in a zip file. …

0
171
Member Avatar for mister-fett

I decided to revive my (many months) inactive site today using things I've learned about C++ CGI and the Document Object Model along with CSS. The site is still down, but I'm trying to get back into CGI after leaving it alone for a while (also months). I've spent the …

Member Avatar for WaltP
0
435
Member Avatar for mister-fett

This is part one of a series I am sending to some of my friends. It teaches you how to make a pop-up window using scheme, and change the message of the window, position, size, content, etc. Part two will teach how to link windows together, make them visible, invisible, …

Member Avatar for mister-fett
-1
909
Member Avatar for mister-fett

A few of my friends from computer science, led by me, are developing a MUD game. I plan to run the server from home, and we plan to write the game in two source files. (Yes, we are determined to do this from scratch, without Lima or Mudscript.) The first …

Member Avatar for Drowzee
0
231
Member Avatar for mister-fett

[B]I need some help finding a windows tutorial for C, not C++.[/B] (I am trying to learn C, compile about fifty pages of reference notes on it, and THEN learn C++. That way I dont have to worry about mixing things up, I will have notes and can forget about …

Member Avatar for mister-fett
0
138
Member Avatar for damionspencer

Unless you HAVE TO use specific code, this works GR8! (Sorry if its a little to late!) :cool: [code] #include <stdio.h> #include <string.h> int main() { char name[50]; char item[50]; char exit[10]; printf("What is your name?\n\a"); gets(name); printf("What is one thing you REALLY want?\n\a"); gets(item); printf("Congratulations, %s! You just won …

Member Avatar for Dave Sinkula
2
181
Member Avatar for mister-fett

(I have already posted this in code snippets, but I am posting it here to because some people may not read the post in code snippets because they are not interested in code snippets. Main point: I posted it here so more people would see it. ;) ) I would …

0
60
Member Avatar for mister-fett

I would like to get into two dimensional game programming, and have even taken the time to outline the game: I AM NOT ASKING FOR THE WHOLE CODE. I simply want to know :?: The commands that allow this kind of object based manipulation of graphics and text, as well …

0
95
Member Avatar for mister-fett

I have also compiled some notes on Dr Scheme, in an attempt to get my little brother to do something besides play Runescape. I know these are incomplete, but here they are just the same: [url]http://download.plt-shceme.org/doc/208/hmtl/mred/index.htm[/url] Notes on Mr. Ed relevant to my work: (Section One) Create a Frame: (define …

Member Avatar for mister-fett
0
170
Member Avatar for mister-fett

Does anyone know or use the Mr. Ed or Pretty Big portion of Dr Scheme? I have been fooling around with the language for about three months, and after a one month dry stretch, I seem to have forgotten how to use sub routines. :( Can someone please help me? …

0
59