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
~183 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for rpowell16

Hey all, I am trying to read in a line from a file. The line will normally contain a string followed a number. Eg/ NumberOfElements 1500 I only require the number. I have been trying to read in the line storing the string as "text" and the number as "numOfInts". …

Member Avatar for rpowell16
0
95
Member Avatar for rpowell16

Hey, im new to C++, and im trying to create a class IntList. I am getting errors at compile time with one line, but i have no clue why! Could someone please help, so i know what needs changing or why the errors are occuring. The errors occuring are:- error …

Member Avatar for Banfa
0
88