Login
Discover
Waves
Decks
Plus
Login
Signup
oddman621
@oddman621
25
Followers
77
Following
6
Resource Credits
Available
Used
Created
2018-01-19 15:59
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
oddman621
life
2018-05-14 10:53
I was very lazy...
I will not be lazy from now...
$ 0.000
1
2
oddman621
math
2018-03-30 13:32
Vector, Matrix
The height of mountain of Baek-Du is 2770m. It can also be 2.77km. It is depending on the unit you want to use. The fact is, whatever you use 2770 or 2.77, both means Baek-Du's height, whatever you
$ 0.000
1
oddman621
coding
2018-02-17 02:48
[C++17] Inline Variable
Pattern inline auto var = [value]; Description C++ consist a lot of source files. They are compiled, linked into single binary file. When linking, it occurs error when you defined some symbols multiple
$ 0.000
1
oddman621
coding
2018-01-30 12:24
[C++17] Reduce Compile Time with constexpr-if
Pattern if constexpr(condition){ /* do something */ } else ifconstexpr(condition){ /* do something */ } Description constexpr-if looks very similar to if-else. The difference is that constexpr-if's condition
$ 0.000
3
1
oddman621
coding
2018-01-24 06:39
[C++17]Limiting Variable Scopes to if and switch
Pattern if(auto var(...); condition) /* do something */; switch(auto var(...); var) {/* do something */} Description When we want to find a key in std::map, we have to make iterator to store result of
$ 0.000
3
1
oddman621
it
2018-01-23 05:21
[C++17] Structed Binding
Pattern auto [var1, var2, ...] = <pair, tuple, struct, or array expression>; Descripton Before C++15, when we have to get some values from certain struct, we have to make struct instance and get
$ 0.000
4
oddman621
introduceyourself
2018-01-23 05:02
Hello.
I will post something about programming what I learned. I'm not a pro, not even English speaker. My writing quality would be poor. But I will try my best.
$ 0.072
6
4