Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Preprocessor Directives « Language Basics « C# / C Sharp
C# / C Sharp
Language Basics
Preprocessor Directives
1.
line number
2.
precompile marco: define, undef, elif, endif
3.
#undef Marco
4.
Use marco to define flag variable
5.
Demonstrates the use of a conditional method
6.
#define, #if, and #endif preprocessor directives
7.
#undef, #elif, and #else preprocessor directives
8.
Demonstrate #if, #endif, and #define
9.
Use a symbol expression
10.
Demonstrate #else
11.
Demonstrate #elif
12.
Preprocessor 2