User profile: Ganado

User info
User name:Ganado
Bio:0, 0, 1, 0, 0, 1, 2, 2, 3, 2, 2, 1, 0, 0, 1, 0, ...
Statistical data
Occupation:Programmer
Skills:C++
C#
Python
C#/.NET
History
Joined:
Number of posts:6865
Latest posts:

Declaring an initializer class list with classes that are circular dependent
Yes, if a class contains a reference to something else as a data member/field, that reference [b]nee...

Declaring an initializer class list with classes that are circular dependent
Here is one solution, which has a class that then depends on a resource by reference (which is a sha...

Declaring an initializer class list with classes that are circular dependent
First issue, class 'shared' contains a 'class_A'. class_A contains a shared. You have an "infinite r...

sorting an integer array
+1 for learncpp.com semsemdiver, now you have me curious, what do you mean by "x+1 didn't work here...

sorting an integer array
> shall i proceed with both in parallel or stick with one language only? Certainly having in-depth ...