Y
Hacker News
new
|
ask
|
show
|
jobs
by
lenkite
1104 days ago
Just use `using namespace std;` inside your function and C++ suddenly becomes nice.
1 comments
nurettin
1104 days ago
Using boost or std in a function is much better than doing it in the header for obvious reasons, but still annoying.
link