by lpetre
Ye ole Rock-Paper-Scissors game, Creating/Calling functions
|
|
[3 replies] Last: Never mind. I found it! After entering 1, 1, 1, .... enough times, I h... (by lpetre)
|
by paulpv278
vector even positions
|
|
[6 replies] Last: thanks thanks you guys really helped a lot. much appreciated (by paulpv278)
|
by Ephan
Printing the output of a function in int main()
|
|
[4 replies] Last: Thank you so much. (by Ephan)
|
by weeksover
Initialize following nested class
|
|
[no replies]
|
by MrDS
Changing cursor image with C++
|
|
[1 reply] : https://msdn.microsoft.com/en-us/library/windows/desktop/ms648379(v=vs... (by SamuelAdams)
|
by Marr
deference b/n char array and strings
|
|
[3 replies] Last: By the way a char array is not necessarily a C-string. To be a C-strin... (by jlb)
|
by aaronpeart
Help with Bool (rock paper scissor game)
|
|
[2 replies] Last: If you do this: if (player1 = true ) {} You are not testing player... (by TheToaster)
|
by GoatWater
Read line by line txt file and display to console in columns
|
|
[5 replies] Last: Just figured it out! Thank you so much for the help! :) (by GoatWater)
|
by anoanomous
HELP with Ask and get n (the number of times) to print the letter “X”. Using a while loop, print the letter X n times.
|
|
[5 replies] Last: Thank you! (by anoanomous)
|
by zarkangelks1
float time = int minutes / 60 equals 0?
|
|
[3 replies] Last: I fixed it by adding a .0 after the 60. So now it looks like float act... (by zarkangelks1)
|
by dannyolamide
Sorting Competitors and Printing out finalists
|
|
[8 replies] Last: I don't know how to use a vector of the struct You would create a v... (by jlb)
|
Perfect Numbers |
|
[1 reply] : Swap the > for < on lines 6 and 9. (by lastchance)
|
by Pascaleb
Floating Point Exception
|
|
[1 reply] : The remainder of a division is undefined if the divisor is zero, thus ... (by helios)
|
by TomShoe
Problem with Classes and Class calls
|
|
[1 reply] : Hello! Unfortunately there is not only your setRank function that has... (by Misenna)
|
by vikingsfan76
Need help reversing a word
|
|
[3 replies] Last: Highlight line 31 and 32 and paste the following: std::cout << "The... (by Uk Marine)
|
by link45jeff
comparing variables...
|
|
[13 replies] Last: This works, but the only thing that gets me, is when I ask for an inte... (by link45jeff)
|
by dmatths
Help on C++ Program that generate password
|
|
[2 replies] Last: Ok Neahle. Thanks, i will do that now. (by dmatths)
|
by sciman777
How to ignore certain things entered into console?
|
|
[6 replies] Last: Thank you guys so much! Sorry for late reply, Have a great weekend! (by sciman777)
|
by Anoraki
X- Puzzle Solver Not Working (Quadratic Expression Factoring)
|
|
[4 replies] Last: If x1+x2=b and x1.x2=c then x1 and x2 are just the roots of the quadra... (by lastchance)
|
Cout array members by one int identifer member |
|
[2 replies] Last: To find the student with the highest score you can use std::max_elemen... (by Thomas1965)
|