Write your question here.
I have to create the following program in C++. Please help me, because I'm new in real time programming.
This is the requirement:
I have to make a C++ program that implements two tasks synchronized on a external event using mailboxes. The first task, T1, reads integer from keyboard, and record them to a vector. The second task, T2, transforms the integer numbers in binary and shows them. External events that are synchronized tasks is typing an integer.