Welcome! Log In Create A New Profile

Advanced

2 Questions...

Posted by hunterm 
2 Questions...
January 30, 2010 12:58AM
1st question:
Do you always have to start the video system, ex.if the app turns off the wii when it starts?

2nd question:
Is there a way to have code pause for a specific amount of seconds, like pause(1) or something?

coded in c++ btw
:)
Re: 2 Questions...
January 30, 2010 01:02AM
You are indeed not required to do that, but it is quite the limited application if you don't. I strongly urge you to find an application that needs the display, given that it is the primary output device.

As for the delay, yes there should be at least one function for that.
Re: 2 Questions...
January 30, 2010 12:24PM
You can use sleep(x) or usleep(x) for the pausing thing. I think usleep() sleeps for x microseconds and sleep() for x seconds.



Edited 1 time(s). Last edit at 01/30/2010 12:24PM by profetylen.
Sorry, only registered users may post in this forum.

Click here to login