Windows Mobile 乱数のSeedを生成する
ナビゲーションに移動
検索に移動
Windows Mobile 乱数のSeedを生成する
Windows Mobileテンプレート:Category コード片
- [Windows Mobile 6 VisualStudio2005 で time 関数が使えない] [Visual Studio 環境では、time関係の関数が利用できない]
対応策(MFC)
SYSTEMTIME st; GetSystemTime(&st); CTime ct = CTime(st); srand((unsigned)ct.GetTime());
© 2006 矢木浩人