User: JackieCho

  • Public profile

User profile: JackieCho

User info
User name:JackieCho
History
Joined:
Number of posts:22
Latest posts:

Question about Time & Date
Thanks.Problem solved.

Question about Time & Date
Man, I know this would work. But what if there are multiple functions are gonna use localt->tm_sec,l...

Question about Time & Date
I 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