Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

positioning text on screen with a gotoxy-type command in MSVC++

Status
Not open for further replies.

EuphonicTrash

Technical User
Nov 10, 2000
13
US
Is there a command or library in either microsoft visual c++ or the GNU standard C++ with a new(er) STL that works like Borland's gotoxy command?
 
VC has DrawText which accepts CRect as one of its parameters,that contains logical coordinates of text
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top