+ 3
Doubt/Question in SFML and graphics.h libraries (I am so confused)
If you want to setup the graphics.h lib we want to just set up once and we don't want to repeat that process But if we want to setup the SFML lib we want to set up that in each project (if you learn graphics.h first and then learn SFML it will be weird) My questions is... 1. Why this two is different in setup? 2. Can we setup SFML once?
8 Answers
+ 3
1. <graphics.h>Â is not a standard header. Most commonly it refers to the header for Borland's turbo C++. which is a 16-bit complier and they haven't updated it since 1995! it's better to put it at rest.
2. yep, but you need to link them to the files in every project.
+ 1
Please define that I am so confused đ„șđ„ș
+ 1
1. Ohh ok
2. I know that but my question is, can I do that once like graphics.h so we don't want to link them in every project ( are you know how we set up the this graphics.h lib? đ
)
And I also I want to be a game developer too (I saw your profile-description)âșïž
Can I know your age?đ
0
2. since I've never used it. so idk.
"And I also I want to be a game developer too (I saw your profile-description)âșïž"
ok.
"Can I know your age?đ
"
what you're gonna do about it?
0
I can mention "bro" if your age is greater than međ
đ
0
2. Ohh then you can't understand my question đ
0
Ok bro I am using MinGW compiler.. đ
0
I get somewhat answer for my questions..