C
C man
What's wrong with this declaration?
char* p1, p2;
I get errors when I try to use p2.
char* p1, p2;
I get errors when I try to use p2.
What's wrong with this declaration?
char* p1, p2;
I get errors when I try to use p2.
C said:What's wrong with this declaration?
char* p1, p2;
I get errors when I try to use p2.
C said:What's wrong with this declaration?
char* p1, p2;
I get errors when I try to use p2.
C said:What's wrong with this declaration?
char* p1, p2;
C man said:What's wrong with this declaration?
char* p1, p2;
I get errors when I try to use p2.
Ian Collins said:Don't declare more than one variable on a line and you won't hit
this FAQ.
Why would you try to be super clever rather than just explain that his
declaration was wrong : understandable mistake but wrong?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.