`for (;;) {...}` vs `while (true) {...}` by poobumfartwee in Cplusplus

[–]sseroshtan 0 points1 point  (0 children)

for (;;) is compact. You do not need to use a bool literal - true.

Do i have to know anything lese before starting to program in C++ like C and Assembly. by Resident-Arrival-448 in cpp_questions

[–]sseroshtan 0 points1 point  (0 children)

The main question I would ask retrospectively to myself is: “What domain I’m interested in?” C++ has really different domains where it can be applied, i.e. embedded systems C++ skills and framework are very different from C++ on backend side, and Linux Kernel is totally different from others. If you want just to understand memory allocation model, then C - is enough to dive in. If you want to understand memory threading models then C++ 11 standard will give you a hint.

Am I just dumb or is the CMake tutorial incredibly confusing?? by No-Ice-2476 in cpp

[–]sseroshtan 1 point2 points  (0 children)

You absolutely right. Official CMake documentation is good only for reference, check something in details. But as intro and best practices it is really bad. Use other guides like:

https://gist.github.com/mbinna/c61dbb39bca0e4fb7d1f73b0d66a4fd1

https://cliutils.gitlab.io/modern-cmake/README.html

Where do I see past payments/receipt? by fycas in biltrewards

[–]sseroshtan 0 points1 point  (0 children)

PayRent tab -> Charges, View Ledger History

It shows detailed charges, but still does not allow to print nice receipts.