Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
A list of Cs predefined macros (__FILE__, __LINE__, __STDC__...) with description.
http://www.geekpedia.com/tutorial20_Cs-predefined-macros.html
Tutorial Statistics
__FILE__ - a string that holds the path/name of the compiled file; __LINE__ - an integer that holds the number of the current line number; __DATE__ - a string that holds the current system date; More detail...
|
|
|