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
~7K People Reached
Member Avatar for Arthas

I am running windows 7. I have 2 GB RAM in it. My computer has a huge physical memory usage always > 85 %. My computer performance is also being slow. What shall i do?

Member Avatar for benmar
0
185
Member Avatar for Arthas

Hi. i didnt actually find the exact place to start this thread. I ,and my friends, are doing a major project on HIDS(host based intrusion detection system). I think i know the sources of information i need for the analysis but i dont know how to get them. These are …

Member Avatar for Arthas
0
80
Member Avatar for Arthas

Hi. I am using boost.threads with SDL. Am using vc++2010. I have wrapped the SDL input functions in a class SDL_Input. eg. [CODE]class SDL_Input { public: bool* GetKeyState(); void ProcessEvents(){ static SDL_Event event; while(SDL_PollEvent(&event)) { switch(event.type) { case SDL_KEYDOWN: keystate[event.key.keysym.sym] = true; break; //and all cases as mousebuttonup....so on } …

Member Avatar for Arthas
0
134
Member Avatar for Arthas

Hi, I am trying to use BOOST threads with SDL. I write a code and run, but the program does not run correctly(i.e i cannot move the output window and i have to force terminate it.) Also during compilation a warning is given as: [b]1>LINK : E:\Program Files\src\threading\example\Debug\example.exe not found …

Member Avatar for Stefano Mtangoo
0
480
Member Avatar for Arthas

I have been trying to build POCO library for few days but i have been unable to. When I try to build the foundation library from my vc++2008(i have windows 7) it gives the following error: >>>>>>>>>>>>>>> Performing Custom Build Step Project : error PRJ0003 : Error spawning 'cmd.exe'. Project …

Member Avatar for Arthas
0
5K
Member Avatar for Arthas

Hi everyone, We are doing our minor project. We(project team) are planning on making a [I]strategy game[/I]. If we succeed it will be somewhat like DOTA([I][U]not that great![/U][/I]). We have started learning OpenGL + SDL for graphics, boost.threads for threading, and for artificial intelligence we are planning on implementing Finite …

Member Avatar for Arthas
0
150
Member Avatar for Arthas

I am a complete begineer in this field [B]multithreading.[/B] I have searched the internet; came across these [B]POSIX[/B] and [B]BOOST[/B] things. I dont know how to start. Can anuone guide me..I had downloaded the BOOST library but I couldnt find anything regarding the POSIX([I]and ? is the pthread[/I]). Which to …

Member Avatar for Arthas
0
152
Member Avatar for Arthas

can somebody tell me the line: [B][U]public static[/U][/B] void main(String[] args) {} especially the highlighted ones in detail. why do we need to use static? public?

Member Avatar for BestJewSinceJC
0
77
Member Avatar for Arthas

I recently installed Windows XP Pro (fresh installation). For about thre days my computer ran without any problems but I started receiving an error message like "[B]Generic Host for Win32 has encountered an error and needs to close... Send... Dont Send[/B]" Just after the error appears, when I try to …

Member Avatar for helloketty
0
185
Member Avatar for Arthas

hi I run Windows XP SP2. Whenever i go to the "run" dialog box and enter "cmd", i get a dialog box that says [B]your system is shutting down in 49:59[/B]. I have to type "shutdown -a" to get rid of it, but i've got sick of it. Plus i …

Member Avatar for gerbil
0
272