Categories
- C++ (3)
- German (3)
- HowTo (4)
- Link (1)
- Microsoft (4)
- Microsoft Student Partners (2)
- Parallel Programming (1)
- Personal (10)
- Productivity (4)
- QuickTip (6)
- Rant (8)
- Thesis (2)
- Uncategorized (18)
because.
Years of C++ still make me uncomfortable when I see double angle brackets like
GenericType1<GenericType2<SomeClass>>
in C# code (or in newer versions of C++ as well) …