My Code snapshot

Here’s the code from my version of the game. I made some changes based on how I like to code and my past experience with C++. I thought it would look nice if I used \n to create a newline in-between strings instead of std::endl;. It makes the paragraph blocks easier for me to see when I’m looking at my code.

2 Likes

I agree \n is very nice. But also sometimes std::endl just looks better. Choices choices

1 Like

check this out

Privacy & Terms