User profile: Alchemist93

User info
User name:Alchemist93
History
Joined:
Number of posts:3
Latest posts:

Compare user input (char array) with string from file.
I solved it using the code below: [code] if (strcmp(name, s3.acc_name) == 0)[/code] Thanks for...

Compare user input (char array) with string from file.
[quote]Check out this article, particularly "Arrays as Parameters" http://www.cplusplus.com/doc/tut...

Compare user input (char array) with string from file.
Hello everyone. I have a problem to search - [by using customer's name] - for a customer's bank acco...