主题:一个信号量的问题
请问高手,我用CSemaphore mysema(1,1); 定义了个信号量,编译时老是出现如下错误。这是什么原因?
error C2146: syntax error : missing ';' before identifier 'mysema'
error C2501: 'CSemaphore' : missing storage-class or type specifiers
在CSemaphore mysema(1,1);前都有分号的。
error C2146: syntax error : missing ';' before identifier 'mysema'
error C2501: 'CSemaphore' : missing storage-class or type specifiers
在CSemaphore mysema(1,1);前都有分号的。