On Mon, 9 Jun 2003, Daniel Koppes wrote: > > I think it can depend on whether the compiler would use 'full' boolean > logic (where all of a statement is evaluated, even if it's something simple > like 1 && 0), or 'short circuit' (where the code will not evaluate further > if it's obvious what the result will be, like 0 || 0) logic... I know > Delphi (Object Pascal) can use either one, I'm sure C++ ones can too. > > As for sticking to a standard, since when has MS started doing that? >
full boolean logic was in old pascal standard that's why delphi has option to switch in on. I have never seen it in C++ not even as commandline option on any compiler (not even borland c++ compiler). .----------------- Jussi Kivilinna <[EMAIL PROTECTED]> http://jussikivilinna.cjb.net/ _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

