User profile: shadowvillian

User info
User name:shadowvillian
Name:Aaron
Website:http://sites.google.com/site/arcanedeckbuilder
Bio:I have been coding for about 2 years and started in C++. I am self taught. I'm currently making games using allegro 5.
Statistical data
Birthdate:Jan 15, 1994
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:135
Latest posts:

crash on std vector assignment
Yeah this is really bugging me. Does the call stack hint to any clues?

crash on std vector assignment
I keep getting a crash on assignment of a vector of a class to a vector of a class(they are the same...

comparing file times
So do you think this should do it? I tried to take in account mouths and years since the days go bac...

comparing file times
I think I got this to work. [code] SYSTEMTIME Time; SYSTEMTIME FileTime; HA...

comparing file times
Instead of making a new file couldn't I get the data fie time then convert it to system time, and co...