Running Seems Wrong | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Running Seems Wrong

So I’m following this app all the way through, figured out spacing, but every time I run another step I see the location of my file above the int main () area. I was unaware this was supposed to show in the runner itself. Am I doing anything wrong? Do I need some other application?

8th Feb 2018, 2:34 PM
Caffeine Fox
Caffeine Fox - avatar
2 Answers
+ 2
What do you mean by above the int main()? In the code or before it executes in the output?
8th Feb 2018, 4:22 PM
Jacob Pembleton
Jacob Pembleton - avatar
0
I have CodeBlocks open, and my first lines look like this: #include <iostream> using namespace std; int main () { Cout << “Hello world!”; Return 0; } When I press build and run, I can see in the pop up window exactly where my files are found on my computer, then Hello world! Process return 0. And etc... why is the location of my file showing instead of just Hello world!
8th Feb 2018, 4:29 PM
Caffeine Fox
Caffeine Fox - avatar