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
Member Avatar for valsgalore

I'm running Windows Vista on a Dell Inspiron 1525 laptop. Every few days or so, my computer will crash without warning and show me the blue screen of death! This generally happens when I am running an animation of some sort--for example, it has crashed several times while watching TV …

Member Avatar for edensigauke
0
208
Member Avatar for khakilang

I have gone most of the thread from Window to Linux except Macintosh. It seem that there is more thread in Windows compare to Linux. It seem there is more people facing problem in Windows. So I believe Linux must be damn good and stable because nobody complain so far …

Member Avatar for Rigved
0
136
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
197
Member Avatar for gsmall

my vista system USB ports recognize everything except the mouse. The device driver says successfully downloaded however, mouse still does not work. (4 different new mouse). Please help

Member Avatar for gsmall
0
59
Member Avatar for bobbylama

The PC has a Gigabyte GAMA-790X-DS4 mobo and an AMD 8650 Triple core processor with 4 GB of RAM. I am using a PC Power and Cooling 750 watt PSU , 2 Raptors running RAID 0 with 2 Seagate 1TB Harddrives. I have a Samsung SuperWriter DVD, LG Blu-ray Disc …

Member Avatar for LightSystem
0
114
Member Avatar for rocketmanine
Member Avatar for LightSystem
0
77
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
82
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
87
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
86
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
73
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
127