Hello World Problem

George Antoan 21 Reputation points
2021-03-13T14:23:02.577+00:00

I wrote a simple Hello World program in C++. It built perfectly, however, when I tried to run it I received a an error message. I have included a screenshot of the problem.77467-screenshot-18.png

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,540 questions
{count} votes

1 answer

Sort by: Most helpful
  1. George Antoan 21 Reputation points
    2021-03-13T16:11:38.93+00:00

    Nevermind. I found what I was looking for in the documentatation. The project runs just fine now. Thank you for all your help.

    0 comments No comments