 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Lokicer Guest
|
Posted: Sat Feb 26, 2005 4:19 pm Post subject: What is the difference between putch() and _putch()? |
|
|
Hi
I note there are two functions putch() and _putch() in VC++ Library.
Which one should be used under specified situation. What is the difference
between putch() and _putch()?
Thanks!
|
|
| Back to top |
|
 |
Jack Klein Guest
|
Posted: Sat Feb 26, 2005 7:19 pm Post subject: Re: What is the difference between putch() and _putch()? |
|
|
On Sun, 27 Feb 2005 00:19:35 +0800, "Lokicer" <lokicer (AT) 163 (DOT) com> wrote
in comp.lang.c++:
| Quote: | Hi
I note there are two functions putch() and _putch() in VC++ Library.
Which one should be used under specified situation. What is the difference
between putch() and _putch()?
Thanks!
|
Neither of these functions is part of the standard C++ library, or the
standard C library either, for that matter. So they do whatever
Microsoft says they do, and the differences between them are whatever
Microsoft says they are.
Since they are non-standard, we don't discuss them here, but if you
can't figure out the difference from the compiler's documentation
there are several places you can look for more information:
MSDN, on Microsoft's web site.
The Microsoft support groups in the news:microsoft.public.vc.* family.
A newsgroup like news:comp.os.ms-windows.programmer.win32.
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
|
|
| Back to top |
|
 |
REH Guest
|
Posted: Mon Feb 28, 2005 7:28 pm Post subject: Re: What is the difference between putch() and _putch()? |
|
|
"Lokicer" <lokicer (AT) 163 (DOT) com> wrote
| Quote: | Hi
I note there are two functions putch() and _putch() in VC++ Library.
Which one should be used under specified situation. What is the difference
between putch() and _putch()?
Thanks!
|
There is no difference, the one with the underscore in front is just the
decorated name.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|