Hi.
How do you reset a character array in order to read a file into a program using that array multiple times in one loop?
This is a discussion on Resetting a character Array within the C Programming forums, part of the General Programming Boards category; Hi. How do you reset a character array in order to read a file into a program using that array ...
Hi.
How do you reset a character array in order to read a file into a program using that array multiple times in one loop?
What do you mean with resetting a character array?
Use the memset function to reset the array.
Current projects:
1) User Interface Development Kit (C++)
2) HTML SDK (C++)
3) Classes (C++)
4) INI Editor (Delphi)