i was thinking if it was possible to separately write programs and then use it in a single program
my idea was to make a program for storing profiles and another program for game logic,..
and then combine it ( or use it ) into a single program
Profile.cpp --------- bridge.cpp-------------game.cpp
where bridge will be used to access (and display )both the cpps