i am new to c++ programming. I am wondering if there is a free or paid source code that I can integrate into a mobile app game that is a forum or message board or community. A community where users can chat and talk to each other while they play the game. Is there a source code already built for this particular purpose.
I don't know if there's any actual working code but you could take a chapter from services like twitch.tv and youtube livestreams, where they have chat on one side of the window and the stream on the other. Just replace the stream with your running game code.
As for making the forum itself, I can think of something like BBcode, although I think that's a little outdated. As for chatting, try using python? Best I can tell you from what I know.
so I need to buy or create a community code to integrate into game. all i need is the code . I know a code exist that is a forum cause iv seen it on other games like Counterstrike global offensive. as far as python. can I have a python source code and a c++ code without to having the completely rewrite the python code so the game works?