int와 float 연산
Posted by Go crazy for anything that will make you smile.
int a = 6600;int result = (int)((float)a * 0.01f);이렇게 하면 res...
int a = 6600;int result = (int)((float)a * 0.01f);이렇게 하면 res...
프로그래밍을 해 본 사람이라면 한번씩은 들어봤고 생각해 봤을 random. 렌덤이라면 말 그대로 "무작위"이...
새로 생성된 파생 클래스 객체에 대한 기본 클래스 포인터를 반환하는 함수. class TimeKeeper {...
// RS Hash Function unsigned int RSHash(const std::string& s...
boost::has_trivial_assign. : trival assignment operator를 가지고...
http://blog.naver.com/kimgudtjr?Redirect=Log&logNo=140117254...
DLL 차이점 http://blog.naver.com/PostList.nhn?blogId=topgunmagi...
How to convert std::string to TCHAR* Most of the time people...