Results 1 to 2 of 2

Thread: How to clear screen in VC++?

  1. #1
    Administrator asylu3's Avatar
    Join Date
    Jun 2000
    Location
    Thailand
    Posts
    3,557


    How to clear screen in VC++?

    Many people who's just have a new step on VC++ (including me) will wonder why they can't use "clrscr()" function althought they had add conio.h to the project already. This trick can make a newbie a little bit headache. However, finally I had discovered that if you want to clear screen on VC++. You need to add "stdlib.h" and use this function 'system("cls")'
    Hope that, this will useful see ya

  2. #2
    Junior Member
    Join Date
    Nov 2002
    Location
    United States
    Posts
    0


    Re: How to clear screen in VC++?

    cool กำลังหาอยู่เลย

Similar Threads

  1. วิธีการ Clear CMOS
    By habibi in forum ทิปหรือเคล็ดลับการคอมพิวเตอร์ต่างๆ
    Replies: 2
    Last Post: 21-09-2009, 04:36 PM
  2. Tutorial Clear CMOS
    By zcoolmax in forum บทความ คอมพิวเตอร์ ทัวไป
    Replies: 0
    Last Post: 03-09-2009, 10:27 AM
  3. Replies: 1
    Last Post: 11-05-2003, 05:12 AM
  4. Replies: 0
    Last Post: 01-01-1970, 07:00 AM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •