by quayda
Clock through 24 hour day.
|
|
[13 replies] Last: Check the main function(line 69), and what Dput said. NOTE: You can ha... (by Aceix)
|
by joebee7447
Pig Latin Program Help
|
|
[no replies]
|
by swang
Problems with cin and spaces
|
|
[4 replies] Last: It worked! Not sure what did the trick, but it works now. Just to be c... (by swang)
|
FOR LOOP HELP???? |
|
[3 replies] Last: Simpler? I believe not. We are literally assigning the current total ... (by closed account j3Rz8vqX)
|
by luckylarv
unable to find my headers when in another file
|
|
[9 replies] Last: ah i see what you mean. yeah i like that better. If you give them uni... (by Little Bobby Tables)
|
by i2Fluffy
std::sort functions third parameter
|
|
[3 replies] Last: A function name with parentheses is a function call. You don't want th... (by Peter87)
|
HOW TO CREATE A LOOP FOR THIS ??? |
|
[7 replies] Last: Oh you want to find the sum of angles/angles for polygons up to n . Y... (by Void life)
|
by natiggiz
Problem with Arrays
|
|
[8 replies] Last: Thanks guys! really appreciate the help. (by natiggiz)
|
by cfm310
Help with class roster using struct
|
|
[no replies]
|
by ASQ19
Counting the repetition in an array
|
|
[12 replies] Last: Thanks, I did it using the following: vector<double> unique_values; ... (by ASQ19)
|
by uvalover
An Question waiting to solve(about uva424)
|
|
[9 replies] Last: @ LB - thanks, I thought there would be something like that so whoever... (by Codermik)
|
defualt and user constructors |
|
[2 replies] Last: The purpose of a default constructor is to ensure there is no error, i... (by closed account j3Rz8vqX)
|
by Mildon
how to make sure input of float is a number
|
|
[10 replies] Last: Also you don't need the cin >> input if you are using getline and ... (by giblit)
|
by jimmy814
Can anyone help me with my printResults function?
|
|
[1 reply] : The problem is that you're recomputing cand each time through the loop... (by AbstractionAnon)
|
by Cynthia401
Removing Name from Array
|
|
[7 replies] Last: Thanks everyone for your help! The task has been resolved. (by Cynthia401)
|
by klove93
Reverse a string
|
|
[1 reply] : you can use a string constructor to do the job: string reverse(str.e... (by Hiddencage)
|
by klove93
lowercase/uppercase string
|
|
[3 replies] Last: Thank you guys for the responses! :) It works! (by klove93)
|
by Kwestion
What is a situation where it makes a difference whether you leave main() blank vs if you put int argc, char *argv[] there?
|
|
[2 replies] Last: http://www.cprogramming.com/tutorial/lesson14.html thats where i learn... (by Little Bobby Tables)
|
by joejoe866
PLEASE HELP URGENT
|
|
[6 replies] Last: this is the only question i have to do ad i still cant get passed whe... (by Codermik)
|
by NerdZilla
Structs
|
|
[6 replies] Last: mark Solved your question.. (by cronopio)
|