ullaskunder3 / Solution-to-graphics.h

My vs code setup for graphics.h ( I know its old, have to learn because of university they use turbo 😱. Vs code is way better 😍)
https://ullaskunder3.github.io/Solution-to-graphics.h/
47 stars 41 forks source link

testFile.exe doesnot do anything #4

Closed chnlmshr closed 3 years ago

chnlmshr commented 3 years ago

Followed all the steps Code was also compiled successfully But it wouldn't run image

And I am using mingw not mingw64 or anything

ullaskunder3 commented 3 years ago

If you are using cmd all you have to do is fileName.exe just the file name and enter If you are using bash use ./fileName.exe

image

Let me know...

chnlmshr commented 3 years ago

If you are using cmd all you have to do is fileName.exe just the file name and enter

Its not working either

ullaskunder3 commented 3 years ago

If you are using cmd all you have to do is fileName.exe just the file name and enter

Its not working either

Can you share the code so I can reproduce the same and also the command you're using to execute...