User profile: Winsu

User info
User name:Winsu
History
Joined:
Number of posts:285
Latest posts:

Friendship
Ok, thanks, If val was private that function wouldn't have access then, wasn't it?

Friendship
I have a question, A function declared as a friend of a derived class has acces to the data memb...

I can't understand the wording
I get what you mean ne555...It's working at 100% of performance... [code] #include <iostream> #inclu...

I can't understand the wording
I have found the code for C++, it deduces the result with and operator...but I don't know how it doe...

I can't understand the wording
This is an optimal solution...but in python [code] def solution(A, B): limit = max(A) ...