Tip: use C#
A
Alexander Voronin
@Alexander Voronin
Posts
-
Finally started doing some WPF... -
Write in C - After Lennon/McCartneyGreat! I'm smiling! 8) "Life's too short to write in asm" (c) someone Write in C!
-
Some thoughts about AI...Did you hear something about technological singularity? You are asking about totally unpredictable things. And this questions not new actually, but still very interesting. Read more fiction, for example this old one - "Greg Bear. Blood Music (1983)" and maybe you'll find something new.
-
Performance GeniusYou will burn in hell! :)
-
Genericize access to variablesTry to use this construction:
this.GetType().GetField("variablename")
This should work for c# but better try to avoid such kind of code. Other languages has different RTTI, for example in c/c++ this is impossible at all.