I am using ctime() and when it prints the string the last character is a '/n', which i do not want. Is there a standard function for removing this trailing new line?
Is there anyway I could declare the time in my header so I could store the time in my class? I would like to do this without creating another source file?