User profile: fbhkhan

User info
User name:fbhkhan
History
Joined:
Number of posts:23
Latest posts:

How to separate multiple numbers into one array from a sentence
I want only the numbers after $ signs (read from a file into a string) from the following sentence t...

Getting error in ofstream file.
Its almost the same code... I just changed ifstream to fstream and included ios in and out into it.....

Getting error in ofstream file.
I tried ios::in | ios::out in an object to read and write in a file but still it wont work. I'm not ...

Getting error in ofstream file.
I am writing an eVoting program the addTally function adds 1 to the Candidate's voting tally when ca...

Determine integer in .txt file
Thank you so much for your help.