View Single Post
  #1 (permalink)  
Old Sat Dec 10, 2011, 07:11pm
JugglingReferee JugglingReferee is offline
Fav theme: Roundball Rock
 
Join Date: Nov 2000
Location: Near Dog River (sorta)
Posts: 8,558
Quote:
Originally Posted by BillyMac View Post
I observed a girls junior varsity prep school game today. Connecticut prep school use an "odd" hybrid version using both NFHS and NCAA rules. The visiting team, wearing white, I told you the rules were "odd", has a player wearing the numeral 02, another 03, and another 05. Are these numerals legal in any rule set?
Code:
int c = 5;
is the same as
Code:
int c = 05;
But

Code:
char string[50] = "05";
is not the same as
Code:
char string[50] = "5";
__________________
Pope Francis
Reply With Quote