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
Ranked #4K
~598 People Reached
Favorite Forums
Favorite Tags
c++ x 4

3 Posted Topics

Member Avatar for Member #447200

your first problem is an assertion when you run the code, your debugger should tell you exactly where the problem is (its in familyAverage func). Second problem is a logic problem with bigMeal(). Take a look at those 2 functions and try to track down the problem

Member Avatar for DawnDenise
0
327
Member Avatar for jsap

I have a function that takes a void** and I want to pass an integer in to the function but can not seem to figure out the syntax here is the function prototype [code]bool pop(Node **stack, void **data)[/code]

Member Avatar for jsap
0
148
Member Avatar for hoceandress

you might not want to use a do while loop in case the user enters a value less than 1. also e++ doesn't need to be a part of the conditional check and you need to check if the value of e%2 is a multiple of 2 before printing to …

Member Avatar for darkagn
0
123

The End.