27 Mart 2017 Pazartesi

std::time metodu

Giriş
Şu satırı dahil ederiz.
#include <ctime>
Şöyle yaparız.
auto t = std::time (nullptr);
Aslında nullptr yerine bir bellek alanı da geçilebilir. Açıklaması şöyle
If tloc is non-NULL, the return value is also stored in the memory pointed to by tloc.
Ancak pratikte bu yapılmamalı çünkü sadece eski kodlar bu yöntemi kullanıyor. Açıklaması şöyle
The tloc argument is obsolescent and should always be NULL in new code.

Hiç yorum yok:

Yorum Gönder