|
-
March 30th, 2009, 07:28 AM
#15
Re: C++ Error...IDK what is wrong!
 Originally Posted by Frederick Lenz
i understand now... you cant set a variable like 'a' to equal 'b' and 'b' to equal 'c'...i wanted to make a chain ~ where they all equaled 2...but i guess u can't
Actually, you can.
a = b = c = d = e = 2;
will set everything to 2.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|