Error in C Program
        Posted  
        
            by Manoj
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Manoj
        
        
        
        Published on 2009-03-25T06:25:07Z
        Indexed on 
            2010/04/17
            1:13 UTC
        
        
        Read the original article
        Hit count: 309
        
Hi,
while(((long)(1000*ratio*((long)clock()-(long)t0))%100)/1000)<Data_Read_Rate);
The above line is generating the following error: "Syntax Error before < token".
Why is this error coming up?
I use MINGW32 for development(GCC compiler).
Thanks...
© Stack Overflow or respective owner