User: hdj

  • Public profile

User profile: hdj

User info
User name:hdj
Name:Huangding
Location:hz
Bio:c
History
Joined:
Number of posts:24
Latest posts:

Some assistance with arrays
like code int a[size_of_array]; // you should use const number in the [], so please write "#define s...

Code error
class B should define before class A, and class A is class B's firend class, so you should define "c...

Some assistance with arrays
so where is the const int a[]? const int a[]; a[i] is not allowed to change. like this: #include...

Reading my file's .exe
It's ASCII characters not ASCII letters. ASCII characters is : 0~127

How to Print Odd Random Int
int main() { int n; srand(time(NULL)); for (int i=0;i<10;i++) { n = rand(); cout<<(n%2?...

This user does not accept Private Messages