passing ofstream into a structureDid you really intend for timestamps to be a pointer to a vector? Why not just allocate it directly...
pointersThere are lots of uses of pointers. Here are a few: 1) When you use [code]new[/code] to allocat...
Pointer helpSince you haven't shown the code for [code]setNext[/code], it's impossible to say if it's doing what...
__TIME__ !change value__TIME__ is a string literal in the form "hh:mm:ss" containing the time at which the compilation pro...
why am i getting this error.Please post your code (using code tags) and errors here.