Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C++ syntax

Name: Anonymous 2010-08-28 13:59

http://www.cplusplus.com/doc/tutorial/templates/

For the first example here, can anyone explain the syntax "(a>b?a:b);"?

Thanks

Name: Anonymous 2010-08-28 14:07

if(a > b) return a; else return b;

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List