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
~1K People Reached
About Me

Don't think before you leap.
"Life is either a daring adventure or nothing at all"

Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for highonbikes

I am trying to get advanceDate to change the date of an "appointment" object it just adds 1 to the day integer. when I call the print function inside the advanceDate function. It prints the modified value I am looking for. But after it returns the object and I call …

Member Avatar for Moschops
0
154
Member Avatar for highonbikes

so the assignment I have is for a bank login program. and the function looks like so Client* Bank::login() based off a boolean value this bank command(which has a private: client* to an array of clients) I have to return a pointer to the correct client or NULL. so simplified …

Member Avatar for Moschops
0
131
Member Avatar for highonbikes

I have this assignment to make an infix calculator I think I have all the logical things figured out, but I am having trouble converting values. the return is a double, but the read in is a string and outputting as a double, I know that there is the difference …

Member Avatar for Lerner
0
836
Member Avatar for highonbikes

This is an assignment from school, I have spent a week bashing my head against the wall atrying to figure out how to get this to work. The program reads in a 'maze' or X's and stuff from, a file, and my functions are to fill a pre diminshied char** …

Member Avatar for Lucaci Andrew
0
150