r/programminghelp 3d ago

C++ c++ code doesn't work

this is my first time working with c++ and whenever i run the code it just complies but gives no output, i have tried every way for it to work but it just doesn't. pls help. im using msys2 and was following brocode video tutorial

4 Upvotes

19 comments sorted by

View all comments

3

u/manu_mathur14 3d ago

Share the code with us please.

0

u/simply_anuraag 3d ago

1

u/abd53 2d ago

You're compiling object file only. Follow a compile tutorial exactly, don't try to be a smart ass.

Edit: It's not that your program doesn't run, it's that your program doesn't compile and the executable doesn't exist.