I would like to collaborate to a C/C++ (preferably C++) free source project to improve my C/C++ skills. But I am completely lost and I do not know where to start.
Could you please guide me? Or recommend me any link or any information where I can start?
what kind of project do you have in mind?
it really depends, because many c++ project use external libraries, for example game programming use directx, opengl, sfml, sdl ...
if you know c++ object oriented programming you could search for some sfml games source code, since sfml isn't that hard(but still recommend looking up some sfml tutorials), and I recommend game programming because those are large projects with many oop techniques and they are really fun to "play" with.
but beware they could be a challenge for someone who is not used with oop
Thank you very much for your response! I do not have any project in mind. I just want to collaborate to any C++ free project to improve my skills, and also because I love programming.
The sfml and game programming sound very interesting for me. I am good at C++, but never programmed anything related with game.
Could you please provide a link to a specific project?