by thatkidcade
Multidemisional arrays
|
|
[1 reply] : 5x5 matrix: array = {0, 1, 2, 3, 4} array = {0, 1, 2, 3, 4} array ... (by Smac89)
|
by tygerrock
int& question
|
|
[1 reply] : This is called pass-by-reference and it is the same as if you had done... (by Smac89)
|
by specter113
First software
|
|
[7 replies] Last: What I don't know is how to store the input permanently and how to cre... (by specter113)
|
by xXBurnt
Print parent path?
|
|
[2 replies] Last: It's part of the #include <filesystem> library, using namespace std::t... (by xXBurnt)
|
by jockoflocko
Program crashes while reading data from file into array
|
|
[4 replies] Last: Thank you a lot for your answer. Once I used dynamic memory allocation... (by jockoflocko)
|
by khatereh
Nested loop
|
|
[1 reply] : Your indentation is incorrect so your loops don't make sense. Fix the ... (by LB)
|
by Raunchy
Begginers Questions/Interview
|
|
[2 replies] Last: 4: Boost http://www.boost.org/ (by LB)
|
by PapaSmurf
Passing an object into another class
|
|
[1 reply] : class Class1; class Class2 { Class2(Class1& c1) { .. } }; class... (by Smac89)
|
by CaptnJunks
C++ Comment Convention
|
|
[2 replies] Last: It's probably used by some tool. Doxygen uses //! but it doesn't look ... (by Peter87)
|
by PapaSmurf
Looping through a vector of vectors c++
|
|
[2 replies] Last: You mean on this line? _smallBerths.push_back(ship); (by PapaSmurf)
|
by SoloPopo
Dividing Different Data Types
|
|
[1 reply] : #include <iostream> template <typename T> const char* typeof(T&) { r... (by Smac89)
|
by PapaSmurf
Illegal use of this type as an expression?
|
|
[5 replies] Last: What gabars said fixed the issue thank you. (by PapaSmurf)
|
by b3ginn3r
function not returning true false,how to cout index of array
|
|
[2 replies] Last: try this ... cout << "Value returned by the function is : " << isSam... (by digital D)
|
by ry0823
help with void printpattern
|
|
[5 replies] Last: Thanks LB! I got it to work! (by ry0823)
|
by dazed me
kitten population calculation error
|
|
[5 replies] Last: You made some mistakes trying to follow what I gave you. for (/* ag... (by fg109)
|
Quaternion operations |
|
[5 replies] Last: If I could be more specific id say the problem is trying to find out ... (by fg109)
|
by s8050
how to make a limited time for an input function?
|
|
[5 replies] Last: My friend, He is just simply asking if you program on Windows, or Linu... (by TarikNeaj)
|
by toesockshoe
Why do some people not use namespace std?
|
|
[1 reply] : Read here - http://stackoverflow.com/questions/1452721/why-is-using-... (by TarikNeaj)
|
by Vitalik2
Studentlist
|
|
[1 reply] : Ok. I was abel to fix it by my self. i think its without bugs. But ple... (by Vitalik2)
|
by marcusg
working with arrays and functions
|
|
[1 reply] : the output should look like this: 1: 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5... (by marcusg)
|