Viewing profile — therealdtscode
therealdtscode
HN member- Joined
- Wed, Apr 01, 2015, 11:13 AM UTC
- HN karma
- 22
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About therealdtscode
No profile information was provided.
Recent public activity
-
comment
Comment #9673945
I wouldn't really say they are optional. The two do different things. (int) foo (or (int)(foo)) is a c-style cast. int(foo) isn't a cast. Instead it invokes the int constructor wit…
- story