I want to know how the structure of C++ program resembles to a client server architecture?

Recommended Answers

All 2 Replies

If I understand your question correctly:
You could say that the .cpp code is part of a client request (or the message) that is sent to the compiler (acting as the server) and the return from that "server" is the object code or an error.

Is that what you're looking for?

Yes like this.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.