by domweng
How to check if input is valid, if not reask question.
|
|
[4 replies] Last: > I understand (!cin) but I need to check it for multiple user input v... (by ne555)
|
by a7300235
destruct of container
|
|
[5 replies] Last: The topic is lifetime of an object and storage duration . See https... (by keskiverto)
|
by a7300235
about shared_ptr
|
|
[4 replies] Last: You would usually use std:make_shared: #include <iostream> #include... (by seeplus)
|
Homework help |
|
[2 replies] Last: #include <iostream> #include <cmath> using namespace std; const doub... (by lastchance)
|
by maple
accessibility about conversion from derived class to base class
|
|
[no replies]
|
by Ch1156
How would I calculate attack hit percentage chance?
|
|
[2 replies] Last: Perfect, thank you, I was making it way more complicated than it neede... (by Ch1156)
|
What is the purpose of template <typename T> in this example? |
|
[2 replies] Last: Thanks Niccolo! (by cppnewbie10110)
|
by FORK1
ACCESS attributes to fill MULTIMAP
|
|
[19 replies] Last: no no no how i'm i stupid thank you so much ,it was a pleasure (by FORK1)
|
by maple
confused about move constructor definition in derived class
|
|
[9 replies] Last: Thanks a lot @keskiverto. (by maple)
|
Question |
|
[8 replies] Last: The OP was a ridiculous POS so I deleted his account. :-) (by dutch)
|
by term204
no instance of constructor "Persona::Persona " matches the argument list
|
|
[4 replies] Last: Note: Lines 8-18 could use C++ Standard Library http://www.cplusplus.c... (by keskiverto)
|
by rezy3312
c++ and SQL
|
|
[1 reply] : Here is a link to learn SQL: https://www.w3schools.com/sql/ In orde... (by coder777)
|
comparing an input value with vector won't work, any work around? |
|
[4 replies] Last: Hello possum swallower, Glad that makes sense. Either method will ac... (by Handy Andy)
|
by mirjan
Dice game help
|
|
[12 replies] Last: What changes introduced in C++14 can potentially break a program writt... (by deleted account xyzzy)
|
by Awak3nDreams
Void Functions
|
|
[7 replies] Last: I got it. Thanks guys! (by Awak3nDreams)
|
by rezy3312
Struct access private variables
|
|
[2 replies] Last: #include <iostream> #include <vector> using namespace std; struct S... (by seeplus)
|
by kskyc123
copy constructor, car class
|
|
[1 reply] : > 1) the setDriver method, am I getting input from user? I don't under... (by ne555)
|
by Icebrand
Undefined references -Triangle Comparer (1,2)
|
|
[33 replies] Last: Oh! I thought you just meant " which clang++ ". Ok, I'll try it. And... (by JRManx)
|
by qtbit
Summing bits with <bitset>
|
|
[15 replies] Last: There are a few, but it's rare. Even if you're pulling bits off a data... (by helios)
|
by av16352
Need help reversing a sentence
|
|
[2 replies] Last: Thank you! I completely forgot about that (by av16352)
|