Author: ACMer
Here are the 10 questions to test your C++ advanced topics skills (correct answers are marked in BOLD): You want to use std::map as a lookup table, but you …
The C++ fill is provided in xutility and it allows us to copy a value into a range either vector or array. The std::fill() is defined using template: template<class …
The hostname shows or sets the system’s hostname. The option ‘-I’ or ‘–all-ip-addresses’ list the IP addresses on one single line. -i, --ip-address Display the network address(es) of the …
The C++ method iota (not to be confused with itoa which is to convert integers to string), is defined in header numeric. Its purpose is to compute increasing values …
What are Promises in Javascript? and what are the async/await? If you are using Javascript, these technologies are something that you don’t want to miss. Christmas Tree Code Let’s …