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
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 !
Summary: I recently started using Microsoft Visual C++ 6.0 as opposed to the old Bloodshed Dev C++.. Mainly because its very straightforward when it comes to dialog-based applications. I have been using the: M...
Summary: The clrscr() function you are referring to is in the Borland extended library conio.h. This is a non-ANSI library that is implemented by a number of compiler developers. However, in the Microsoft Visu...