cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
is is is
is is is
Jul 5, 2012 at 2:45am UTC
jorz
(55)
what does happen here
variable1 = variable2 = false;
does this mean
variable2 = false;
and
variable1 = variable2;
?
Many thanks
Jul 5, 2012 at 2:47am UTC
firedraco
(6243)
Yes, that's correct.
Jul 5, 2012 at 3:07am UTC
jorz
(55)
thank you
Topic archived. No new replies allowed.