Question about Time & DateThanks.Problem solved.
Question about Time & DateMan, I know this would work. But what if there are multiple functions are gonna use localt->tm_sec,l...
Question about Time & DateI am a C++beginner and I got a problem when dealing with time&date. I always get a error that says '...
Generating random numbers[code]for (int i=0; i<15; i++) { nx[i]=rand()%8+1; printf("%d",nx[i]); }...
Problem about defining a class[code]class Molecule { public: int state; Molecule(); void Generatepoint(int nMolec...
This user does not accept Private Messages