Csharp/CSharp Tutorial/Preprocessing Directives/line — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 12:17, 26 мая 2010
line default
- The #line directive sets the line number and filename.
- #line is primarily used for debugging and special applications.
- The number and the name are used when outputing errors or warnings.
The general form for #line is
#line number "filename"