Search code examples
c++io

Simple Noob C++ Input/Output Question: Code Error


Expected Behavior: Print out "What's your name?" and then ask User for Input. After that, print out "Hello " + Input.

Observed Behavior: Outright Crash, Failed to Build.

Code:

https://gist.github.com/Niki45nk/824c22fa394fad97e4d253fd810a8563


Solution

  • Just Found the Reason for the Errors. Turns out it was just my compiler being wierd.

    Just needed to update it and the project itself, is all.

    Still Thanks for the help though! And Sorry if this was obvious...