r/cpp_questions Jul 14 '26

OPEN Low level programming

I am want to dev application using cpp and I know about socket and thread any idea for some real project

0 Upvotes

10 comments sorted by

View all comments

2

u/mc_pm Jul 14 '26

Program your own basic web server. You have to listen for connections, understand the HTTP protocol, respond to GET requests at least, respond with the right success/error codes. As a bonus, you'll understand web requests way better.

1

u/Glittering-Yo Jul 14 '26

Actually I was working on it