
-----------------------------------
ahsonmonis
Thu Oct 22, 2009 12:38 am

About Structures and Nested Arrays
-----------------------------------
struct event schedule[] = {{{9,45},{9,55}},{{13,0},{14,20}},{{15,0},{16,30}}};

So how can I read each individual entry?

I want to use this and compare it to an integer.

So basically lets say i have h = 9, 

I want to see if h>9 or h13 or h15 or h