안녕하세요 표준유닉스 시간을 구하려면 어떻게하면되나여 쿠키설정시사용하려구하는데여 c 나 c++ 코드로 유닉스시간구하는방법좀 갈켜주세여 부탁합니다
#include <stdio.h> #include <time.h> int main(){ printf("%d",time(NULL)); }
[code:1]#include <stdio.h>#inclu
#include <stdio.h> #include <time.h> int main(){ printf("%d",time(NULL)); }