• 0 Posts
  • 5 Comments
Joined 1Y ago
cake
Cake day: Jun 29, 2023

help-circle
rss

Not an expert on Java world, and I think that’s a hard question to answer definitively. Generally, I do perceive .NET/c# as slowly growing and Java as slowly shrinking.


Good question. I didn’t know about decltype. I guess they are slightly different in that decltype will also produce a type reference. Typeof just produces the type, even if you call on a reference.


gcc has typeof, which is pretty neat.