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
About Me

I'm currently engaged to my computer learning the details of c++. I'm new to c++ so be nice to me.

I'm studying a BA in computer-generated multimedia through unisa.

Interests
photography, drawing/painting, photoshop, sleeping-in, googling hypnosis
Favorite Forums
Favorite Tags
c++ x 21

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
235
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
37
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
150
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
121
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
302
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
253
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
381

The End.