No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Re: 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 … | |
Re: 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 … | |
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 … | |
Re: Have you tried in various ports? Have you tried in other computers? | |
Re: 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. | |
Re: 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 … | |
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 … | |
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 … | |
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]); … | |
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 … | |
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 … |
The End.