open a file in binary mode
-
Hello I want to open a file in binary mode in Turbo C++ , by using fopen() and i need help thank you
V_shr wrote:
I want to open a file in binary mode in Turbo C++ , by using fopen()
:doh: What are you trying to do ? Could you be more specific ? If you want to 'open the file in binary mode', you can simply add the flag "b" when calling fopen. But I doubt this is what you are looking for.
Cédric Moonen Software developer
Charting control -
Hello I want to open a file in binary mode in Turbo C++ , by using fopen() and i need help thank you
have you only look the
fopen()
doc[^] ??fopen("file.dat", "ba+");
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
V_shr wrote:
I want to open a file in binary mode in Turbo C++ , by using fopen()
:doh: What are you trying to do ? Could you be more specific ? If you want to 'open the file in binary mode', you can simply add the flag "b" when calling fopen. But I doubt this is what you are looking for.
Cédric Moonen Software developer
Charting control -
Hello I want to open a file in binary mode in Turbo C++ , by using fopen() and i need help thank you
-
Hello I want to open a file in binary mode in Turbo C++ , by using fopen() and i need help thank you
-
V_shr wrote:
do you mean that i can write : fopen(adress,"br");
Yes but what is adress ? It should be a char array that contains the path to the file. But you didn't answer my question: what are you trying to do exactly ? I think binary mode is not what you think it is.
Cédric Moonen Software developer
Charting control