Computing.Net > Forums > Programming > cprintf, gotoxy in Microsoft Visual C

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

cprintf, gotoxy in Microsoft Visual C

Reply to Message Icon

Name: Isidro
Date: May 20, 2002 at 15:45:20 Pacific
Comment:

Hello ! In old borland's Turbo C, we could work with cprintf, gotoxy, ... but now with Microsoft Visual C he does not recognize them, even with librarys. Does anyone know what should i use in Microsoft Visual C for get the same with, cprint, gotoxy... .
Thank you !



Sponsored Link
Ads by Google

Response Number 1
Name: berdon
Date: May 20, 2002 at 17:04:03 Pacific
Reply:

Well, I dont know what cprint is, email me and i can email you the equivelent of gotoxy. So the signs will show up.


0

Response Number 2
Name: cup
Date: May 31, 2002 at 10:51:42 Pacific
Reply:

Include file is probably graph.h

gotoxy is _settextposition

I don't know what cprintf does but at a guess you it is sprintf followed by _outtext.

You will have to _setvideomode before any of it will work.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: cprintf, gotoxy in Microsoft Visual C

Microsoft Visual C++ Making Me Mad! www.computing.net/answers/programming/microsoft-visual-c-making-me-mad/10473.html

clrscr() in Visual C++ 6.0 www.computing.net/answers/programming/clrscr-in-visual-c-60/4522.html

Header file in C++ www.computing.net/answers/programming/header-file-in-c/11406.html