User profile: wolfgang

User info
User name:wolfgang
History
Joined:
Number of posts:381
Latest posts:

if(!strcmp.....
Also strcmp() returns either 0 or an positive integer, depending on if str1 matches str2, or where t...

HELP!
I fixed some of the errors in your code. It should work as long as you don't place any non integer c...

Finding the largest number!
That error "control reaches end of non-void function" means you do not have a return value if none o...

What Am I Missing?
In a Unix-like terminal Ctrl+Z stops a program while Ctrl+D sends an EOF. I believe Gaminic solution...

Please help me >>>
There's a lot of errors I can count after fixing the first few obvious ones: [b]Obvious::[/b] Its [...