User profile: JLBorges

User info
User name:JLBorges
History
Joined:
Number of posts:13770
Latest posts:

How to obtain the path to OneDrive?
[code]#include <iostream> #include <cstdlib> int main() { // https://en.cppreference.com/w/cpp/...

literal for one day
[tt]using namespace std::literals::chrono_literals;[/tt] [quote]This operator is declared in the na...

make_pair with explicit types
> Wouldn't the reuse of a moved object after line 11, at lines 12 & 15, be considered UB? Or worse? ...

make_pair with explicit types
> not compiling when I explicitly specify the types for make_pair. If we must use explicit specific...

Re-validating an iterator
> [tt]std::remove_if()[/tt] doesn't change the size of the vector But it leaves the 'to-be-erased' ...