In earlier versions of c++, there was a function gotoxy() which could take me anywhere in the screen. Its available with borland compilers now too but not with visual c++ express. Is there any substitute for that.

GreenDay2001
Recommended Answers
Jump to Postgotoxy() was NEVER EVER a standard c or c++ function, but it was a Borland-specific function that started with Turbo C. No other compiler that I know of implemented that function.
See this to implement the function yourself
Jump to PostI don't know what window() does.
There is Windows API function, see thread:
http://www.daniweb.com/code/snippet217.html
All 7 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster

GreenDay2001
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
bumsfeld 413 Nearly a Posting Virtuoso
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
dwks 149 Posting Whiz in Training

GreenDay2001
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.