Annoying Brother!!!

Pages: 12
closed account (LN7oGNh0)
Sounds like a good idea. I will try it out! But at the moment, I have looked up the 'ctime' function on this website, but the example code is quite puzzling. Im confused on how to use it.

Could anyone give me an example?

To check for an elapsed period of time, this example should help:
http://cplusplus.com/reference/ctime/difftime/
closed account (o3hC5Di1)
In the spirit of promoting C++11, I would like to mention:

http://cplusplus.com/reference/chrono/

Which includes a "duration" class template which should serve this particular purpose.
Example on this page: http://en.cppreference.com/w/cpp/chrono/duration

All the best,
NwN
closed account (LN7oGNh0)
Thanks for the links, but the examples are a bit too complicated than what I have learned already... I really dont understand 'typedef' and what 'time_t' is and 'ctime' is.
what 'time_t' is


Just think of it as an int

And now someone will get angry.
closed account (LN7oGNh0)
just think of it as an int... hmmm...

Let me think about that for a while.
closed account (3qX21hU5)
I think programming his own program monitering program would be a bit advance for where he seems to be at. So here are some other suggestions.

1) First if you are on I think Windows Vista or up you can use the parental controls portion of windows. This is where you can set time limits, what programs can and can't be run.

This would be the best option if you want your brother to still be able to use your laptop sometimes to play his game but not all the time. Just give him a set time during the day where he can use it, or say you got 2 hours to play and go into the parental controls and make it so it blocks the game after 2 hours.

Parental controls are built into Windows Vista and 7 which help parents determine which games their children can play, which programs they can use, and which websites they can visit, and most important of all, when can they use the computer. Parents can restrict computer use to specific times and trust that Windows Vista and 7 will enforce those restrictions, even when they’re away from home. Here are some of the features:

You can control when your kids can use the computer
Web filtering has been improved through Windows Live
You can set limits on games

here is the link to the article I copied some out of. http://www.geckoandfly.com/6813/parental-controls-block-video-games-and-set-time-limits-for-computer-usage-and-access/

If you need help figuring out how to use it google
how to setup parental controls on vista (or windows 7)


All windows Vista and up have these features and they are free but you will need admin to use these features. If you don't have admin talk to your dad about setting time limits.


2) If you don't want him to use it anymore just change the password on both accounts and he wont be able to log in. You need admin to do this.

Oh ResidentBiscuit. I think I got a little frustrated on that thread.

Hazique35... If you want to learn C++ from scratch, check this out:
http://cplusplus.com/doc/tutorial/

And find some beginner exercises to try out what you've just learned. As you get better, your projects will get more complicated and you'll be able to take on projects such as the ones we've recommended.
@Stewbond,

Yea I was just messing around. I just thought it was funny because it wasn't too long ago there was a discussion about time_t and beginners.
closed account (LN7oGNh0)
Thanks!
Topic archived. No new replies allowed.
Pages: 12