Better algorithm to solve the problemI need to write C++ code to solve the problem below. I can do it easily by using four "for" loops a...
Event interrupt in C++ (Visual Studio)I am using a PC based software (MFC app) for image processing. The software uses serial communicatio...
Pointer to x or y element of CPoint Yes, it is an array. To make it simple, lets consider the example below: CPoint arr[10]; Now arr i...
Pointer to x or y element of CPoint Assuming that I have an array of points with type CPoint. CPointArray arrpt; //arrpt is an array o...
Multi-threading functionsI am planing to learn and write some functions using multi-threading technique in C++. Is there any ...
This user does not accept Private Messages