¡@

Home 

c++ Programming Glossary: cgi

How to maintain sessions with C++ code?

http://stackoverflow.com/questions/1005242/how-to-maintain-sessions-with-c-code

some extra libraries for not so common tasks such as C CGI development . You can either build the library yourself to support..

Best C/C++ Libraries for maintaining session state in CGI application?

http://stackoverflow.com/questions/1021112/best-c-c-libraries-for-maintaining-session-state-in-cgi-application

C C Libraries for maintaining session state in CGI application I have heard of Boost and ACE as two of the well.. which could help me maintain session state for a C based CGI web application. c c share improve this question When you're.. webserver or use it with any webserver that supports FastCGI. Also I'd recommend it over Boost.CGI as it seems to be maintained..

Any good C/C++ web toolkit?

http://stackoverflow.com/questions/1252201/any-good-c-c-web-toolkit

of libraries and resources concerning web developement. CGI Apache The purpose of my application is to populate some data..

Change Calculator returning only the change amount

http://stackoverflow.com/questions/18645834/change-calculator-returning-only-the-change-amount

based program which can easily be converted to an internet CGI program at some future date prompts the user to input 2 numbers...

How to get Shared Object in Shared Memory

http://stackoverflow.com/questions/2131397/how-to-get-shared-object-in-shared-memory

as .so file. Independently it cooperates with external CGI modules using a chunk of shared memory where almost all of its.. read it and modify it where applicable. The problem is the CGI modules require a lot of the permanent config data from the.. into Shared Memory and make it directly available to the CGI. The problem is how dlopen and dlsym don't provide any facilities..

Which C++ Library for CGI Programming?

http://stackoverflow.com/questions/316200/which-c-library-for-cgi-programming

C Library for CGI Programming I'm looking at doing some work for fun in a compiled.. php. Basically I'd like to see what other people use for C CGI programming. Including backend database like mysql or something..

Debugging embedded Lua

http://stackoverflow.com/questions/780448/debugging-embedded-lua

of what you need as it was built to allow for debugging CGI scripts written in Lua. It does require access to the LuaSocket..