by Wagari
Using different forms of the cin function.
|
|
[3 replies] Last: http://www.cplusplus.com/reference/istream/istream/get/ The delimiting... (by ne555)
|
vector::operator[] |
|
[1 reply] : does not add elements, it merely accesses elements that already exis... (by Disch)
|
by shaLL
Redirected to atomicity.h when trying to compile
|
|
[5 replies] Last: Atomicity was never in the code to begin with. This is the code: I ha... (by shaLL)
|
by mighty asker
Finding the occurrences of each letter in a string
|
|
[1 reply] : Counting would be a better title for your post. I posted something sim... (by kevinkjt2000)
|
by nasser
Inverse string
|
|
[no replies]
|
by Stremik
isdigit and char string
|
|
[3 replies] Last: Never mind. static_cast did it. Thanks goes to John Harrison at http:/... (by Stremik)
|
Initializing array...whats wrong with it. |
|
[5 replies] Last: I was trying to make a binary to decimal converter. I only need it to ... (by jackelinblack)
|
by dark ninjuh
instead of multiple bools?
|
|
[7 replies] Last: [quote=JLBorges]Aesthetically, NOTHING == 0 is pleasing. More import... (by booradley60)
|
warning C4805 and error C2181 |
|
[11 replies] Last: [quote=AbstractionAnon]You have not corrected any of the errors I've p... (by AbstractionAnon)
|
How to Limit Words in DictationGrammar() Object |
|
[no replies]
|
Totally impossible |
|
[16 replies] Last: @MiiniPaa thank you, surely that makes sense , am correcting that now ... (by closed account SECMoG1T)
|
by Dolichan
vector erase iterator outside of range
|
|
[2 replies] Last: Ohh ok. Thank you :D (by Dolichan)
|
by narue1992
Linked List Errors: :basic_string<char, std::char_traits<char>, std::allocator<char> >]
|
|
[4 replies] Last: From the error message, it appears you are calling addList and trying ... (by tipaye)
|
by wildchild
5 values in one line
|
|
[5 replies] Last: The std::endl is more than just endline: http://www.cplusplus.com/refe... (by keskiverto)
|
GCD |
|
[5 replies] Last: gcd(0,a) = a (wikipedia) int gcd(int a, int b){ if(a==0) return b;... (by anup30)
|
by alex067
Shuffle deck
|
|
[1 reply] : #include <iostream> #include <random> #include <algorithm> #include <... (by JLBorges)
|
Explanation plz! |
|
[3 replies] Last: Thanks Disch! It was clear and detailed (: (by Knightrider29)
|
by joecookjc
Vector output from a selection
|
|
[2 replies] Last: Thank you so much OxBADC0DE, you gave me a little laugh also. I ended... (by joecookjc)
|
by rsukhija
vector input
|
|
[1 reply] : Quick answer - You should probably take some time off to read about it... (by OxBADC0DE)
|
by Gohmer
Help with Remainder Program
|
|
[1 reply] : Nevermind I fixed it, I didn't notice I had the quo=num1/num2 in my re... (by Gohmer)
|