기타

[C++] 랜덤

by 자라 posted Jan 29, 2008
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

#include <stdlib.h>
#include <time.h>
#include <iostream.h>

int main() {
 srand(time(NULL));    //초기화
 cout<<rand();               //출력
 return 0;
}

Who's 자라

?

http://rpgcreators.wo.ro
자라입니다.