in C programming language I use to add some information "a" , something like this example pf = fopen("MyFile.txt", "rt"); But in c++ I don`t found something like this, can you recomend something similar thing? (I am programming in Clion) Thanks for your answears)
Asked
Active
Viewed 20 times
-1
-
1`std::ofstream` maybe? No clue where your research could have missed that. – πάντα ῥεῖ Jun 01 '22 at 16:01
-
1***I am programming in Clion*** Your IDE choice should not make a difference other than possibly a different default working directory when running in the IDE. – drescherjm Jun 01 '22 at 16:08