by admin
Welcome to this board!
|
|
[no replies]
|
by PeteDD
Interface Classes and inheritance on top of existing libraries
|
|
[4 replies] Last: Worked great! Here is a TinkerCAD demo of this combination of wrapper... (by PeteDD)
|
by MS35
Additional C++ Help
|
|
[5 replies] Last: Thank you guys! I have an idea on what to do, thanks for the hints. I ... (by MS35)
|
by ynor123
Read file from second line
|
|
[1 reply] : >> leaves the trailing newline that the following getline() obtains as... (by seeplus)
|
by frek
Move constructor/assignment operator
|
|
[4 replies] Last: the move constrcutor is not called! Yes, this is commonly known as "c... (by coder777)
|
by VoB
Explicit instantiation:a minimal example
|
|
[3 replies] Last: It's your post. If you want it deleted, then... just delete it. Nobo... (by MikeyBoy)
|
by frek
Smart pointers proper usage in a simple program
|
|
[6 replies] Last: > Which one should I use for this project and why You should not be u... (by JLBorges)
|
by Mitsuru
Executable (or library) binary file for each running environment
|
|
[3 replies] Last: P.S. I know that some open source software/libraries (e.g. paraview, ... (by Mitsuru)
|
by PeteDD
Constructing class objects using names from an array
|
|
[7 replies] Last: Blindly ignoring the costs of a.) writing code that does nothing; and... (by mbozzi)
|
by mpg
g++ codice.cpp -L dependencies \lib -lpq -o codice
|
|
[1 reply] : What does ls print? ..or dir, if vanilla Windows (by Ganado)
|
by Ocko91
Mega milions
|
|
[4 replies] Last: You've misunderstood the question. He wants to simulate playing the sa... (by dutch)
|
by Fresh Coder
IF Statement
|
|
[1 reply] : and what part of this requirement don't you understand/am having diffi... (by seeplus)
|
by daytooner
access non static member function
|
|
[9 replies] Last: The problem is about associating data (pointers) with type information... (by mbozzi)
|
by frek
std::string or std::string_view
|
|
[7 replies] Last: > So for anything that's using an std::string_view we must pay enough ... (by JLBorges)
|
by gwbots
Steam Proton (Linux) and Reverse Engineering Question (General + Noobish)
|
|
[1 reply] : you can just try it but it may not work at all, depending on what it d... (by jonnin)
|
by fjl
Parametric Polymorphism and References
|
|
[3 replies] Last: > Do you, perchance, have chapter and verse on it? The gory details a... (by JLBorges)
|
by frek
Range-based for on std::vector
|
|
[2 replies] Last: Thank you for your answer. (by frek)
|
by frek
Copy assignment definition for a user-defined type
|
|
[7 replies] Last: > if we defined the operator the following way what would be the probl... (by JLBorges)
|
by frek
Code review
|
|
[16 replies] Last: Guys, the issue about that if statement is arguably easy! My bad! ln-... (by frek)
|
by JamieAl
Printf '%e' expects type 'double' but argument 2 has type 'double *'
|
|
[3 replies] Last: The fftw_complex type holds a complex number as a 2-element array of d... (by dutch)
|