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 Bengbers
Namespace std not recognized in public API.h for shared library
|
|
[18 replies] Last: double free or corruption You could be trying to free memory after... (by seeplus)
|
by Jonathan100
Segmentation fault (core dumped)
|
|
[6 replies] Last: Thanks folks, the error was due to a buffer overflow of char array I ... (by Jonathan100)
|
by zzzhhh
It is known that we can't initialize rvalue reference with lvalue, but why can function name?
|
|
[5 replies] Last: And the standard you cited is two floors above: "http://eel.is/c++dra... (by mbozzi)
|
by zzzhhh
Why is const gone in the return type?
|
|
[5 replies] Last: @Peter87: Thank you for referring me to the relevant Standard. I think... (by zzzhhh)
|
by bkelly13
Convert binary to base 58
|
|
[10 replies] Last: I get the same result on those 2 sites (dcode only accepts decimal inp... (by DizzyDon)
|
by Ch1156
Best way to modify a variable in a class (1,2,3,4)
|
|
[63 replies] Last: I suggest you look into OOP class design using UML etc. This will give... (by seeplus)
|
by learner999
Finding minimum element of a tuple on the basis of first element
|
|
[5 replies] Last: I have a tuple like this : data=[ ( 23, a, 3.78, d), ( 11, x, 5.8, w)... (by seeplus)
|
by zzzhhh
Which ctor of std::unique_ptr is used, when there is a user-defined deleter which is a function?
|
|
[1 reply] : The code calls constructor 3 or 4. When the cppreference page writes ... (by Peter87)
|
by Brian845
txt file to vector giving wrong values
|
|
[11 replies] Last: There's a good (and free) set of C++ tutorials and lessons available o... (by George PlusPlus)
|
by zzzhhh
Why can't assign an overloaded function to std::function?
|
|
[1 reply] : There is a constructor template and a class template in play here, and... (by mbozzi)
|
by SubZeroWins
C++ Questions (1,2,3,...,10,11,12,13)
|
|
[246 replies] Last: I agree with the search fiasco and the current state, but it does leav... (by SubZeroWins)
|
by Ch1156
When to use const class member variables? (1,2)
|
|
[21 replies] Last: Ok, so its perfectly ok to use static const, and to make it non copyab... (by Ch1156)
|
by Jonathan100
lest shift an u8 array
|
|
[2 replies] Last: what you had is probably close. remember that c++ starts at zero. th... (by jonnin)
|
by hassan236
const keyword in function declaration
|
|
[2 replies] Last: thanks buddy (by hassan236)
|
by PhysicsIsFun
size_t implicit conversion
|
|
[17 replies] Last: I swear I’m getting senile. I'm getting there first. :|... (by George PlusPlus)
|
by CodeChaser
operator const char* return (1,2)
|
|
[39 replies] Last: If I were to start using command-line compilation I would probably go ... (by George PlusPlus)
|
by nvthielen
ASM code and C++
|
|
[3 replies] Last: OP is clearly not messing with programming on modern systems. Hints: ... (by Duthomhas)
|
by BigNibs
Looking for tutor for OOP class
|
|
[3 replies] Last: I can help you out with what I know currently. Tag me if you are inter... (by CodeChaser)
|