by kirby3422
Classes
|
|
[15 replies] Last: I appreciate all the help you guys have given. I've never seen that ct... (by kirby3422)
|
by DoodleDoo
Comma delimited fields to a map.
|
|
[10 replies] Last: further details here if you're interested: http://en.cppreference.com/... (by gunnerfunner)
|
by teopeishen
function problem
|
|
[5 replies] Last: Thnx . you are right. lf not f. (by teopeishen)
|
Derived objects in base class containers |
|
[2 replies] Last: Your container holds pointers, so the size discussion is not relevant ... (by Cubbi)
|
by tjb
Accessing array in loop
|
|
[6 replies] Last: Sure: class OpenCV_Func { public: static void AutocropCany(cv:... (by tjb)
|
by jvardam
alphabetical order and object orienting
|
|
[2 replies] Last: 8:9: error: 'std::string Entry::name' is private 25:29: error: withi... (by wildblue)
|
by lucad93
How to draw a shape into an internal form Qt
|
|
[no replies]
|
by keinrich
Calculator shut down
|
|
[6 replies] Last: @keinrich Tip: If you used std::cin or std::getline() one or ... (by boost lexical cast)
|
by Boidoh
Overloading Operators
|
|
[2 replies] Last: I think you know how the arithmetic of fractions is implemented. But, ... (by boost lexical cast)
|
by jogimar14
COUNT OF PRIME NUMBERS
|
|
[1 reply] : #include <iostream> #include <cmath> int main(int /* argc */, char*... (by boost lexical cast)
|
by HWWilliams
Planning on making my own version of DOS
|
|
[1 reply] : Go for it. Its a more complex OS than you think, though. You have to... (by jonnin)
|
Need a faster (more efficient) program |
|
[18 replies] Last: Sorry about that. Ive done it with my own, but never standard headers... (by jonnin)
|
by shycas2008
Send The User Back
|
|
[1 reply] : #include <iostream> int main() { bool fQuit {false}; while... (by gunnerfunner)
|
by adurante95
Question with linear sort, bubble sort, and selection
|
|
[1 reply] : Given it's homework I suppose you have no option but to maintain separ... (by gunnerfunner)
|
by garrows
Question about classes
|
|
[2 replies] Last: Also: Prefer double rather than float. The latter looses precision ... (by TheIdeasMan)
|
by Devynao
Code won't write to file.
|
|
[3 replies] Last: void createList () { std::cout << "Enter a file Name, Example - ... (by JLBorges)
|
by DimaMog
Converting a function to an operator
|
|
[2 replies] Last: updated the operator + overload to support concatenation: #include <... (by gunnerfunner)
|
by ExSanity
Send to one of multiple clients Winsock
|
|
[no replies]
|