Replies: 1 comment
-
This is indeed a bit weird, but here is what it is - it's just zsh telling you that there is no caret return symbol at the end of your program. See this answer for a bit more detail: https://unix.stackexchange.com/a/167600 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed a behaviour which struck me as weird while experimenting with cout. If the line is not ended explicitly at the last cout statement, it prints an extra modulo character by default. Why is that? Is there some form of overflow going on? This does not happen while using other print formats like printf and puts. Did I miss something about this in one of the earlier videos?
For reference, I was playing around with this code when I noticed it.
Beta Was this translation helpful? Give feedback.
All reactions