when to use #include? |
|
[2 replies] Last: See: https://herbsutter.com/2013/08/19/gotw-7a-solution-minimizing-com... (by keskiverto)
|
by miss1001
string-array
|
|
[1 reply] : tnQ soooOOOO much (by miss1001)
|
by emirhasa
Making a constructor for class that contains other class
|
|
[11 replies] Last: I think I understand this better now. I was having trouble because I t... (by dhayden)
|
by jamesfarrow
Class help please (1,2)
|
|
[22 replies] Last: Thanks to everyone who took the time to post and help. I have managed ... (by jamesfarrow)
|
trouble with arrays, sorting, and calculating the median of grades entered. |
|
[2 replies] Last: I can't figure out why I can't input the number of grades I want, it ... (by chicofeo)
|
by polyhedron11
Used a bunch of GOTO's, loop instead?
|
|
[4 replies] Last: +1 Too Explosive As @Too Explosive said you can use functions... all ... (by shadder)
|
by Chris2424
help with for loops
|
|
[5 replies] Last: Like this? #include <iostream> using namespace std; int main() { s... (by shadder)
|
For Loop Isn't Looping More Than Once |
|
[5 replies] Last: #include <iostream> using namespace std; int main(){ int choice... (by closed account EyboLyTq)
|
by glennford49
invalid operands in number generation
|
|
[2 replies] Last: its just like lottery... i want to compare old results to new generate... (by glennford49)
|
by Zeyf
Need help with array sorting
|
|
[1 reply] : What problems are you having? Is it sorting in reverse order? Is it se... (by LB)
|
by tacuachillo
assistance with array function
|
|
[4 replies] Last: Got it. Thanks! (by tacuachillo)
|
by master12
Need Help Writing This Program!
|
|
[4 replies] Last: Your multiplying winningPerctange by 100 in the printf but your not c... (by SamuelAdams)
|
by Frenzy
getline(); only executes once
|
|
[2 replies] Last: http://www.cplusplus.com/forum/general/197270/ (by closed account 48T7M4Gy)
|
by Schniffy
Code - reset counter when using switch
|
|
[2 replies] Last: Using a switch like this : https://www.sparkfun.com/products/8034 So ... (by Schniffy)
|
by lil jurk
easy as 123
|
|
[1 reply] : I don't see a question. (by SamuelAdams)
|
prob ch |
|
[no replies]
|
ceva i |
|
[no replies]
|
by juanmiindset
Array sorting and inserting help
|
|
[1 reply] : The problem is on line 80 for (int j = 0; j < numberOfValidEnties; j+... (by Thomas1965)
|
by gmpgiri
Weird symbols being printed when printing string value
|
|
[1 reply] : 1. What is on line 28? Do not mix totally unrelated systems (new&dele... (by keskiverto)
|
by a0087946gy
A Strange Bug in Iteration (print value != return value).
|
|
[3 replies] Last: Thanks all. dhayden's solution is working. Thank you! (by a0087946gy)
|