![]() |
Re: THE best strategy game of all times! :D
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by raynor:
Help! I'm having a seizure!! Someone, quick! Bring me an obfuscated C program to look at! Better if you put the entire program on just one line! http://www.shrapnelgames.com/ubb/images/icons/icon7.gif Programming Axioms: 1. Every program can be reduced by one line. 2. Every program has at least one bug. Corollary: Every program can be reduced to one line that doesn't work! http://www.shrapnelgames.com/ubb/images/icons/icon7.gif<HR></BLOCKQUOTE> Of course, there are those of us who have to go back and maintain those obfuscated programs (he says, sitting at work on a Saturday, taking a break from fighting with 5-10 year old LISP code that was written by people who thought that all variables should be global in scope http://www.shrapnelgames.com/ubb/images/icons/icon8.gif ) and we WILL find you eventually! http://www.shrapnelgames.com/ubb/ima...ons/icon12.gif [This message has been edited by Alpha Kodiak (edited 10 February 2001).] |
Re: THE best strategy game of all times! :D
#include <stdio.h>
void main() { printf("Go lay an egg, you bumbling freak!\n"); } |
Re: THE best strategy game of all times! :D
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Instar:
#include <stdio.h> void main() { printf("Go lay an egg, you bumbling freak!\n"); } <HR></BLOCKQUOTE> Basic syntax is correct. But this entry won't even earn third prize in an obfuscated C contest. Maybe if you'd at least written it as: #include <stdio.h> void main(){printf("Go lay an egg, you bumbling freak!\n"); } |
Re: THE best strategy game of all times! :D
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>[b] Of course, there are those of us who have to go back and maintain those obfuscated programs (he says, sitting at work on a Saturday, taking a break from fighting with 5-10 year old LISP code that was written by people who thought that all variables should be global in scope http://www.shrapnelgames.com/ubb/images/icons/icon8.gif ) and we WILL find you eventually! http://www.shrapnelgames.com/ubb/ima...ons/icon12.gif
<HR></BLOCKQUOTE> Don't you wish that you could convince your boss that in most cases, it really is easier to write the whole thing from scratch than try to figure out what the other guy was thinking? 'Write all your programs as if the next guy to work on it is an axe-murderer who knows where you live.' |
Re: THE best strategy game of all times! :D
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by raynor:
You should ditch *both* of those for Delphi. IMHO, Delphi is the best RAD (Rapid Application and Development) language out there. It has great support for databases, the internet, etc. Oh, and by the way, what do you think SEIV was written in? http://www.shrapnelgames.com/ubb/images/icons/icon7.gif <HR></BLOCKQUOTE> SEIV? O-O (Web) COBOL, undoubtedly. I can imagine: WITH BIG-SHIP-HAVING-LOTS-OF-GUNS DO ... or something to that effect. |
Re: THE best strategy game of all times! :D
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by raynor:
Don't you wish that you could convince your boss that in most cases, it really is easier to write the whole thing from scratch than try to figure out what the other guy was thinking? 'Write all your programs as if the next guy to work on it is an axe-murderer who knows where you live.'<HR></BLOCKQUOTE> Actually, I have been lucky, and we have been allowed to rewrite most of our multi-million line app over the Last several years. Unfortunately, this was one of those cases where we all (myself included http://www.shrapnelgames.com/ubb/images/icons/blush.gif) thought that it would be easy to migrate this code to our new system. Oh well, live and learn! |
Re: THE best strategy game of all times! :D
Instar wrote:
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR> #include <stdio.h> void main() { printf("Go lay an egg, you bumbling freak!\n"); }<HR></BLOCKQUOTE> Assuming this is C, main() must return an int. If your compiler accepts void as main()'s return type, you've been lucky. Obviously, this means you'd need to add a return statement returning zero. Sorry for the nitpick. Seen this very error in college level books and it kinda annoys me knowing we are teaching future programmers bad habits. [This message has been edited by Zanthis (edited 11 February 2001).] |
Re: THE best strategy game of all times! :D
What? I have seen that syntax, but I never understood why. It couldn't be the errorcode thingy returned to DOS, could it? (The exit() function does that)
I have never heard of the main func returning an int, and I'll always declare it void main (Unless its changed and I have to, or someone offers me money) |
Re: THE best strategy game of all times! :D
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jon Brave:
SEIV? O-O (Web) COBOL, undoubtedly. I can imagine: WITH BIG-SHIP-HAVING-LOTS-OF-GUNS DO ... or something to that effect. <HR></BLOCKQUOTE> http://www.shrapnelgames.com/ubb/images/icons/icon7.gif |
All times are GMT -4. The time now is 10:35 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.