by Edyson
Matrix
|
|
[no replies]
|
by Jakubaz
Help me with my project
|
|
[7 replies] Last: Sorry, but im realy stupid in programing. I think abouth this. thi... (by Jakubaz)
|
by markusfurst
Most occurring element in vector<int>
|
|
[2 replies] Last: > I sorted the vector because I thought it would make things easier, b... (by JLBorges)
|
by kinglado
Need to change from max value to average
|
|
[3 replies] Last: Well, I was hoping you would modify the function, rather than main(). ... (by Chervil)
|
by Guy1988
Passing class name as arguments to member functions
|
|
[18 replies] Last: Are you saying that's what I need to do? That would give the wrong ans... (by Guy1988)
|
by bluefrog
reading file from last position
|
|
[1 reply] : Well, if you don't use break at line 22, it will continue processing... (by Chervil)
|
by Nickoblack
Array Question
|
|
[3 replies] Last: #include <iostream> #include <numeric> using namespace std; int main... (by lastchance)
|
by markusfurst
Arrays
|
|
[4 replies] Last: I've limited the range of your random numbers to 0 - (RANGE-1), that i... (by lastchance)
|
by andygarc1a
Question regarding reading a file into an array using a while loop
|
|
[1 reply] : #include <iostream> #include <fstream> #include <string> using namesp... (by lastchance)
|
by bluefrog
how to use a using
|
|
[3 replies] Last: Hi JBroges thanks for the help. Works! (by bluefrog)
|
by cmhubert
More in depth explaination of inline funcs?
|
|
[2 replies] Last: That is much simpler that I was imagining; your example really clears ... (by cmhubert)
|
by markusfurst
Search in array
|
|
[6 replies] Last: Regarding flush/endl with file output. Normally I would avoid using e... (by Chervil)
|
by mgala
Simple question regarding operators
|
|
[4 replies] Last: I assume you have closed the other one down. It would have made sense ... (by closed account 48T7M4Gy)
|
by mpekala
Calling functions
|
|
[1 reply] : Maybe something like this ... double gpa = computeMajorGpa(); ... (by Peter87)
|
by amivaleo
Create a variable number of files
|
|
[2 replies] Last: Oops! You're right! Thanks! ^_^" (by amivaleo)
|
by jimcond
making a queue of c-strings
|
|
[1 reply] : You have only one buffer for the input so you overwrite it every time.... (by Thomas1965)
|
by mgala
Desperately need help with functions and arrays
|
|
[10 replies] Last: http://www.cplusplus.com/forum/beginner/204040/ Don't double post and... (by closed account 48T7M4Gy)
|
Dynamic Array and [] operator overloading issue. |
|
[10 replies] Last: And here is another example from "Data Structures and Algorithm Analys... (by closed account 48T7M4Gy)
|
by landlord2017
Does "unique" function work in vector<char> ?
|
|
[4 replies] Last: Thanks. So the answer is to sort the string before unique it. (by landlord2017)
|
by seungyeon
using a swap function with pointers to array as parameters
|
|
[1 reply] : Please use code tags. http://www.cplusplus.com/articles/jEywvCM9/ ... (by integralfx)
|