Warning C4530: C++ exception handler used error

Hello I am hoping to get some help with correcting this error that I revieved while compiling the " Hello, world" section. I was able to produce the hello world string in the exe but I would like to correct the handling issue im having early on before it becomes a issue. thanks for your feed back

I think the instructor does address this when he first compiles the program.
Just add /EHsc at the end when you compile the program as the warning tells you and it won’t appear.

I found where this is included in the course material it was further down past quiz one. thank you for taking the time to respond to me :slight_smile:

1 Like

Cheers, have fun learning!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.