User profile: MMag

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

Analyzing input string
Hello, How do I analyze input string from user? For example, I want "XXXXX" in one line to be ...

Pointers to Structures and Objects
Hi all. So, I 80% comprehend what a pointer is all about. But, what is the use of pointers to ...

Pointer As An Argument for A String
Thanks all guys, it's all comprehended now. Thanks for your efforts.

Pointer As An Argument for A String
Thanks, Well I know that already, but how could the whole string is passed in *str, and str print...

Pointer As An Argument for A String
Hello! Why do you pass a pointer through a function when you want to pass a string? Like this ...