View Single Post
  #30  
Old March 27th, 2004, 09:38 PM
PhilD's Avatar

PhilD PhilD is offline
First Lieutenant
 
Join Date: Sep 2003
Location: Bordeaux, France
Posts: 794
Thanks: 0
Thanked 0 Times in 0 Posts
PhilD is on a distinguished road
Default Re: Best (CD Bootable?) Linux Distro for Dominions?

Quote:
Originally posted by alexti:
quote:
Originally posted by Cainehill:

code:
  if ((int left = n + d6()) && (int right = m + d6()) && (left < right))

Can you declare in the "if" expression?
I believe that's one of the differences between the C and C++ standards (where most people would expect them to be the same). IIRC, it's correct C++, but incorrect C. Of course, many C compilers will accept it, but...
Reply With Quote