- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
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
9 Posted Topics
Re: 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] … | |
Hey everyone I'm new to c++ and new to daniweb so hope you guys can help :icon_cheesygrin: | |
Re: You've gotta show some attempt :) ![]() | |
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 … | |
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 … | |
Re: 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] | |
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() … | |
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 … |
The End.