Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~175 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for Narril

I am having problems compiling this code for cpu synchronization using threads. An error says that the "ou_thread" directory does not exist [CODE]#include <STRING> using namespace std; #include "ou_thread.h" using namespace openutils; class MyThread : public Thread { private: int m_nCount; public: MyThread(int n,const char* nm) { Thread::setName(nm); m_nCount = …

Member Avatar for Kanoisa
0
175