Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
1 Posted Topic
Re: Output to file
what compiler r u using for these code? i've tried many times to get student id and their name then sort in a file using borland. can u help me? here r the code #include <iostream> #include <conio.h> #include <iomanip.h> #include <string> #include <fstream> int main() { //declare file stream …
The End.
ariel1304