While we can create files using c++...
Is there any code relating to create folders in c++..
Is there any code relating to create folders in c++..
ifstream ifil("filename.txt");
ifstream ifil("filename.txt");
system("dir *.c"); /* call system */ printf("parent program resumed");
Comment