by dariodem
Getters and Setters with std::vector private members
|
|
[7 replies] Last: Finally I could see my mistake: I have to declare v2 as reference. ... (by dariodem)
|
c++ two dimensional array into one |
|
[1 reply] : Is this what you meant - the make1d( ) function below? You can play ar... (by lastchance)
|
by Putarda
How to set value position in vector?
|
|
[1 reply] : Is this insert() what you're looking for? http://www.cplusplus.com/r... (by wildblue)
|
by bzsupergirl
Weird output of ""+'b'
|
|
[3 replies] Last: A string literal is actually const character array with a null termina... (by boost lexical cast)
|
by trno224
Overloading Operator
|
|
[3 replies] Last: Another similar way: .h bool operator>(const Pokemon &) const; .cp... (by boost lexical cast)
|
by shanishani
Urgent help needed
|
|
[4 replies] Last: "A mechanical student". Is that an electric, nuclear or steam powered ... (by closed account 48T7M4Gy)
|
by zandy
Vectors
|
|
[1 reply] : http://www.cplusplus.com/reference/algorithm/sort/?kw=sort (by closed account 48T7M4Gy)
|
by trno224
Overloading Operator
|
|
[1 reply] : http://www.cplusplus.com/forum/general/202818/ (by closed account 48T7M4Gy)
|
by origin0079
Why Am I Receiving The "request for member.. non-class type error"?
|
|
[1 reply] : On line 65 of your first code snippet, you are trying to access the p... (by cire)
|
by RovelC
Outputting Values in Selective Array Indexes
|
|
[2 replies] Last: #include <iostream> int main() { constexpr std::size_t NROWS = 6... (by JLBorges)
|
by ubaidm
The sstream wouldn't read twice..!!!
|
|
[4 replies] Last: Thank you..!! (by ubaidm)
|
by JUAN DENT
How to not print the positive sign in a non-US locale
|
|
[no replies]
|
Find an element in sorted rotated array |
|
[2 replies] Last: oh, got it now, thanks! (by funprogrammer)
|
by iKjetil
More support in C++, is it comming?
|
|
[4 replies] Last: More information: How Non-Member Functions Improve Encapsulation ... (by JLBorges)
|
by cppppc
Complexity analysis (recursion)?
|
|
[2 replies] Last: Thanks a lot for your time and for replying! (by cppppc)
|
by dariodem
Setting std::vector elements according to a std::vector of indexes
|
|
[4 replies] Last: Thanks JLBorges! I thought there was a prefabricated way to do the co... (by dariodem)
|
by bozmin
List and file
|
|
[1 reply] : just take each of those in a char array if the second element is '\0'... (by leryss22)
|
by qq387
Finding a tree successor with a given key
|
|
[1 reply] : This implementation doesnt look really efficient here I have made you ... (by leryss22)
|
by CubiksRube
BST Insert
|
|
[2 replies] Last: What you suggested in the same errors of not being able to convert Per... (by CubiksRube)
|
by DaviFN
How to (fastly) scan memory?
|
|
[6 replies] Last: Yes, typo (corrected now). Should have been (mbi.Protect&pmask) Tha... (by JLBorges)
|