GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::fgetwc(3) C++ Standard Libary std::fgetwc(3)

std::fgetwc - std::fgetwc


Defined in header <cwchar>
wint_t fgetwc( std::FILE* stream );
wint_t getwc( std::FILE* stream );


Reads the next wide character from the given input stream. getwc() may be
implemented as a macro and may evaluate stream more than once.


stream - to read the wide character from


The next wide character from the stream or WEOF if an error has occurred or the end
of file has been reached. If an encoding error occurred, errno is set to EILSEQ.


fgetc gets a character from a file stream
getc (function)
fgetws gets a wide string from a file stream
(function)
fputwc writes a wide character to a file stream
putwc (function)
ungetwc puts a wide character back into a file stream
(function)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.