Hi!
I traing to develop my first tool for monitiring of some changes in windows but I got big problem and do not know where to look.
I can nothing about classes and struct, difficult to understand yet. And I using just simple functions for that. "Ehhh, may be it is problem"
I used time function for that, to pause time,
[gloworange]
seconds = time ( NULL ) ;
int i = seconds;
while ( i > seconds ) seconds = time ( NULL ) ;
[/gloworange]
but i getting up to 100% process usage. Do you know what to do or where I can get answer for that? PM me then.




Reply With Quote