Hello World
foo bar( ) {
(You are part of EQ Tech)? "Welcome!" : "Uhhh...You're still welcome, I guess!";
.
.
.
}
(You are part of EQ Tech)? "Welcome!" : "Uhhh...You're still welcome, I guess!";
.
.
.
}
The blog for the Equities Tech masses
1 Comments:
This code won't compile.
you're missing the return type (a strict C++ compiler will throw a compilation error) and the ('s and .'s need to be in //'s or /* */'s
Okay, shoot me, my nerdiness's bigger than yours :P
Post a Comment
<< Home