User: AnalcoholicBeer

  • Public profile

User profile: AnalcoholicBeer

User info
User name:AnalcoholicBeer
History
Joined:
Number of posts:5
Latest posts:

strange behavior in binary i/o
When you read your numbers back, you use the get method which stops when it finds the first occurren...

char pointers
They are equivalent up to the point that you do not try to modify a string literal through a pointer...

Arrays and Functions
Hello! There are two problems with your code above. First, inside fill_array(), in the while loop...

guessing game
Hello. You can try this way which resembles binary searching. First, you initialize two variable...

Explain this error to me! Thanks
The reason why you can assign a string literal to str should be because in C you can't pass array ar...

This user does not accept Private Messages