The problem is I am left with a file like "main.o" that I have no idea how to use or test to see if it worked. Just because it compiled doesn't mean it will work the way its supposed to.
I just need to know what I'm supposed to do, for example.
"you need to write your code, include all the necessary headers and files, compile it and then...."
basically a very brief step by step until I have a finished product.
If there is a link or somewhere else on the fourms I can learn step by step then that would be great but everything just stops after the "compile the code"
with normal c++ for example I can write the code, click on build (in Geany) and then click execute to view whatever I just made but when I try with SFML I cant view anything after I compile my code.
I know this sounds really stupid but its just something I'm missing and I can't figure out