Abhishek Dwivedi
TechFreakiez.com
hi guys,
Am trying to make a program in C++(turboC++) where a user fills a form and all his details are saved in a file. This file is later used for Login and other purpose. Its something similar to banking.
Queries:
1) How to make the file name as variable?
PS: how different is relo from TurboC++? Can i use it as a substitute? Any suggestions?
Am trying to make a program in C++(turboC++) where a user fills a form and all his details are saved in a file. This file is later used for Login and other purpose. Its something similar to banking.
Queries:
1) How to make the file name as variable?
2) How to find a specific string in a file and tally it with a char type array?The user gives a USERNAME in the form and file is made with that username. The input of username is taken in a char type array.
Thats all for now but i'll have more. Please reply ASAP. Thanks a lotA mother file is created with username & login code. When a user enters his username & code, they are checked via the mother file and if correct, he is taken to user menu. Input is taken in a char type array.
PS: how different is relo from TurboC++? Can i use it as a substitute? Any suggestions?