Create Large File QuicklyIt seems fwrite is what I was looking for. Thanks EricDu for the response. http://cplusplus.com/ref...
System Time and Date Help plsThe library is ctime, specifically time.h - http://www.cplusplus.com/reference/clibrary/ctime/time/ ...
Create Large File QuicklyHi, 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* ...