Why do you think you need to do that? The project doesn't call for the client and server to be merged and given the project definition ("...by...
You could use the modulo operator: int x=125 % 10; int y=(125/10) % 10; results in x containing 5 and y 2.
I guess you didn't check the link then. One of the top few items was a working example. Maybe I'm less useless than you think.
You need to do a lot more than "put a variable", whatever that means. Firstly, hangman is a one player game by definition. How exactly do you...
#include <Windows.h> DWORD WINAPI MainThread( LPVOID lpNothing ) { for( ;;Sleep(20) ) //! Loop Forever { if(...
Which processor? Why would you want RTS to include the return address anyway?
DO NOT post duplicate threads please. One thread per subject. http://www.go4expert.com/showthread.php?t=25791
How far have you got and where are you stuck? Note that we don't do homework here, but we can advise if you're stuck. Oh, and BTW please read...
http://lmgtfy.com/?q=pthread_create If you don't know how to find working examples with Google then multithreaded programming is going to be...
Depends how you want to do it. Do you want to control Excel through DDE to create the file and perform operations on it on your behalf, or do you...
What's the code, and what are the errors?
Store numbers as strings, then implement the maths algorithms you used to do long addition et al when you were 10 to solve them. Here's a simple...
Well if you want later behaviour to depend on earlier choices then you have to store those earlier choices one way or another. Probably you'll...
http://lmgtfy.com/?q=virtual+constructor
Q1 "do I do a loop?" No, the question is "explain the difference between passing by value and passing by reference" - Google it if you don't...
What errors do you get when you try to compile it? But in any case, why can't you figure it out? The first line isn't exactly complicated....
Memory allocated with new is freed with delete, and new[] with delete[].
Should I use a keyboard to type my reply?
You'd better get a move on then. I've repeatedly given you all the information I'm going to give you. I'm not going to write this for you or...
Stop replying immediately and THINK.
Separate names with a comma.