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.
C clrscr()
Name: babu.rk Date: November 5, 2006 at 20:45:13 Pacific OS: win 2000 CPU/Ram: PIV / 512 Mb Product: Pentium
Comment:
Sir I am working with SVGA graphics with int 0x10 and fun 0x11B in Turob c. After displaying image both in pages 1 & 2 I wants to clear that. But clrscr() clears only half of the page. So please help. And also give me coding for clrscr(). Thanks.
Summary: There is a logical error in the program line ie. printf("\nThe remander is : %d ",b); it does not show the Moduls of the number .Suppose i write the number 5 i.e 15%10 it have to show 5 but ...
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...
Summary: Hi friends... i want to implement a code of c under linux environment. I want the output to come exactly what it shows under windows environment. Can anybody please help me fast to change my code so t...