0
Can c++ only develop a social media app
3 Respuestas
+ 1
I am not sure if it is impossible# but it would be extremly unpractical. Facebook, Google, Snapchat - all of.tjese are made in a few languages, because if you connect them together in the right way, you will have much easier job and you can achieve better performance.
Truth is, that C++ is often the main language in such applications, but it is never alone.
+ 1
Jan Štěch together with JAVA PHP and ERLANG prolly
0
Creating a social network app using only C can be quite complex, as C is a low-level language and lacks many built-in features for web or mobile app development. Typically, developers use higher-level languages and frameworks that streamline building social media functionalities. If you want a detailed guide on how to create a social network app, this resource might be helpful: https://www.cleveroad.com/blog/how-to-make-a-social-media-app/