by actyon20
I am trying to learn C++ and a foreign language
|
|
[10 replies] Last: Yes it help me a lot. Slowly I am organizing my knowledge. I made prog... (by actyon20)
|
by rhamm5798
Card Games
|
|
[2 replies] Last: What is the point of the card class? Is it complex enough to justify... (by jonnin)
|
by selectlol
Help with 2D array sorting
|
|
[4 replies] Last: Lets pretend that you could write the aux=a ; a =a ; a =aux; as... (by keskiverto)
|
by SplashFreeze
Getline and CSV file
|
|
[4 replies] Last: OK. Thank you so much. I did not know it was that easy! I guess I shou... (by SplashFreeze)
|
by axn9
Rotation Matrix
|
|
[5 replies] Last: If you put it in ONE file (rather than several) it would be possible t... (by lastchance)
|
by HaileyDee
Pre-compiled headers
|
|
[5 replies] Last: I'm for using pre-compiled headers for headers that are required to be... (by JLBorges)
|
Sorting prime function in ascending order |
|
[12 replies] Last: If b evaluates to true for any even value of c other than 2 then ther... (by lastchance)
|
by cash
using functions
|
|
[2 replies] Last: Surely this code has appeared before? @cash, your determination of sm... (by lastchance)
|
by worldwaker
Super Big Tic-Tac-Toe
|
|
[4 replies] Last: By the way all suggestions above are suggesting you to learn C++ progr... (by Grime)
|
by Monzaku
How to send an email?
|
|
[10 replies] Last: > I am using Linux. Debian, Ubuntu, Redhat, Suse, Gentoo ............... (by salem c)
|
by Horror
While loop (Converting Letters to Number in A Telephone Number)
|
|
[7 replies] Last: Mixing methods to get data from the input stream (std::cin >> and std:... (by closed account E0p9LyTq)
|
by dbarclay100
Input file is not opening
|
|
[8 replies] Last: Hello dbarclay100, PLEASE ALWAYS USE CODE TAGS (the <> formatting b... (by Handy Andy)
|
by johnb2012
char* check not evaluating. Morse to Text Prob. Please helplem
|
|
[4 replies] Last: Here's an idea: char morseToChar(const char *m) { if (!m || !*m... (by dutch)
|
by coyoteazul
string::npos doesn't match find
|
|
[5 replies] Last: +1 (by Duthomhas)
|
by wirelesskill
Classes
|
|
[7 replies] Last: You don't need a ternary operator to return the result of a boolean op... (by lastchance)
|
Triangle centroid |
|
[2 replies] Last: Hello Yuripetrocchi, To go along with what salem c has said. "double... (by Handy Andy)
|
by Toasthat
How to access derived class members from virtual base class object?
|
|
[2 replies] Last: You need a better understanding of pointers. bag daptr(pass); daptr... (by dhayden)
|
by Cheddar99
"not declared in this scope"
|
|
[4 replies] Last: Thank you too, Andy. (by Cheddar99)
|
Finding the Index/position of Min and Max |
|
[3 replies] Last: It's usually more flexible to return an index (or an iterator) instead... (by dhayden)
|
by stoneJax
Pointers
|
|
[14 replies] Last: I think you still don't quite have it. Starting at step 14: // 14. ... (by dhayden)
|