Posts
 
Reputation
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
~535 People Reached
Favorite Forums
Favorite Tags
c++ x 12

3 Posted Topics

Member Avatar for mybrainhurts

I have made this program which im really certain would work, it compiles with no errors, but runs continuously after getting the name of the output file. The program takes a loads of names each with 12 numbers, gets the name using getline, and puts the numbers into an array. …

Member Avatar for Narue
0
156
Member Avatar for mybrainhurts

Hi guys just trying to understand Getline and implement it in a problem im trying to solve. First off i have a program that is working: [CODE] #include <iostream.h> #include <string> #include <fstream> using namespace std; void main() { ifstream fin("data.txt"); ofstream fout; char name[30]; char jersey_number[10]; char best_time[10]; char …

Member Avatar for mybrainhurts
0
131
Member Avatar for mybrainhurts

Hi guys and girls, im currently struggling trying to work out all this array and file input stuff! I have been going round in circles for the past few hours, reading books and googling everything i could, so now im hoping some of your intelligence will help me :) Basically …

Member Avatar for Ancient Dragon
0
248

The End.