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
~655 People Reached
Favorite Forums
Favorite Tags
c++ x 10
Member Avatar for c++ newbie
Member Avatar for c++ newbie

this is what my program looks like but after prompting and reading my files, i get an infinite loop. the program compiles and i just put that simple cout statement just to see if anything will come out. can anyone see where i am messing up within my main that …

Member Avatar for Ancient Dragon
0
156
Member Avatar for c++ newbie

[code] #include <iostream> #include <fstream> #include <cstring> #include <cctype> #include <iomanip> using namespace std; const int MAX = 30; const int MAX_HW = 10; const int MAX_E = 3; [/code]

Member Avatar for Ancient Dragon
0
47
Member Avatar for c++ newbie

ok. i'm having trouble understanding how to manipulate my data. this is what i have so far with my program. my input data is coming from two different file. the first file looks like this that has the student ID, last name, first name... 567 white Robert 43 blackBurBn DOnna …

Member Avatar for ithelp
0
87
Member Avatar for c++ newbie

this is a c++ program. ok. so this is my problem where i am supposed to get data from one file, read it in and make the proper adjustments to it, and output it on to another file. i'm supposed to use structs. the input file has this data: 348 …

Member Avatar for Ancient Dragon
0
153
Member Avatar for c++ newbie

hi. i'm trying to run my program but i get this error message... cannot convert âstd::stringâ to âstd::string*â for argument â1â to âvoid change(std::string*, int)â ...does anyone know what it means and where i am messing up?

Member Avatar for Ancient Dragon
0
65