My teacher said we should develop a program where in
1 2 3 4
ADD
EDIT
DELETE
EXIT
will appear in the screen...AND we have to make them highlight whenever we point the mouse at them...kinda like you know when you click the start button on windows...and you browse through the list and whatever your mouse points to the thing highlights...is it possible in C++?...if yes what code should i use?
Actually, I was trying to establish a base point - basically trying to find out
what you do know about using the MS console windows.
The assignment as I see it is more to do with OS related knowledge than c++.
Specifically, we need to know what OS you are using, what brand and version of compiler you are using, whether or not your program is a console or GUI program, etc.