> Online tutorial : line
Showing posts with label line. Show all posts
Showing posts with label line. Show all posts

#line


#line (directive)
Causes the compiler to think that the line number of the next source line is
given by <constant>, and the current input file is given by <identifier>.

 Syntax: 

#line <constant> [ <identifier> ]

If <identifier> is missing, the current file name remains unchanged.

 Example:

  #line 55 main.cpp;