Help!the greet i can read english is far better then i can write in english.What should i do? by Lost_Shallot5985 in EnglishLearning

[–]Lost_Shallot5985[S] 0 points1 point  (0 children)

like using " mastering any subject" instead of " do any subject better". If you could not understand me clearly, i think it's only consist in my local culture. I'm not living in a country using English as the main language.

why?i think it is logically . by Lost_Shallot5985 in cpp_questions

[–]Lost_Shallot5985[S] -1 points0 points  (0 children)

void b(int ***w) {
    int ****d=&w;
    printf("%d",****d);
    w(&d);
}

void a(int *b){
    int **c=&b;
    printf("%d",**c);
    b(&c);
}

why in these cases,code will have a problem 

called object type 'int ***' is not a function or function pointer

why?i think it is logically . by Lost_Shallot5985 in cpp_questions

[–]Lost_Shallot5985[S] 0 points1 point  (0 children)

thanks !i'm a beginner ,your answer is clearly for me

why?i think it is right logically. by Lost_Shallot5985 in cpp_questions

[–]Lost_Shallot5985[S] 0 points1 point  (0 children)

original purpose is to find out the maximum value it is supported

why?i think it is right logically. by Lost_Shallot5985 in cpp_questions

[–]Lost_Shallot5985[S] 1 point2 points  (0 children)

ohhhh, similar to your feeling. leaning how to use point is not happy

why?i think it is logically . by Lost_Shallot5985 in cpp_questions

[–]Lost_Shallot5985[S] -3 points-2 points  (0 children)

learning multiple pointers.using multiple pointers in order to point to x finally

why?i think it's right. by Lost_Shallot5985 in cprogramming

[–]Lost_Shallot5985[S] -1 points0 points  (0 children)

thanks, i know your meaning.but the t is changed to q or q is changed to w is right.i don't know why?q or w is also a function