C Sharp: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) |
Brian Wilson (talk | contribs) |
||
Line 4: | Line 4: | ||
== Preprocessor Directives == | == Preprocessor Directives == | ||
#if DEBUG | |||
http://codeidol.com/csharp/essential-csharp/Operators-and-Control-Flow/Csharp-Preprocessor-Directives/ | |||
#endif | |||
=== When would I ever use a Struct? | == What about things in square brackets == | ||
That I can't type in a wiki, like "bracket CommandLine bracket" | |||
== When would I ever use a Struct? == | |||
Read the official documentation [http://msdn.microsoft.com/en-us/library/ms173109.aspx?ppud=4 here.] | Read the official documentation [http://msdn.microsoft.com/en-us/library/ms173109.aspx?ppud=4 here.] | ||
== How can I get traction using command line builds with C#? == |
Revision as of 19:15, 23 May 2012
I wanted this page to be called C# but apparently mediawiki did not approve. Oh well. Maybe I will put all things beginning with the letter 'c' here.
Preprocessor Directives
- if DEBUG
- endif
What about things in square brackets
That I can't type in a wiki, like "bracket CommandLine bracket"
When would I ever use a Struct?
Read the official documentation here.