|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
n00b questionI was reading an old book on cgic (not cgicc) and they overwrite the main routine. Can someone give me a link to the documentation where I would find out if cgicc does the same. My main interest isn’t so much processing HTML forms, but for pulling out the GET data for manipulating applications running on the server and sending back JSON data. (This is intended for use as a maintenance utility for another application written in C, and the GET data will identify which of a couple dozen programs are to be gracefully shutdown, for example.) I really don’t care about any other processing, just the GET data, and I’m pretty sure that wouldn’t be too difficult to do without the overhead of any library, but figured I’d 1) Leave room for growth, 2) not re-invent the wheel. The web page says cgicc “documentation can be found at.” Not “at: http://some.web-address.com.”, just “at.” If someone could just point me towards the documentation, I’ve brought my own reading glasses and have plenty of hot tea. Any insights or experiences are certainly also welcome. _______________________________________________ help-cgicc mailing list help-cgicc@... https://lists.gnu.org/mailman/listinfo/help-cgicc |
|
|
|
|
|
Re: n00b questionI have not tried using Visual Studio with C/C++ since VC 6.
Microsoft seems to be pushing programmers away from native code in favor of CLR. I'm using NetBeans 6.9.1 (I had issues with 7.0 and did not upgrade) and gcc.
I went that route because I needed native code for windows and linux, Qt, and I liked the netbeans IDE. That's just personal preference and my situation. There are lots of other alternatives.
Unfortunately none of them are as good at supporting the programmer as the visual studio IDE.
On Tue, Jun 12, 2012 at 10:06 AM, Boggess, Rod <rboggess@...> wrote:
--- "There's a zombie outbreak! Oh, no, wait a second... It's just a bunch of kids texting." _______________________________________________ help-cgicc mailing list help-cgicc@... https://lists.gnu.org/mailman/listinfo/help-cgicc |
| Free embeddable forum powered by Nabble | Forum Help |