Hi all, I would like to know what is the meaning of this C code. 
    
    
    WNDCLASSEX wcx={0};
    
    
    Run

All i can understand is, this line declares an instance of WNDCLASSEX type 
variable. But i can't understand the "{0}" part. What is it ?

Reply via email to