473,473 Members | 2,109 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Using clrscr() without conio?

1 New Member
can we use clrscr() function without using conio.h header file
Oct 3 '07 #1
3 2254
Meetee
931 Recognized Expert Moderator Contributor
can we use clrscr() function without using conio.h header file
I don't think so because clrscr() function belongs to conio.h library. Without adding that library we cannot use it's function.

Regards
Oct 3 '07 #2
sicarie
4,677 Recognized Expert Moderator Specialist
No, but you can use other commands in place of it. You can use the system() command to execute either DOS or UNIX commands, so cls or clear depending on your OS.
Oct 3 '07 #3
Anbarasan
2 New Member
Yes, clr is depends on the OS.

regards
ANBARASAN SEETHAPATHY
Oct 3 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

31
by: Developwebsites | last post by:
/* why doesnt char* city; work when entering a string, but char city; does? I have to store city names and their temps in an array, and then output all info. how do i utilize arrays in this...
1
by: AHR | last post by:
Hi NG I am learning MFC but only use the command promt at the moment to run my C++ programs. My problem is that i cant use clrscr() even if i include <conio.h>. I get this error: ****
6
by: hpy_awad | last post by:
I am writing stings ((*cust).name),((*cust).address)to a file using fgets but rabish is being wrote to that file ? Look to my source please and help me finding the reason why this rabish is being...
0
by: raghuveer | last post by:
i want to implement multiple stacks using arrays..I am able to create ,insert and print them but not poping an element form any of the stack..This is what i have #include<stdio.h>...
2
by: lavender | last post by:
In C programming, izzit got this function 1. clrscr( ); ? what header file I should use? 2. <conio.h> I donnon C programming have this header file or not, which I know is in ...
1
by: bluesteel | last post by:
Hi guys. I have programmed in c and use clrscr() from conio.h. The problem was that, when i started programming under c++ i found that clrscr is nonexistant! Even if i include conio.h it will not...
13
by: Albert | last post by:
Hi I'm using the lcc compiler for win32. I tried compiling a program but there's an error stating: "cpp: Can't open input file clrscr()" I don't get it - I've included <tcconio.h>. (strange why...
2
by: naughtysriram | last post by:
what are the equivalent library functions found in conio.h (turbo c++) for other gnu c++ variations.. i need functions like gotoxy(), clrscr(), getch()...etc. thanks in advance
8
by: kristien | last post by:
hi friends, I've a small doubt. can u help me? is it possible for clrscr() to work without conio header file.I found its working but i dono how its possible.If u've answer pls reply.
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.