Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

9 Posted Topics

Member Avatar for taumang

Hmm perhaps you'll have to create 2 functions, and then your second function won't be using in if, or while statements. [CODE]float min2(float x, float y) { if (x < y) return x; else return y; } float min3 (float x, float y, float z) { return min2(x, min2(y,z)); }[/CODE] …

Member Avatar for madifemo
-1
247
Member Avatar for Tamlyn

Hey everyone I'm new to c++ and new to daniweb so hope you guys can help :icon_cheesygrin:

Member Avatar for e-papa
0
42
Member Avatar for jerbElijah
Member Avatar for Tamlyn

Hey everyone :) I've been working on the first part of a program which I'm doing in 4 steps. Here's the first step which I have completed: Function inputAndValidate This function inputs the time. The time should be entered as two separate values for the hours and minutes. Do not …

Member Avatar for Tamlyn
0
164
Member Avatar for michaelalboto
Member Avatar for Tamlyn

Hey everyone :) Hope you can help Here is what I've done with the instructions given: I need to know the average price difference between the cash and credit prices. But i'm pretty sure that only comes in at the end. Here is what my this function is supposed to …

Member Avatar for Tamlyn
0
141
Member Avatar for UltimateKnight

This is a good place to start: [url]http://www.youtube.com/view_play_list?p=F541C2C1F671AEF6[/url] This is also very helpful: [url]http://www.youtube.com/user/outofmylaboratory#g/u[/url]

Member Avatar for Tamlyn
0
318
Member Avatar for Tamlyn

Hey guys Here's my code that is giving me a compiler error ? Why is my darling computer complaining so horribly about what I always do with cin and cout which is give them their respective accessories >> and << ? Here's the code for the main function: int main() …

Member Avatar for Tamlyn
0
267
Member Avatar for Tamlyn

Hey everyone :) I'm new to c++ and have just joined this site. Looks great. Hope you guys can help. I'm having trouble with the function calcAllowedPerChild() What I want the function to do: subtract the gifts TOOTHBRUSH, HIGHLIGHTERS, CRAYONS, NOTEBOOK , AND PEN, from the amount left(leftToSpend) while the …

Member Avatar for Tamlyn
0
395

The End.