Ok i really need help , im a beginner at c++ in college and learning the basics
Im using the right types of code on Visual C++ but every time i place a message in " cout << "My girl got a new car"; " my output says saying "Hello World!" and it's really pissing me off. how can i change my output????
Try adding the file to project again. If it shows 'Hello World', it means it hasn't detected your .cpp file and hence cannot read your code, that's why it is showing the ancient 'Hello World' message. Try re-adding it and then compile and run.