In C++, I want to make a simple project that has a vector, and a user types in something to that vector, and that value gets stored in the vector, but I need to use the replit database, and the only languages that are mentioned to work in the replit blog is Python, Node.js, and Go, I don’t see C++
1 Like
it doesn’t exist since it’s quite complicated to implement. I’d say for python it’s about 1k lines of code and in c++ since there are no easy package imports, it’ll be quite a large project since you’d have a lot of mem used up from curl
5 Likes