by apendris140
Bubble sort
|
|
[1 reply] : The correct BubbleSort function is : void bubblesort(double sales , ... (by Brigavo)
|
by nu123
how to carry on answer
|
|
[no replies]
|
by nu123
cant finish code
|
|
[1 reply] : Write to an array and then You need to use pop_back in order to get ri... (by Univcplus)
|
by CelestialX
Sudoku Checker Algorithm
|
|
[no replies]
|
by Jacketto
Can't return to int main()
|
|
[10 replies] Last: @wildblue oh yea that, thanks, it managed to solve the loop error. Als... (by Jacketto)
|
by ericabhutson
won't build
|
|
[1 reply] : #include <iostream> // cout, cin #include <cstdlib> ... (by lastchance)
|
by Learner101
Compiler Question
|
|
[no replies]
|
by rlake
Expression must be a modifiable lvalue
|
|
[2 replies] Last: Thank you! (by rlake)
|
Should I use fstream.open()? |
|
[3 replies] Last: Yes agreed. In fact, as a general principle, the further away ofstream... (by gunnerfunner)
|
by Inig0
Enter key
|
|
[9 replies] Last: Actually we can indeed get exactly what OP wants: #include <iostrea... (by gunnerfunner)
|
by CelestialX
How to check elements of a vector<vector<short> > for a condition
|
|
[4 replies] Last: I am not quite familiar with using sets, is there a way I can make the... (by CelestialX)
|
by NavidTak
what is the difference between string& and const string& ?
|
|
[1 reply] : string& is a reference to a string while const string& is a reference ... (by gunnerfunner)
|
by FiliaLuna
How to find the two largest values of an array
|
|
[1 reply] : Right now, the if statements in the for loop are nested, so the second... (by wildblue)
|
by Deeyumm
how should i identify this parameter from a struct inside a function from class?
|
|
[1 reply] : There are two lengths involved, because at line 12 two array objects... (by Chervil)
|
by Brad 08
Code not working
|
|
[4 replies] Last: #include <iostream> using namespace std; void generateRand(int , in... (by closed account 48T7M4Gy)
|
by Deeyumm
finding errors i don't know how to fix
|
|
[4 replies] Last: thank you! (by Deeyumm)
|
by yamada
program stops running (program in conditional and repetitive statements)
|
|
[8 replies] Last: CarolStar, no more problems ^^ thank you ^^ (by yamada)
|
by apendris140
Trying to write a function that adds all the numbers in an array
|
|
[3 replies] Last: http://www.cplusplus.com/forum/beginner/202079/ (by closed account 48T7M4Gy)
|
by Brad 08
Arrays
|
|
[12 replies] Last: http://www.cplusplus.com/forum/beginner/202169/ (by closed account 48T7M4Gy)
|