#include <fcntl.h>

int open (path, oflag [ , mode ] )

int read ( fildes, buf, nbyte )


이런 형태의 함수들을 c++에서는 뭘로 대체하나요?


아니면 그냥 쓰면 되는건지 궁금합니다