473,799 Members | 3,077 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Conio.h

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

Tks

Eduardo Camponez
Nov 13 '05 #1
4 13814
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**********@n ewsg2.svr.pol.c o.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
7016
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 from the linker. undefined reference to `clrscr' ld returned 1 exit status I include the conio2.h on top of the file where clrscr() fn is. How do I pass the -lconio parameter when I have multiple files?Isn't it:
6
4028
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
2712
by: annai | last post by:
hi i want 2 know wat s the special for using conio.h
3
32178
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
5180
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
9685
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10249
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10219
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10025
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7563
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5584
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4138
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3755
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.