FILE
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
-
hi, i have a console application which does some file manipulation, and i need to delete a specific amount of signs from the end of the file to shrink the file size, but i can't find a method which can do this ! Can someone help me? Thanks in advance!
One option would be
_chsize()
.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?