Thread
:
tried java now c++
View Single Post
#
1
(
permalink
)
Aug 28th, 2007, 19:15
alexgeek
Technical Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries:
9
Thanks: 0
Thanked 0 Times in 0 Posts
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
;
}
?
alexgeek
View Public Profile
Visit alexgeek's homepage!
Find all posts by alexgeek
View Blog