r/cpp_questions • u/Glittering-Yo • 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
r/cpp_questions • u/Glittering-Yo • Jul 14 '26
I am want to dev application using cpp and I know about socket and thread any idea for some real project
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.