First of all, English isn't my native language, so expect some grammer errors.
I wanted to develop a chat program, but I don't want a simple one, I want to make a chat program like so:
FEATURES:
* Server is admin
* Client picks a username
* admin can see the client's username, change it, kick him, view his IP, ban him
* Database (MAYBE)
* client can send messages and recive messages from the server.
OBVIOUSLY it's going to be very hard to develop, and it's aiming to the stars,
I don't know if i want to do it with the Windows API, or with SDL.
Anyhow i'll need to learn them both somehow.
What do you guys recommend?
What network guide/SDL guide/Windows API Guide do you recommend?
I'm alone on this project. ;_;
Please don't send messages like "Don't do it" or "It's impossible" or "are you insane?"
You should definitely use SFML for networking. Its fast simple and easy to implement. I have used it for the same purpose you want to use it for. If you need any further assistance then don't hesitate to contact me.
There are books available on SFML although they were of no use to me. I used the tutorials and the API documentations and a little bit of practice. And sure I would love to guide you through it.
I have problems setting up sfml.
Can you help?
I use VS 2015
my include library is directed to the include in SFML folder
my lib library is directed to the lib in SFML folder