Guest_imported
New member
- Jan 1, 1970
- 0
Hi and thanks for reading my posting!
I need to admit at once that I'm not a professional user of C or C++ but any comments are welcome as I'm eager to read manuals.
My task is the following:
I need to write a program that allows 4 people to sit at 4 different machines and answer questions the program asks them. While 1 person answers the other 3 should be able to see the answer and the question asked. At the same time the program should keep a record of the questions and answers. I think that these people should answer in turn and must wait until the previous person answers. So probably the program should notify the person whose turn is to answer and shouldn't allow anybody else to answer.
Again I know almost nothing about C and C++. The most valuable information that I drastically need is how to organize interaction between 4 machines: what kind of means already exist in C and C++ for that and what should I do myself. Any comments about keeping track of the answers can help as well.
Thanks a lot for your help!
I need to admit at once that I'm not a professional user of C or C++ but any comments are welcome as I'm eager to read manuals.
My task is the following:
I need to write a program that allows 4 people to sit at 4 different machines and answer questions the program asks them. While 1 person answers the other 3 should be able to see the answer and the question asked. At the same time the program should keep a record of the questions and answers. I think that these people should answer in turn and must wait until the previous person answers. So probably the program should notify the person whose turn is to answer and shouldn't allow anybody else to answer.
Again I know almost nothing about C and C++. The most valuable information that I drastically need is how to organize interaction between 4 machines: what kind of means already exist in C and C++ for that and what should I do myself. Any comments about keeping track of the answers can help as well.
Thanks a lot for your help!