CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
c14
09-14
Back-end
How to replace #include <optional>
09-12
front end
"error: too many arguments to function" when trying to access vector elements in a functio
09-07
Software design
use std::accumulate to add an array to only a vector slice
09-06
Mobile
Is there any alternative of using union in C , if data type of variable is not specified
09-04
Back-end
how to call member function if it exists, otherwise free function?
09-01
Software engineering
Best practice: [[maybe_unused]] or anonymous argument?
08-31
Mobile
how to call a function through a variable number of parameters
08-31
Enterprise
Elide copy/move when wrapping a function receiving a prvalue
08-26
Enterprise
State of underlying resource when a shared_ptr is created from the raw pointer?
08-25
Net
strange problem in a c program with pointers
08-24
Net
Determining the type of the template parameter method argument
08-20
Net
Implement multi-dimensional std::map with std::tuple and view access
08-18
Software design
Replacing std::bind with lambda with a member function to fill vector of function pointer
08-15
Net
To check if there are any a and b that satisfy the given equation
08-15
Net
Clang-Tidy: Calling a base constructor other than the copy constructor
08-10
Software engineering
Code runs correctly but when written as a function it does not
08-09
OS
Recurrence function to print range of segment
08-01
Mobile
Is there any tools for detecting files and lines that is using c 17 features?
08-01
OS
TaskDialogIndirect randomly fails and makes empty, undrendered window
07-23
Blockchain
Why explicit-ness of std::pair's heterogeneous "move"-constructor changed in C 17?
07-23
Blockchain
Singleton creating in c
07-22
database
Need help using promise and future for the first time in C 14
07-22
Back-end
variables declaration in anonymous namespace and definition in other place
07-19
Software design
Understanding syntax of function parameter: vector<vector<int>> A[]
07-18
front end
How to create map of a map as a key in C like in Java
07-15
Back-end
Macro with a C class
07-12
OS
How to set `sf::Drawable` positions sfml
07-11
Software engineering
How to use multi-threading in C binomial pricing?
07-09
Blockchain
How to get parent folder from path in C
07-06
Mobile
How to avoid multiple if-else statement while reading a file?
07-05
Net
different behaviour for filesystem::path(filePath).filename() between gcc7.3 and gcc9.3
06-29
other
C Child Class Change Parent Class's Constructor
06-29
Software design
How to template on a container type
06-27
front end
How to check if given year, month, day and time format is valid in C ?
06-22
front end
How do I reverse the order of the integers in a `std::integer_sequence<int, 4, -5, 7, -3>`?
06-18
Enterprise
The "sticks" variable cannot be re-assigned to 0 in C 14
06-18
front end
How to get filename from __FILE__ and concat with __LINE__ at compile time
06-17
Enterprise
Template function with multiple parameters of same type
06-13
OS
Getting Segmentation Fault while Inserting Elements in 2d Vector in Microsoft Visual Studio 2019
06-12
Enterprise
What is the best way to create a 'using' declaration involving members of incomplete types
203
1
2
3
4
5
6
Next
Last
Links:
CodePudding