Click here to Skip to main content
15,887,350 members
Home / Discussions / C#
   

C#

 
GeneralRe: Preprocessor Directives Pin
Dirso20-Jun-08 15:22
Dirso20-Jun-08 15:22 
GeneralRe: Preprocessor Directives Pin
Pablo Cervio22-Jun-08 13:38
Pablo Cervio22-Jun-08 13:38 
GeneralRe: Preprocessor Directives Pin
Dirso22-Jun-08 16:57
Dirso22-Jun-08 16:57 
GeneralRe: Preprocessor Directives Pin
Pablo Cervio23-Jun-08 4:26
Pablo Cervio23-Jun-08 4:26 
GeneralRe: Preprocessor Directives Pin
Dirso23-Jun-08 9:25
Dirso23-Jun-08 9:25 
AnswerRe: Preprocessor Directives Pin
Luc Pattyn20-Jun-08 16:09
sitebuilderLuc Pattyn20-Jun-08 16:09 
AnswerRe: Preprocessor Directives Pin
Scott Dorman21-Jun-08 0:52
professionalScott Dorman21-Jun-08 0:52 
GeneralRe: Preprocessor Directives Pin
Robert.C.Cartaino21-Jun-08 3:25
Robert.C.Cartaino21-Jun-08 3:25 
This is from the C# Language Specification[^]

The following pre-processing directives are available:
• #define and #undef, which are used to define and undefine, respectively, conditional compilation symbols (§2.5.3).
• #if, #elif, #else, and #endif, which are used to conditionally skip sections of source code (§2.5.4).
• #line, which is used to control line numbers emitted for errors and warnings (§2.5.7).
• #error and #warning, which are used to issue errors and warnings, respectively (§2.5.5).
• #region and #endregion, which are used to explicitly mark sections of source code (§2.5.6).
• #pragma, which is used to specify optional contextual information to the compiler (§2.5.8).

Enjoy,

Robert C. Cartaino
GeneralRe: Preprocessor Directives Pin
Scott Dorman21-Jun-08 3:30
professionalScott Dorman21-Jun-08 3:30 
GeneralRe: Preprocessor Directives Pin
Robert.C.Cartaino21-Jun-08 3:51
Robert.C.Cartaino21-Jun-08 3:51 
GeneralRe: Preprocessor Directives Pin
Scott Dorman21-Jun-08 3:58
professionalScott Dorman21-Jun-08 3:58 
Questionhow to show a jpeg on a picture control in C# Pin
LCI20-Jun-08 10:24
LCI20-Jun-08 10:24 
AnswerRe: how to show a jpeg on a picture control in C# Pin
Spacix One20-Jun-08 10:47
Spacix One20-Jun-08 10:47 
QuestionProblem with Convert.FromBase64String !!! Pin
Mohammad Dayyan20-Jun-08 9:50
Mohammad Dayyan20-Jun-08 9:50 
AnswerRe: Problem with Convert.FromBase64String !!! Pin
Giorgi Dalakishvili20-Jun-08 10:07
mentorGiorgi Dalakishvili20-Jun-08 10:07 
AnswerRe: Problem with Convert.FromBase64String !!! Pin
Spacix One20-Jun-08 10:38
Spacix One20-Jun-08 10:38 
AnswerRe: Problem with Convert.FromBase64String !!! Pin
Mohammad Dayyan20-Jun-08 11:44
Mohammad Dayyan20-Jun-08 11:44 
QuestionVista titlebar custom drawing Pin
Nedim Sabic20-Jun-08 9:37
Nedim Sabic20-Jun-08 9:37 
Question[Message Deleted] Pin
ferronrsmith20-Jun-08 8:10
ferronrsmith20-Jun-08 8:10 
Question[Message Deleted] Pin
ferronrsmith20-Jun-08 8:10
ferronrsmith20-Jun-08 8:10 
AnswerRe: Creating A Web From with database back-end Pin
leppie20-Jun-08 8:13
leppie20-Jun-08 8:13 
QuestionC# and COM and return values. (newby question) Pin
Maximilien20-Jun-08 8:06
Maximilien20-Jun-08 8:06 
AnswerRe: C# and COM and return values. (newby question) Pin
leppie20-Jun-08 8:15
leppie20-Jun-08 8:15 
GeneralRe: C# and COM and return values. (newby question) Pin
Maximilien20-Jun-08 8:36
Maximilien20-Jun-08 8:36 
GeneralRe: C# and COM and return values. (newby question) Pin
Brady Kelly20-Jun-08 8:56
Brady Kelly20-Jun-08 8:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.