1
vote
How do I create a sparse file programmatically, in C, on Mac OS X?
I think it'd be helpful to know WHY you want sparse files.
…
1
vote
How can I erase the current line printed on console in C ? I am working on a linux system
When I was a mere lad, we had a library called "curses" that let you draw all over the screen with characters, because we hadn't invented graphics yet.
I think it had to go into full-screen …
