I tried to make some basic input/output with files in BorlandC++ using ostream and ifstream but it ain't work.
Then, I tried using stuff from C language ( FILE *object_name ) and it works!
Can anyone explain me why code from C works while code from C++ doesn't work?
I know Borland can work for both languages but it just doesn't make sense why they both wouldn't work.