Xbox One: Skype, SmartGlass e Xbox Live
-
Skype arriva sulla Xbox One. Le principali funzioni vengono attivate
mediante comandi vocali. Il nuovo Xbox Live diventa un vero e proprio Game
DVR.
4 minutes ago
void func ( const int arg1, const int arg2 )
ReplyDelete{
if ( &arg1 > &arg2 ) // args pushed right to left in c
{
cout << "Stack grows up" << endl;
}
else
{
cout << "Stack grows down" << endl;
}
}