I am using turbo c++ 4.5, and intend to read and write file using Win32 API
. I've applied CreateFile()
, but it shows an error:
"Call to undefined function".
I think I need Winbase.h file.
I am using turbo c++ 4.5, and intend to read and write file using Win32 API
. I've applied CreateFile()
, but it shows an error:
"Call to undefined function".
I think I need Winbase.h file.