by mbentley1989
Manipulating string length()
|
|
[3 replies] Last: Hey try out my algorithm: Just change the name string to your input_li... (by happykiller)
|
by Ch1156
C++ Counter help
|
|
[6 replies] Last: I just wanted to add this: This is an infinite loop: while(true) or... (by happykiller)
|
Call function |
|
[3 replies] Last: Set the "i" variable above the "while(i != -1)" ... void CheckAgeT... (by happykiller)
|
by bigl
need help understanding what im doing wrong
|
|
[1 reply] : Remove the line return total, avg; ; it's not needed here. These valu... (by andywestken)
|
What does the sleep function do? |
|
[8 replies] Last: Thank you i found a website that list them. http://msdn.microsoft.com... (by learningtocode14)
|
by Zamie XP
Getline not working in Looping statement....grrr...
|
|
[1 reply] : Did you get this working? (by hondaek9)
|
by Factors
can a pointer represent a whole array?
|
|
[12 replies] Last: @andy: I never recommend the use of pointer arithmetic with dynamicall... (by Albatross)
|
by smallmos
linked lists help
|
|
[2 replies] Last: thanks much appreciated (by smallmos)
|
EOL in c++(input) |
|
[11 replies] Last: Glad I could help. :) (by Stupebrett)
|
Math Tutor program help. |
|
[4 replies] Last: What do you want your program to do, exactly? Can you copy your output... (by mzimmers)
|
by archibalduk
Updating one element of a struct and writing to a binary file
|
|
[3 replies] Last: Thank you very much. I've made the change as you recommended and this ... (by archibalduk)
|
by Lawrence
hello world comes up
|
|
[4 replies] Last: Delete all code and write your own? If it is something else we could p... (by vlad61)
|
by jp01cf01
How do I ask an if statement if a variable has no value?
|
|
[7 replies] Last: Hmm... ok, thanks for the help :D (by jp01cf01)
|
by gwiz
Banking Simulator Gone Wrong :(
|
|
[3 replies] Last: @gwiz I changed your menuOption from an int to a char. By checking a ... (by whitenite1)
|
by rinnamorato
Error Handling problem, need help
|
|
[9 replies] Last: I can't get the correct dates to show. So now that your setDate fun... (by Moschops)
|
At wits end! |
|
[7 replies] Last: I hate to keep hassling you but do you see why my program will not ca... (by codekiddy)
|
by tenderstew
compiling error 17: error: expected initializer before 'void'
|
|
[7 replies] Last: Don't forget this line down below: Before: void NumberOfBlanks(strin... (by bcthund)
|
by kw1991
how do you make a graph?
|
|
[13 replies] Last: In WM_PAINT * CreatePen/ExtCreatePen to create a pen to draw with * ... (by andywestken)
|
by alend
How sizeof recognize the end of array
|
|
[2 replies] Last: sizeof is not a normal function. It is a built in command that will re... (by hamsterman)
|
Returning from function to function |
|
[1 reply] : You have't given enough info. The funtion should return when you call ... (by andywestken)
|