Some assistance with arrays like code int a[size_of_array]; // you should use const number in the [], so please write "#define s...
Code errorclass 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 .exeIt'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