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
~1K People Reached
Favorite Tags

11 Posted Topics

Member Avatar for valsgalore

If you are getting a BSOD you should write down the specific error you're getting. Normally BSODs are specific enough to tell you wich file caused the crash, or if it was a memory error. If I had to guess I'd say your graphics driver is the issue. Uninstall it …

Member Avatar for edensigauke
0
214
Member Avatar for khakilang

Just wanted to point out that because there are more threads in the Windows forums than Linux doesn't automatically mean it's more stable or in any way better. Actually it just means that more people use Windows and that the people that use Linux are more technical therefore needing less …

Member Avatar for Rigved
0
140
Member Avatar for LightSystem

Hi guys, I am trying to figure out an unique situation that I have been suffering lately. I'll try to explain the problem the best I can. I have a vaio laptop with windows 7 Pro 64. Here's the issue: when I let the computer idle for a while (more …

Member Avatar for a8034099
0
202
Member Avatar for gsmall
Member Avatar for gsmall
0
63
Member Avatar for bobbylama

It can be a hardware thing, either the power supply or the motherboard aren't doing their job providing power to the components. Or it can be a drivers thing, download updated drivers, try this site [URL="http://driveragent.com"]driveragent.com[/URL] to see what you are missing.

Member Avatar for LightSystem
0
118
Member Avatar for rocketmanine

Probably nothing... I kid, if you are in a folder and click F5 it will ask the SO to refresh the view in that folder, meaning that the folder will reflect the current state of the file system, it's merely an UI thing. At least that's what makes sense to …

Member Avatar for LightSystem
0
93
Member Avatar for LightSystem

Hi. Im working on a project with a relative size and Ive run into a deadlock, I need some advice in how to proceed. I have a server that creates multiple threads to handle its clients, but each thread must serve a client multiple times, here is the thread handling …

Member Avatar for LightSystem
0
88
Member Avatar for LightSystem

Hello, I need some urgent help, I have a program that communicates with another program. Its basically a Q&A, where one side introduces a question and the other answers it. And yes this is a school work, and it needs to be delivered soon. Im posting here because Im quite …

Member Avatar for dreaddoC
0
90
Member Avatar for LightSystem

Im trying to understand why a simple function I wrote doesnt work as it should, its probably some simple noob mistake, but its really making no sense. Here it is: [CODE=C] void justapoe(char seq[], int pos){ char c; int i; printf("Insert: "); scanf("%c", &c); seq[pos]=c; printf("Seq: "); for(i=10;i<50;i++){ printf("%c", seq[i]); …

Member Avatar for jephthah
0
91
Member Avatar for LightSystem

I have a simple question. Is it possible for a C variable to have a user-defined name? Imagine this: I have a function lets call it: create_new It receives a string, lets call it: name[ ] So the function looks like this: [B]char create_new(char name[ ])[/B] My question is, can …

Member Avatar for Salem
0
77
Member Avatar for LightSystem

Hi there, Im new to this site, and I just have a question of something that I have been trying lately in the C language. I need to put a whole array in a shared memory file (using POSIX). I have no problems putting simple int* in shared memory. I …

Member Avatar for LightSystem
0
133

The End.