User profile: restingParrot

User info
User name:restingParrot
History
Joined:
Number of posts:6
Latest posts:

Create Large File Quickly
It seems fwrite is what I was looking for. Thanks EricDu for the response. http://cplusplus.com/ref...

System Time and Date Help pls
The library is ctime, specifically time.h - http://www.cplusplus.com/reference/clibrary/ctime/time/ ...

Create Large File Quickly
Hi, I am trying to create a large file (5-50 MB) and I am looking for a quick way to do it. I kno...

char* const*
Thanks guys! I fixed the error by doing this: [code]char** tokens; //get input tokens = new char*[b...

char* const*
Thanks for clearing that part up, but do you have any idea why I am getting the error? [code]char* ...