News
Forums
Search
Members
Sign Up
My Code Newbie
Username
Password
Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET
C.N. Friends
Planet Rome
Link to Us!
Code Newbie
Code Forums
>
Application and Web Development
>
Standard C, C++
Clear the screen in Dev CPP
User Name
Remember Me?
Password
Register
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
LinkBack
Thread Tools
Display Modes
06-16-2004, 03:26 PM
#
1
(
permalink
)
MiLo
Registered User
Join Date: Jun 2004
Location: Canada
Posts: 1
Clear the screen in Dev CPP
Im just downloaded Dev CPP and trying to complile i found out that my old compiler (TC LITE) clears the screen differently. It used clrscr(); but that doesnt' work. How do i do it in Dev?
MiLo
View Public Profile
Find More Posts by MiLo
03-07-2005, 03:33 PM
#
2
(
permalink
)
Tarquini
Registered User
Join Date: Mar 2005
Posts: 2
The only way that I know to clear the screen in a program is to send CLS command to the system. Like this.
Code:
#include <stdlib.h> int main() { system("cls"); return 0; }
Tarquini
View Public Profile
Find More Posts by Tarquini
Bookmarks
Digg
del.icio.us
StumbleUpon
Google
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
On
Pingbacks
are
On
Refbacks
are
On
Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
setviewport() & clearviewport() How DONT blink the screen??
_Deus()
Platform/API C++
0
07-09-2004
09:02 PM
All times are GMT -8. The time now is
11:40 PM
.
Contact Us
-
CodeNewbie.com
-
Archive
-
Top
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by
vBSEO
3.0.0 RC8
Copyright © 2000-2008,
Milano Interactive
Web Hosting provided by
Portal 360 Web Hosting
LinkBack
LinkBack URL
About LinkBacks