24

Update to my CGI library for C++:

i've finally written the docs, everything seems to run stable!

if anybody is crazy enough to try it out and leave some feedback, I take everything!

:D

https://github.com/Wittmaxi/webcpp

Comments
  • 1
    I see that you're working with right values in your example, but you rarely/never used move constructors in your code, is there a reason for that?

    Apart from that the concept is cool :)
  • 0
    @7Raiden why would I need move constructors here?
  • 1
    Because you're using right values all the times! I mean, it's probably gonna be optimized by the compiler, but if there's no need of having references here and there you will be able to write it only with move constructors!
  • 1
    @7Raiden i don't see where you are getting at. How about make a pr on my repo?
  • 2
    @gnulinuxer4fun Yeah sure why not, later in the week I'll do that :)
  • 0
    @7Raiden thanks a lot!!
Add Comment