User profile: lilydjwg

User info
User name:lilydjwg
History
Joined:
Number of posts:17
Latest posts:

non-local function...uses anonymous type
The links help a lot. Thank you.

non-local function...uses anonymous type
But if I define MyType as an anonymous struct (not an array), it'll be fine. And if I use [b]static[...

non-local function...uses anonymous type
I have the following code: [code] #include<cstdio> typedef struct{ int exp; }MyType[10]; vo...

Encounter 'FAST IO DISALLOWED' when rename under Windows
Hi. In my code I fopen a file to write something into it, then I fclose it and try to rename it, bu...

How can I measure how many milliseconds have elapsed?
I see and thank you. time(0) works, but not as accurate as I want. Now I am using system("date") t...