Project

Does anyone know what is the best approach to getting involved in a c++ project?
websites to reference; projects that can get students noticed and of that sort. Also can anyone reccomend groups/meet ups to join ?
github or sourceforge I would assume.
there is the c++.com repo on github (the current project is chess++ i believe). knowing what skills you have/looking to hone would make it easier to list projects. for example, networking, os design, compiler design, guis, widgets
I am looking to start on GUI part of c++ I made a tic tac toe program the text version so what woudl you recommend for me to make a visual game anything exept Qt.
how do I join in on the c++.com repo you suggested Bobby Tables
just fork it
Fork, make changes, submit PR, and we'll either accept it, or deny it and tell you what changes to make. Don't be offended if it doesn't make it first try.

Read the contributing guide first for style issues.
Topic archived. No new replies allowed.