All Questions
Tagged with using-directives coding-style
3 questions
1
vote
1
answer
86
views
Should an outer using directive encase an immediately-following inner using directive in curly braces?
I'm getting an exception (which is not being logged either by the catch block in the method where it seems to be happening OR in the global exception handler I've added) after a while loop terminates (...
0
votes
1
answer
319
views
Are all using directives viewed the same way as using namespace std?
I've easily gotten myself into the habit of prefixing standard identifiers with std:: instead of sticking in a using namespace std;. However, I've started getting into C# and I've noticed that it's ...
6
votes
3
answers
860
views
Organizing using directives [duplicate]
I've been using ReSharper for the past months and, advertising aside, I can't see myself coding without it. Since I love living on the bleeding "What the hell just went wrong" edge, I decided to try ...