Where can i find the Code::Blocks installation directory?
I've been looking for it and im not sure where to put the files..
and does the compiler im using matter?
im using bloodshed dev-c++.. is that fine?
it's not there, a file called codeblocks came in the sfml download, do i just transfer it over?
sorry about all the questions I'm still a little new to this.
No, i didn't i got it off their website, the code blocks file came in the build folder.
i didn't know c::b was a seperate download so i'll get that now, thanks.
hahaha I've spent a while trying to figure out sfml and i'm so lost. i wasn't sure how to include and how to use parts of it, so i'm gonna keep trying to learn more about c++ and come back to it later.
the tutorial went from installing which was fine to a function i didn't really understand much at all, is it really necessary to use sf before everything? same with std, why can't you just use 'use namespace std" at the beginning.
would "use namespace sf" work?
I would just warn that SFML has this object called "sf::String" with a capitol 'S' and THAT could get very annoying very quick if you aren't paying attention.
There's also "intRect" and "floatRect" which are different from "Rect" in the Win32 API and probably more that I'm forgetting about. So maybe hold off on using the sf namespace?