User profile: AbstractionAnon

User info
User name:AbstractionAnon
History
Joined:
Number of posts:1017
Latest posts:

passing ofstream into a structure
Did you really intend for timestamps to be a pointer to a vector? Why not just allocate it directly...

pointers
There are lots of uses of pointers. Here are a few: 1) When you use [code]new[/code] to allocat...

Pointer help
Since 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.