by admin
Welcome -- read before posting!
|
|
[2 replies] Last: How To Answer Questions in a Helpful Way Be gentle. Problem-relat... (by admin)
|
by Zolaboony
Console Closing Down (1,2,3,4,5,6,7)
|
|
[120 replies] Last: It displayed "Hello world" after you pressed Enter. int c is a ... (by Duthomhas)
|
by Pen72
Maze
|
|
[18 replies] Last: @ElusiveTau, I presume it was one of the more advanced testing sites l... (by lastchance)
|
by Geckoo
Play a wav data
|
|
[9 replies] Last: That link to libsndfile is a bit outdated, here's a link with newer li... (by George P)
|
by bydrachen
Pushing Back Class Objects to a Vector
|
|
[9 replies] Last: > With std::unique_ptr , there can be only one! Ensuring that there ... (by JLBorges)
|
by agirideep
Call to Overloaded Function is Ambiguous?
|
|
[2 replies] Last: The code you posted seems to give: In function 'int main()': 132:27:... (by keskiverto)
|
by Knockadoon
How to select number format when writing to file
|
|
[8 replies] Last: I can print it to the terminal screen this way: printf("UO_Slope %e\... (by thmm)
|
by protoseepp
Smaller c++ questions
|
|
[8 replies] Last: This article may be of interest: https://www.fluentcpp.com/2017/08/15... (by seeplus)
|
what does this small line of code mean? |
|
[2 replies] Last: The "long" from of the very same code would be: std::stringstream tem... (by JLBorges)
|
by LeoManechest
Coin Flip Script
|
|
[14 replies] Last: If you throw a coin 10 million times the probability of getting exact... (by lastchance)
|
by jNc
get columns quantity for each row of array
|
|
[16 replies] Last: You could just have a regular 2D array with a maximal number of availa... (by Duthomhas)
|
by keskiverto
Can you create an instance of a class using a variable?
|
|
[no replies]
|
by bydrachen
Creating Class Objects and Pushing Back to a Vector
|
|
[4 replies] Last: For JLBorges, thanks for your kind suggestions. I still don't know abo... (by bydrachen)
|
by jaffe15
Is it normal that smart pointers can't solve a problem?
|
|
[4 replies] Last: A better question might be: "Is it normal that pointers can't solve a ... (by George P)
|
by copypasta
Character/ASCII - Question
|
|
[4 replies] Last: as a side note, char is already a 1 byte int. cout is 'smart' and pr... (by jonnin)
|
by bydrachen
A beginner's class and assignment. May a little bit help?
|
|
[3 replies] Last: Thanks for your kind suggestions jonnin and seeplus. I tried to apply ... (by bydrachen)
|
Writing a function |
|
[2 replies] Last: thanks , So I was kinda on the right track at the beginning (by blackpanther35)
|
NumDays Class |
|
[4 replies] Last: The pre-inc/dec operators are still not as expected by convention. pre... (by seeplus)
|
by BigNibs
issue with a loop and maybe sentinel?
|
|
[11 replies] Last: It's easier if you make input as a function: #include <iostream> i... (by seeplus)
|
by kingsy
Newbie - Tips needed
|
|
[4 replies] Last: Thank you seeplus. That was really insightfuil. (by kingsy)
|