The Daily C++
@dailycpp
1.83K
subscribers
10
photos
2
files
596
links
The best channel about C++ News!
Every day a lot of news!
Send your project/repo/guide/tutorial to
@dailycppbot
Download Telegram
Join
The Daily C++
1.83K subscribers
The Daily C++
Tags:
#type
#annotation
#cpp
https://stoyannk.wordpress.com/2016/09/11/type-annotation-in-c/
Prog stuff
Type
annotation
in C++
In systems like game engines and our HTML renderer Hummingbird, developers have to work with objects transformed in different coordinate systems. Using one generic type can lead to confusion on wha…