Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Linux games

Name: Linux games 2011-11-25 10:34

Linux games

Name: Anonymous 2011-11-25 19:37

>>39

You do have a point, but I've never seen something like that happening with either Java (or Common Lisp).

Oh wait. You have to make the user install the "interpreter", right? That's fair. Like, rather the same to have him install the non-standard/portable library in his system, in the first place.

Now, Common Lisp indeed has a couple of advantages over C. But. Java?

"Portable." Lol

Name: Anonymous 2011-11-25 22:15

>>41
Oh wait. You have to make the user install the "interpreter", right? That's fair. Like, rather the same to have him install the non-standard/portable library in his system, in the first place.
You mean I have to install a libc and a loader to run C executables?! OMG!!!!!!

Name: Anonymous 2011-11-25 23:46

>>30
Compile once. Run forever.

Name: Anonymous 2011-11-26 1:18

There are only two games on Linux:
1. The GNU C Compiler.
2. The Kernel Recompilation.

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2011-11-26 1:27

Entire thread discuss why i #define v0 void???
well actually it just sounds like v0id(void) with the last 2 chars removed(and its simpler to remember)
I don't really care about the sizeof(v0), since its not used for size.

Name: Anonymous 2011-11-26 7:56

>>30
Can you do pointer arithmetic on a void *?
That's a GNU extension as well, you should really try compiling with -pedantic and specifying a non-GNU standard if you don't want to be compiler dependent.

Name: Anonymous 2011-11-26 7:58

Why #define and not typedef?

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2011-11-26 8:15

>>47
1.These are simple types. If i really needed typedefs(typically for complex types like typedef struct/typedef type array), i'll write them for that case.
2.you can #undef #define in the middle of file to change local types.
3.i prefer to use only one versatile d=#define for  functions, chunks of code and constant
instead of typedefs,inline functions,and #defines (#define replaces them all)
4.#define can be using other defines/vars, since it manipulated text, while typedef is static single-purpose declaration aliasing a type(it cannot combine or change things at compile time).

Name: Anonymous 2011-11-26 8:31

>>48
you can #undef #define in the middle of file to change local types.
What a terrible idea.

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2011-11-26 8:58

>>49
You can undef/redef chunks of code and constants too based on conditional variables(like usefunc=funcA),all in compile-time

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2011-11-26 9:09

In fact redefining alot of code with #ifdef(usually found in many headers)#endif can be avoided if its #define'd as chunk of code which can be redefed like lego blocks.

Name: Anonymous 2011-11-26 9:38

>>51
>treating code like lego
Terminal Autism.

Name: SUPERTUX 2011-11-26 12:15

SUPERTUX

Name: Anonymous 2011-11-26 13:25

Tetris on sed and Quadronix on bash!

Name: Anonymous 2011-11-26 13:49

<--- check 'em dubz

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List