davyzhu
Advanced Member level 1
Hi all,
I am reading a book "Computer Systems A progammer's Perspective"( http://csapp.cs.cmu.edu/public/students.html ).
The book have a chapter talking about Memory and have a sample program( http://csapp.cs.cmu.edu/public/mountain.tar ).
I want to use it in VC6.0 and windows.
But the program use a <sys/times.h> times() ( http://www.die.net/doc/linux/man/man2/times.2.html ). It seems cannot be compiled in VC6.0.
Is there any counterpart function in Windows?
BTW, where to discuss Linux program port to Windows?
Any suggestions will be appreciated!
Best regards,
Davy
I am reading a book "Computer Systems A progammer's Perspective"( http://csapp.cs.cmu.edu/public/students.html ).
The book have a chapter talking about Memory and have a sample program( http://csapp.cs.cmu.edu/public/mountain.tar ).
I want to use it in VC6.0 and windows.
But the program use a <sys/times.h> times() ( http://www.die.net/doc/linux/man/man2/times.2.html ). It seems cannot be compiled in VC6.0.
Is there any counterpart function in Windows?
BTW, where to discuss Linux program port to Windows?
Any suggestions will be appreciated!
Best regards,
Davy