-1

I have this project with some time complexity issues and some complex algorithms and using c++ would be a great help in my project. Thank You.

1 Answers1

1

LAMP is originally an acronym for Linux Apache MYSQL PHP, it's not designed to work with c++ by design.

You can still use Apache with a C++ server connected to a database but I'd recommend using a c++ web development framework instead of doing all the work by yourself.

Some know and used frameworks :

If you still want to use Apache and a database without any framework, those links might be useful :

deon cagadoes
  • 582
  • 2
  • 13
pmaldera
  • 157
  • 7