mardi 27 mars 2018

How to create a file in a specific directory in c++11 ?!

this is the code how can i create Title.txt in a specific directory such as desktop ! ?

ifstream file ;
file.open("Title.txt");
file.close();

Aucun commentaire:

Enregistrer un commentaire