User profile: Putler

User info
User name:Putler
History
Joined:
Number of posts:10
Latest posts:

Compound assignment
Sorry, I might have used the wrong word (equivalent) to describe my problem. I should have asked thi...

Compound assignment
These expressions can't be equivalent if one expression does more work than the other one. Still can...

Compound assignment
[quote]When we use the compound assignment, the left-hand operand is evaluated only once. If we use ...

size_t vs size_type and ptrdiff_t vs difference_type
Are there any differences between these types?

C++ and Android
I need some guidance on how to make Android apps using C++. When I opened up Android Studio (IDE), I...