cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
client /server
client /server
Dec 12, 2013 at 1:37pm UTC
BDD
(1)
Hi top coders I was wondering if anyone can help me locating the header file in which is contained read(int, char*, int) and write(int, char*, int).
I included
#include <fcntl.h> but it's still not working.
I will be thankful.
Dec 12, 2013 at 1:50pm UTC
Yanson
(885)
These are the only ones i know of
http://www.cplusplus.com/reference/istream/istream/read/?kw=read
http://www.cplusplus.com/reference/ostream/ostream/write/?kw=write
Last edited on
Dec 12, 2013 at 1:56pm UTC
Topic archived. No new replies allowed.