cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
__LINE__
__LINE__
Oct 18, 2017 at 8:37pm
Oct 18, 2017 at 8:37pm UTC
Lucas Fiorini
(70)
Hey guys, I'm trying to understand a code here and this "__LINE__" appeared into a cout. What does that does?
thanks!
Oct 18, 2017 at 8:47pm
Oct 18, 2017 at 8:47pm UTC
AbstractionAnon
(6954)
See Predefined Macro Names section here:
http://www.cplusplus.com/doc/tutorial/preprocessor/
Oct 18, 2017 at 8:51pm
Oct 18, 2017 at 8:51pm UTC
Lucas Fiorini
(70)
Thanks!!
Topic archived. No new replies allowed.