Jul 5, 2010 at 11:44am Jul 5, 2010 at 11:44am UTC
Didn´t You read both descriptions?...
Jul 5, 2010 at 1:20pm Jul 5, 2010 at 1:20pm UTC
If it was in a program, it would say while variable, object, or enumeration succeed does not equal function try, repeat the loop. However, the syntax doesnt look like C++. but it's sort of close...
by the way, that shirt is pretty funny.
Jul 5, 2010 at 2:18pm Jul 5, 2010 at 2:18pm UTC
Its a C++ version of the old saying "If at first you don't succeed try, try again."
Or, "while try() didn't equal succeed keep doing it."
Jul 5, 2010 at 6:19pm Jul 5, 2010 at 6:19pm UTC
Oh alright so it's basically saying if your "try" did not "succeed" go again??
That's what I thought just worded confusingly and got me mixed up. Yeah I wanna buy it ahah.
Jul 5, 2010 at 7:44pm Jul 5, 2010 at 7:44pm UTC
While you did not succeed
Try
Well, that would SEEM what it says in C++, but since it reads = instead of the equality CHECK (==).
Jul 5, 2010 at 8:05pm Jul 5, 2010 at 8:05pm UTC
Most people would read it as if success is not equal to try - but the actual C++ test is carried out on the success variable - in other words - if success is not true thengo round the loop again.
It is not actually an equality test between success and the try() .
Jul 5, 2010 at 8:12pm Jul 5, 2010 at 8:12pm UTC
the actual C++ test is carried out on the success variable
What C++? That's pure C.
Last edited on Jul 5, 2010 at 8:13pm Jul 5, 2010 at 8:13pm UTC
Jul 5, 2010 at 9:36pm Jul 5, 2010 at 9:36pm UTC
try
is a reserved keyword in C++
Jul 5, 2010 at 9:59pm Jul 5, 2010 at 9:59pm UTC
I am so confused, this is a hard shirt this is why I was confused!!
while success = try
since it's not == that means something ridiculous?
or can you please explain what try() does if it's nothing too crazy
Jul 5, 2010 at 10:17pm Jul 5, 2010 at 10:17pm UTC
While success, being the result of your trying, fails; keep going.
Jul 5, 2010 at 10:20pm Jul 5, 2010 at 10:20pm UTC
ok nice that's what i was thinking thanks a lot ^