Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialkarunagrewal
Courses Plus Student 651 Pointsc++ code output to display in a webpage
I have a server client setup program in c++ .Now i want to display the data from the server to the client on a web interface .Can u plz suggest me a way to go about this?
1 Answer
Ricardo Rodriguez
9,758 Pointsgoogle for wt or cppcms
A.J. Kandy
Courses Plus Student 12,422 PointsA.J. Kandy
Courses Plus Student 12,422 PointsWithout giving you the answer, this is going to be a basic part of coding anything that has a web interface, regardless of what language you are using, so I think it's an opportunity to learn how to deconstruct the problem.
Once you learn how to do this, you'll be able to do it for any language, program, front-end/back-end framework, etc.