C++ to delete all unnecessary files with just one click, along with the visuals!

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
If u wanna
Seçkin Üye
Katılım
20 Şub 2016
Mesajlar
448
Çözümler
11
Tepki puanı
190
Ödüller
10
Sosyal
10 HİZMET YILI
:yazı:
Below is an example code using C++ programming language to delete all unnecessary files. This code deletes specific file types (for example, .txt, .pdf, .jpg) in a directory specified by the user.
1678451934017.png

This program prompts the user to enter the path of the directory where unnecessary files will be removed. Then, it checks each file in that directory one by one, and if it is suitable for the unnecessary file types (.txt, .pdf, and .jpg), it deletes them.

Of course, before using this program, you must be sure to carefully check whether the files need to be deleted. Otherwise, important files may be accidentally deleted. (%appdata%,prefetch) :peepoBusiness:
 
Onaylı Üye
Katılım
31 Ara 2021
Mesajlar
50
Tepki puanı
2
Ödüller
2
Yaş
25
4 HİZMET YILI
:yazı:
Below is an example code using C++ programming language to delete all unnecessary files. This code deletes specific file types (for example, .txt, .pdf, .jpg) in a directory specified by the user.
Ekli dosyayı görüntüle 87300
This program prompts the user to enter the path of the directory where unnecessary files will be removed. Then, it checks each file in that directory one by one, and if it is suitable for the unnecessary file types (.txt, .pdf, and .jpg), it deletes them.

Of course, before using this program, you must be sure to carefully check whether the files need to be deleted. Otherwise, important files may be accidentally deleted. (%appdata%,prefetch) :peepoBusiness:
how itt works ?, I dont understand
 
Onaylı Üye
Katılım
11 Tem 2023
Mesajlar
56
Çözümler
1
Tepki puanı
8
Yaş
36
2 HİZMET YILI
how can i use this code ?
Post automatically merged:

what is this code doing i dont understand
 
Süper Üye
Katılım
15 May 2019
Mesajlar
664
Çözümler
2
Tepki puanı
40
Ödüller
7
Yaş
25
7 HİZMET YILI
You did an excellent work, however I believe it would be better if you made a video instruction of this to make it more clear.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst