Forum: C++ Dec 24th, 2007 |
| Replies: 12 Views: 1,416 You are not moving the cursor at right place before you do a "cout"
Ycan move cursor by including one more function in your point class
in point.h
add a member funtion in the point class
void... |
Forum: C++ Dec 18th, 2007 |
| Replies: 7 Views: 717 Two reasons::
1) Microsoft may change behaviour of these APIs without any notifications. Therefore your application may break.
2) Microsoft does not 'supports' usage of thses APIs. |