There are 10 kinds of people. Those who understand binary notation, and those who do not!
wow, can't believe this thread is on 2 pages already.
Quote: "There are more than one form of binary, this why applications that run on Intel based computers only work on computers with Intel processors"
what the heck are you talking about?
Quote: "Don't say "binary", say "instruction set". >_<"
ahh, thanks for the clarification TKfish
Hmm, didn't a particular movie mention how RISC was going to change the world? ahh what a great movie.
just had to do a java version, god we're nerds
class Forum implements Runnable
{
public void run()
{
while (this.isAlive())
{
//allow posting
}
this.destroy();
}
public static void main(String[] args)
{
Forum thread = new Forum();
thread.start();
}
}
"Using Unix is the computing equivalent of listening only to music by David Cassidy" - Rob Pike