I've seen you guys posting some class coding and they almost always include a line with the keyword "Namespace." I've tried looking through the help files but returning 500 results is hardly any help.
What does the "Namespace" keyword mean and do?
Printable View
I've seen you guys posting some class coding and they almost always include a line with the keyword "Namespace." I've tried looking through the help files but returning 500 results is hardly any help.
What does the "Namespace" keyword mean and do?
Also, does anyone know how to show line numbers in the IDE?
I THINK namespaces are just for categorizing and grouping your code:rolleyes:
Namespaces
The namespace keyword is used to declare a scope. This namespace scope lets you organize code and gives you a way to create globally-unique types.
ms-help://MS.VSCC/MS.MSDNVS/csref/html/vclrfNamespace.htm
Line Numbers
Tools -> Options -> Text Editor -> All Languages -> General -> Line Numbers
yeah they are cool :-)
got it thanks :)
the line number in the ide is shown on the bottom statusbar when you have a code window open on the right side its small and hard to notice
I suppose Shaw N means the line numbers on every line, not the line number where the cursor is at that moment (statusbar).
Tools -> Options -> Text Editor -> All Languages -> General -> Line Numbers