17 years, 2 months ago
Highlights
Community contributions featured17 years, 2 months ago
17 years, 2 months ago
I'm working with time, and I can't get a current time on a second try. I'm working with std::tm, std::time_t, and my books don't make any sense. My start up time code is as…
17 years, 2 months ago
I can't seem to find the right words for this to search by. I've got text in the forground like at 0.0 x, 0.0 y, and about 1.0z because I haven't figured out how to get it just…
17 years, 2 months ago
Using: std::ifstream file; file.open(name); Will make a file if it can't find it. How to do we look to see if the file exists with out creating one? We just want to look fo…
17 years, 3 months ago
Latest Activity
See all in DiscussionsIt's for a 15 second fade timer on screen displayed messages.12:00:00 new message is added for display12:00:15 new message is …
17 years, 2 months ago
My thought is that if it's say 03 seconds and 900 milliseconds, then if I call it four times before …
17 years, 2 months ago
Yes I did find I was calling two differant things timetime(0);time[3]; which to me are two differant things, but I …
17 years, 2 months ago