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.

~692 People Reached
Favorite Forums
Favorite Tags
c++ x 8
Member Avatar for skisky

My book isn't getting into my head yet.... i have one project left in my C# class, where we are to create a base class. That class, from what i understand, is to contain common characteristics. (sports teams happen to be our theme). So i could have coach name, and …

Member Avatar for skisky
0
137
Member Avatar for skisky

I take one look at this project, define my structure.....and my brain goes numb. I don't know where to star..... ///////project/////// Write a program that dynamically allocates an array large enough to hold a user defined number of structures (string name and three double tests). Using a function, the user …

Member Avatar for Absaar
0
154
Member Avatar for skisky

ok....so i have code that will return whether or not the string im searching for is found. Which is fine and dandy, but i also need the array index, for where the match was found. (names are read from a txt into an array, then the array is searched with …

Member Avatar for skisky
0
89
Member Avatar for skisky

I am having trouble converting a string, stored as input, to all lower case.....and save the lower case in a string, search. perhaps my idea is flawed? [code] search = tolower(input); [/code]

Member Avatar for Narue
0
312