Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
Member Avatar for DDoerschuk

I would like to ask for help on this problem that I've tried to troubleshoot, but have had no success at. The print spooler on a windows XP Home Edition SP3 machine is refusing to start. Previous to this problem, 5 or 6 printers had been configured and working for …

Member Avatar for nullptr
0
878
Member Avatar for rayden150

I am trying to make a recursive program that prints out the numbers from 1-100 without using any iterations such as loops, but every-time it just keeps printing out 5050..? [CODE] #include<stdio.h> #include<stdlib.h> int counter(int num); int sum=0; int main(){ int result, num=100; result = counter(num); printf("%d", result); system("PAUSE"); return …

Member Avatar for siaswar
0
293
Member Avatar for andisheh1362

i have 2 program one of them in C# and the other one in visual c++. i use Socket programing in 2 of them and i want to connect them. the program in C# is Client and the program in c is server. when i connet client to server, conect …

Member Avatar for jerry32uk
0
145
Member Avatar for DDoerschuk

A friend has an XP desktop with a single NTFS partition at his home that wouldn't boot. He tried what he knew, but sadly ended up reinstalling XP. He'd like to recover his data, and so gave me a call. I told him to A) stop using the computer, B) …

Member Avatar for DDoerschuk
0
161
Member Avatar for DDoerschuk

My first post here; I've read the FAQs and some example posts, and hope I'm doing this correctly! As of two days ago, every time I open an MS Office application (Office 2002 Pro, a.k.a. "Office XP Pro") on my XP SP2 machine an install process is started and these …

Member Avatar for DDoerschuk
0
212