by grider67
Radius of a circle
|
|
[2 replies] Last: thanks (by grider67)
|
by cnmthmd
c++ type erasure
|
|
[3 replies] Last: Typically, the solution would be to introduce straightforward run-time... (by mbozzi)
|
by grider67
Area and perimeter of a retangle
|
|
[2 replies] Last: Thanks for the help (by grider67)
|
by t009
Why use while(true)?
|
|
[6 replies] Last: Ok I understand now. I just didn't understand. I saw that a return in... (by t009)
|
by grider67
Circumference, area, radius of a circle
|
|
[1 reply] : yes. looks like int main() { ... double radius = 5.0; ... (by jonnin)
|
by One Pea
Finding 2 Largest Numbers in Array
|
|
[6 replies] Last: OK, split them in pairs as you are doing (or would be once you fix you... (by lastchance)
|
by soccer53
Help with creating hotel bill
|
|
[3 replies] Last: If I were to do it I'd use the Boost Date_Time libraries https://www.b... (by closed account E0p9LyTq)
|
by H00G0
Question on the limits include. What does this statement mean?
|
|
[5 replies] Last: Thanks a lot to you two! This made things much cleared even if it wasn... (by H00G0)
|
by Drauka
Codeblocks global compiler settings
|
|
[3 replies] Last: @Drauka, One thing to understand about the tutorial here at cplusplus... (by closed account E0p9LyTq)
|
by ETH11674
reconstruct a vector to user defined class
|
|
[5 replies] Last: > compare the moments how to find the mean(first moment) and variance(... (by ETH11674)
|
by Trezkez
c - displaying X made out of 1s with a matrix
|
|
[10 replies] Last: Ah, I completely missed the odd-width cases, but the bitwise-or'ing is... (by lastchance)
|
by jamos
Saving Game Function
|
|
[7 replies] Last: How does the save function actually get triggered That's up to you. ... (by tpb)
|
by Tsplinter
Hi. New to C++ and using youtube tutorials
|
|
[16 replies] Last: there are tutorials right here at cplusplus, not updated to C++14/17: ... (by closed account E0p9LyTq)
|
by lkordich
Printing prime numbers between 3 and user input
|
|
[3 replies] Last: Thank you for the input. I managed to get it done by using a code I fo... (by lkordich)
|
by smaeder
Help needed regarding class files
|
|
[11 replies] Last: Thank everyone who helped with this very much. I had tried some of th... (by smaeder)
|
by kik1116
C++ Store Object to index from an Array
|
|
[8 replies] Last: 1) Please use code tags when posting code, to make it readable. 2) ... (by MikeyBoy)
|
by gdz98
Jumping into C++ cha 17 number 4 (binary trees and checking)
|
|
[2 replies] Last: no it isn't sorry.... I wrote and "sorting" but that was from another ... (by gdz98)
|
by gdz98
Jumping into C++ cha 17 number 3 (binary tree and checking balance)
|
|
[7 replies] Last: You're welcome - glad I could help! (by MikeyBoy)
|
by gdz98
Jumping into C++ cha 17 number 2 (binary tree and counting nodes)
|
|
[3 replies] Last: oh. it crashes becase if (!tree) { node* new_tree = ne... (by jonnin)
|
by CGunn86
Counting/returning number of files in a folder?
|
|
[4 replies] Last: you can ask the OS via 'system' calls using ls or dir (unix, windows) ... (by jonnin)
|