473,395 Members | 1,443 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Conio.h

Is conio.h C library or just C++?

Tks

Eduardo Camponez
Nov 13 '05 #1
4 13774
In article <a3**************************@posting.google.com >,
Eduardo Elias Camponez wrote:
Is conio.h C library or just C++?


Neither. See the discussion at

http://www.comeaucomputing.com/techtalk/#clearscreen
--
Andreas Kähäri
Nov 13 '05 #2
Eduardo Elias Camponez wrote:
Is conio.h C library or just C++?


It is neither standard C not standard C++. As a result, it is off-topic in
both <news:comp.lang.c> and <news:comp.lang.c++>.

In the implementations that provide such a non-standard header (almost all
for x86 platforms), it is a header for use with C which may also work with
C++. In no implementation is it a header for use with C++ first.
--
Martin Ambuhl

Nov 13 '05 #3

"Eduardo Elias Camponez" <ca******@yahoo.com.br> wrote in

Is conio.h C library or just C++?

Neither ISO C nor ISO C++ have a standard header called conio.h. Such a
library shipped with old DOS compilers where it provided functions for
managing the DOS console, such as printing at specific screen co-ordinates,
which stdio.h lacks.
Nov 13 '05 #4
In article <bk**********@newsg2.svr.pol.co.uk>, Malcolm wrote:

"Eduardo Elias Camponez" <ca******@yahoo.com.br> wrote in

Is conio.h C library or just C++?

Neither ISO C nor ISO C++ have a standard header called conio.h. Such a
library shipped with old DOS compilers where it provided functions for
managing the DOS console, such as printing at specific screen co-ordinates,
which stdio.h lacks.


I know everyone knows what you mean, but you're using "header"
and "library" interchangeably. Both are headers, and <stdio.h>
can't do a thing, the standard C library can.

And AFAIK, "old DOS compilers" aren't the only ones equipped
with the infamous "conio.h" header (and accompaning library).

--
Andreas Kähäri
Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: Mitas Nikos | last post by:
I am trying to use the library conio2 and though I have managed with a few relatively simple examples when i try to compile a program which conio's function clrscr is not in main() i get an error...
6
by: Maverick | last post by:
There's a function in Borland C conio.h window (int left, int top, int right, int bottom) how can i provide the same function in VB.Net
17
by: annai | last post by:
hi i want 2 know wat s the special for using conio.h
3
by: Rajiv Gupta | last post by:
which header file can be used in C instad of conio.h as it is not there in C.
2
by: amitppawar2007 | last post by:
#include <stdio.h> #include <conio.h> int main(void) { unsigned port = 0; int value; value = outp(port, 'C'); printf("Value %c sent to port number %d\n", value, port); return 0; }
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.