View Single Post
  #1 (permalink)  
Old Aug 28th, 2007, 19:15
alexgeek's Avatar
alexgeek alexgeek is offline
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Post tried java now c++

I tried java,
hated it.
does anyone have a nice c++ tutorial that teaches you how to do the equivalent of this php statement:
PHP: Select all

$var "1";
$var2 "2";
if (
$var "1" && $var2 "2") {
echo 
"The variables are: ".$var." & ".$var2;

?
Reply With Quote