Hello,
I have a text document(ini file). I want to data from the text document to a table in a html document using c++ only, not java script.
It's a http client server communication. When the server feels a button was pressed, he should fill the table.
How can i do it?
thanks,
helios & Tevsky, I get the impression english is not his first language.
I am guessing that Afelheimer wants to load data from a text file and display it on a web browser. For this task, I would suggest PHP or ASP.NET, not c++.
He sounds like he hasn't looked over his options simply because he mentions javascript in context of C++ when the two aren't comparable. Maybe he wants a server-side C++ application?