IDE's and contributions
Collapse
X
-
BTW, you might find http://www.netadelica.com/coding/sdl/install.html useful for getting SDL up and running on Windows.
Code:make -f Makefile.win CROSS="i586-mingw32msvc-" MINGW=yes
Code:LIBS=/path/to/SDL.lib /path/to/SDLmain.lib /path/to/SDL_ttf.lib
takkaria whispers something about options. -more-Comment
-
The Story of Mel is a description of the "canonical hacker". Real Programmer jokes are about writing software using increasingly bizarre limitations on your toolkits, e.g.
"Real Programmers use emacs."
"No, Real Programmers would never use such a bloated program. Real Programmers use ed."
"No, Real Programmers use cat. Text editors are for the weak."
"No, Real Programmers use a magnetized needle and a steady hand."Comment
-
The Story of Mel is a description of the "canonical hacker". Real Programmer jokes are about writing software using increasingly bizarre limitations on your toolkits, e.g.
"Real Programmers use emacs."
"No, Real Programmers would never use such a bloated program. Real Programmers use ed."
"No, Real Programmers use cat. Text editors are for the weak."
"No, Real Programmers use a magnetized needle and a steady hand.""Been away so long I hardly knew the place, gee it's good to be back home" - The BeatlesComment
-
Maybe someone here can help me unearth another gem that I once saw and cannot now find. It was a list of different approaches to "hello world", starting with the basic novice's C program and ending up with the company CEO's email to the novice saying "write me a program that says 'hello world'". In between there were a dozen different takes on it. Does this ring any bells with anyone?Comment
-
The 'seasoned programmer' version is by far the funniest. I actually did write a hello world that was ~200 lines long, prior to a partial rewrite of the OSX port. (It had font & size selection via menu, and a few other "features" that I forget now.)Comment
Comment