
please wait
by Jose94ji
Homework help
|
Hello so basically my project goes like this: Write a C++ program that reads in two positive integers that are 20 or fewer digits in length and outputs the ... |
May 1, 2013 at 3:04am
[1 reply] : You never give a value to size_Sum (by Yanson)
|
by DanStirletz
Alphabetizing a string array
|
My array will contain first and last names. How do i alphabetize the names inside? for instance names Dan Andrew Drew Vincent will be organize as such: a... |
May 1, 2013 at 2:18am
[6 replies] Last: Yes, I have one lol So, I don't know how to explain it, so I wrote ou... (by Ssturges)
|
by Wiredbones
I could use some assistance with "for loops" please.
|
I have a pretty horrible programming teacher. She doesn't explain much or do any coding with us in class so I'm sorry but I'm not really sure what she's looking... |
May 1, 2013 at 1:52am
[4 replies] Last: Thank you! I didn't even think to make k equal to i. Wow I feel dumb. ... (by Wiredbones)
|
by captianjroot
cin.ignore requests input
|
I've made a function that prints text slowly (prints a character, waits x ticks, prints a character, etc), and need a way to clear cin after printing to ignore ... |
May 1, 2013 at 1:36am
[1 reply] : Try the delimiter '\n' (newline) rather than 'n' (the lowercase le... (by Chervil)
|
by mordred2
sort ints in an array
|
Im trying to sort rand generated ints in an array from greatest to least but i dont know how. im still pretty new to this and most of what i have already i got ... |
May 1, 2013 at 1:19am
[2 replies] Last: i now have int* humFight(int humDice) { int* a=new int ; int rolled... (by mordred2)
|
by Robotguy27
FLTK: Closing a window after a certain amount of time
|
I am making a splash screen for a program I'm involved in and I am currently stuck on finding a way for the window to close after a few seconds. I've tried usin... |
May 1, 2013 at 12:32am
[no replies]
|