I have got a newbie problem with ZeroC ICE dictionary syntax. Here is what I tried and nothing seems to work.
/*What I want to make <flightNo, <hr, month day>>*/
dictionary<int, <short, short>> FlightSchedule;
dictionary<int, dictionary<short, short>> FlightSchedule;
How should I write it to be okay with the syntax?