473,396 Members | 2,113 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,396 software developers and data experts.

meaning of outport(LPT1,00)

Hello everybody,
could you please tell me the meaning of the command outport(LPT1,00)

May 10 '06 #1
3 2589
"ni********@gmail.com" <ni********@gmail.com> wrote:
could you please tell me the meaning of the command outport(LPT1,00)


Under ISO C, nothing. Under many OSes out there today, nothing.

<off-topic>
Under MS-DOS, if whoever designed this extension was not being
intentionally confusing, it probably sends a null byte to the first
parallel port.
</off-topic>

If you want to be certain, ask this question again in a newsgroup that
discusses whatever compiler suite you are using.

Richard
May 10 '06 #2
ni********@gmail.com wrote:
Hello everybody,
could you please tell me the meaning of the command outport(LPT1,00)


Someone in a newsgroup, mailing list, or tech support for your
implementation might.
Notice that C has no commands. If
outport(LPT1,00);
appears in a C program, it is a function call of a non-standard function
having two arguments. It is extremely dangerous, although tempting, to
make assumptions about what your implementation thinks this function
does or what appears to be a macro LPT1 does. Any guesses that might be
made would do you a disservice: check your implementation's
documentation for the real answer.

May 10 '06 #3
ni********@gmail.com wrote:
Hello everybody,
could you please tell me the meaning of the command outport(LPT1,00)


1st Off topic.

It looks like a call to a function for DOS.

It sends 0 the the printers "port address"
May 10 '06 #4

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

Similar topics

5
by: Richard Cornford | last post by:
I am interested in hearing opinions on the semantic meaning of FORM (elements) in HTML. I have to start of apologising because this question arose in a context that is not applicable to the...
7
by: John Baker | last post by:
HI: I see the term "Me!" in a lot of Access statements, bit don't quite know what it means. In the same contexts as wondering what the meaning if "is" is, I wonder what the meaning of "Me!" is....
4
by: RF Emmerink | last post by:
Hi, A simple question: What is the meaning of: variable >> 1 Kind regards,
388
by: maniac | last post by:
Hey guys, I'm new here, just a simple question. I'm learning to Program in C, and I was recommended a book called, "Mastering C Pointers", just asking if any of you have read it, and if it's...
19
by: ccwork | last post by:
Hi all, I am reading "C: A Reference Manual" 4th ed and I get lost for the "extern". It says that global object without specifying the storage-class specifier will have "extern" as the default...
87
by: Robert Seacord | last post by:
The SEI has published CMU/SEI-2006-TR-006 "Specifications for Managed Strings" and released a "proof-of-concept" implementation of the managed string library. The specification, source code for...
232
by: robert maas, see http://tinyurl.com/uh3t | last post by:
I'm working on examples of programming in several languages, all (except PHP) running under CGI so that I can show both the source files and the actually running of the examples online. The first...
5
by: =?Utf-8?B?Sm9seW5pY2U=?= | last post by:
Hi everyone, I am learning c# and i don´t understand a piece of code , can anyone explain the meaning of this code please. public class vector { public double? R = null; //I suppose this...
43
by: emyl | last post by:
Hi all, here's an elementary question. Assume I have declared two variables, char *a, **b; I can then give a value to a like a="hello world";
1
oranoos3000
by: oranoos3000 | last post by:
hi would you please help me? i dont know correct meaning of cash webpage? meaning of cash web page is that pages is saved on web server and for next time that is requeste the same page server...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
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
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...
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,...

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.