We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exercise 1.8
Didn't generate error for
std::cout << /* "*/" /* "/*" */;
Instead, terminal shows
/*
Should the first /* and the first / comments out the first " and last / and last / comments out the last " and leave with with "/" in the middle?
The text was updated successfully, but these errors were encountered:
{/"/} " /* " {/"/}; complete expression inside curly braces is commented out so yeah you should get thatoutput
Sorry, something went wrong.
It's not mistake. However, it is incorrect to use this format for comments. I think the author meant it.
No branches or pull requests
Exercise information
Exercise 1.8
Question or Bug
Didn't generate error for
Instead, terminal shows
Should the first /* and the first / comments out the first " and last / and last / comments out the last " and leave with with "/" in the middle?
Your enviroment information
The text was updated successfully, but these errors were encountered: