Hi, everyone!
What is the meaning of __FILE__ and __LINE__ in the following code?
sprintf (s, "_Assert: %s, %d",__FILE__, __LINE__ )
Another question, where is the two variable defined?
Are they compile system variable?
Thanks in advance.
George
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |