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
~325 People Reached
Favorite Tags
Member Avatar for delner

Here's a summary of what I want my service to accomplish: 1. X number of applications send objects to my service via socket programming. This service deserializes these objects from each socket stream, and pools them in a list. 2. The application then acts as a relay to Y number …

0
61
Member Avatar for delner

I'm trying to do a program involving a base class and subclasses, whose subclasses use each other. In terms of code: [ICODE] Class Space { ... }; Class Room : public Space { Link* l; ... }; Class Link : public Space { Room* r; ... }; [/ICODE] Now I'm …

Member Avatar for Alex Edwards
0
70
Member Avatar for delner

Hey guys, I could use some help/advice with helping me reinstall Windows XP. The story goes that I had a computer running XP on two SATA hard drives on some slightly older hardware (ASUS A8V Dlx, AMD64 3800+), worked great until my power supply short-circuited and fried my motherboard as …

Member Avatar for caperjack
0
121
Member Avatar for delner

So I'm trying to write a program to simulate Conway's game of life. I thought it'd be cool to declare a class called Cell and use an array of objects instead of an array of ints or bools. My problem is that when I go to compile a function to …

Member Avatar for Salem
0
73