See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

19 used & new from $39.80

Have one to sell? Sell yours here
 
 
CGI: Internet Programming in C++ and C
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

CGI: Internet Programming in C++ and C (Paperback)

by Mark Felton (Author)
3.5 out of 5 stars See all reviews (10 customer reviews)


Available from these sellers.


7 new from $58.66 12 used from $39.80

Customers Who Bought This Item Also Bought

CGI Programming in C and Perl

CGI Programming in C and Perl

by Thomas Boutell
3.8 out of 5 stars (15)  $27.57
C Programming: A Modern Approach, 2nd Edition

C Programming: A Modern Approach, 2nd Edition

by K. N. King
4.6 out of 5 stars (48)  $84.73
Your UNIX: The Ultimate Guide

Your UNIX: The Ultimate Guide

by Sumitabha Das
4.5 out of 5 stars (13)  $87.62
Professional IIS 7

Professional IIS 7

by Ken Schaefer
4.7 out of 5 stars (3)  $31.49
Classic Shell Scripting

Classic Shell Scripting

by Arnold Robbins
4.6 out of 5 stars (10)  $23.07
Explore similar items

Editorial Reviews

Product Description
Shows how to program the cgi-bin with C++ and C for more powerful connectivity to the Internet. This book provides methods to link the power of compiled languages into Internet interfaces. CGI programs are the only way to obtain advanced server side capabilities and by using C++ and C, real computer control from the Internet can be achieved. Shows how to link existing C++ and C code to HTML Gui Internet capabilities. For C++ and C programmers working with CGI Internet programming.

From the Publisher
Shows how to program the cgi-bin with C++ and C for more powerful connectivity to the internet. This book provides methods to link the power of compiled languages into Internet interfaces.

See all Editorial Reviews

Product Details

  • Paperback: 514 pages
  • Publisher: Prentice Hall; 1st edition (March 28, 1997)
  • Language: English
  • ISBN-10: 0137123582
  • ISBN-13: 978-0137123582
  • Product Dimensions: 9.2 x 6.9 x 0.8 inches
  • Shipping Weight: 1.7 pounds
  • Average Customer Review: 3.5 out of 5 stars See all reviews (10 customer reviews)
  • Amazon.com Sales Rank: #905,630 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #17 in  Books > Computers & Internet > Programming > Languages & Tools > CGI Programming

Look Inside This Book

What Do Customers Ultimately Buy After Viewing This Item?

CGI: Internet Programming in C++ and C
73% buy the item featured on this page:
CGI: Internet Programming in C++ and C 3.5 out of 5 stars (10)
CGI Programming in C and Perl
27% buy
CGI Programming in C and Perl 3.8 out of 5 stars (15)
$27.57

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

10 Reviews
5 star:
 (3)
4 star:
 (2)
3 star:
 (2)
2 star:
 (3)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.5 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
14 of 15 people found the following review helpful:
5.0 out of 5 stars It's very good, considering the situation, November 9, 1999
By A Customer
Actually, this book is a 4 as it could be better written. However! Having considered the fact that there really isn't another book on CGI with C, I give it a 5, just to stress that there is more than one way in which a book may be valuable.

The book is helpful if you want to learn how C/C++ fits into writing CGI ends to http requests. It is significantly better than to hack through HOWTO or MAN-style papers, believe me. A word about some of the criticisms below. There are some errors--that is true. However, all C++-related criticism is hogwash. This book is not about C++, but about CGI proggies, that tend to be rather simple. Also, the idea that writing template- and rtti-less C++ code is somehow 'outdated' or 'inferior' is pretty silly and can only come from someone who isn't very sure about C++ himself. Again, the stress is on CGI, if you want a book about large-scale C++ design and development, look elswhere. CGI thingies aren't distributed portfolio management systems. One, in my opinion, real weakness of this book is its price. I'd say, 24.95 would be about right. I woudln't be surprised if it were from Wiley, but from PH it's a bit on the wild side.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
9 of 9 people found the following review helpful:
5.0 out of 5 stars Until the better one come out, this is one of the best, June 24, 2000
By Rawitat Pulam (University of Tsukuba, Japan) - See all my reviews
I am one of C++ programmers who had been writting C++ codes for years. Recently, I have to write web programming (called CGI programs), and I don't want to learn a new language like Perl or Tcl... So, I wondered around everywhere finding any book that could give me any idea about how to write CGI programs in C/C++, and luckily, I found this book.

While not perfect (from my experience with over 20 C++ books, none is perfect), this book does what it should. Although a lot of codes won't compile without some modification (compiler depends... I compiled them using g++ on IRIX platform, check yours). Anyway, I found it challenging to find bugs in his code, since that helped my understanding of several things (but without bugs is better anyway :-).

Apart from that problems, there are also other drawback points. The most important one is, the author's e-mail address! I was trying to send some mails to ask him some question. However, it seems that the address is wrong.. (although I checked that in the book's homepage!). Well, if anyone know his correct e-mail address, would you please send me that information?

However, I do agree with some reviewers about the price of this book. It should be much cheaper, when consider about the size of the book, and (it is paperback cover..). Anyway, since books for CGI programming in C/C++ are rare, it might be considerable fine....

And why I still gave this book 5 stars? Well, as I said, from my opinion this is one of the best for CGI programming "without" Perl & Tcl book. At least until the better one come out.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 6 people found the following review helpful:
4.0 out of 5 stars Talk about an eye opener!, September 25, 1998
By A Customer
This book was well thought out in its presentation of concepts and applications. A definite approach to object programming by the author was great and becomes useful for anyone writing serious CGI programs (not just a visitor's form).

In general compiled C++ programs easily out perform scripting languages. Too bad there isn't more books like this one on this topic. To anyone with some knowledge of C++ or C interested in CGI; this book will be a serious eye opener to the capabilities in a real programming language.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars Need a tip that the book doesn't help with.
If you've bought the book and using winnt/2000(VStudio), it may help to know that standard cin will timeout. Try this concept.
#include <iostream. Read more
Published on May 16, 2001 by murray@mtc.biglobe.ne.jp

4.0 out of 5 stars Covers the fundamentals of CGI with C/C++ well...
...but, for one thing, for the price, this book should come with a CD with all the code...it's a huge pain to type all that is given. Read more
Published on January 26, 2000 by mrbleepy

2.0 out of 5 stars Not what I would call a good book!
I can't believe I wasted $50.00 on this book.

I don't know if the author assumes that if your reading a tutorial on CGI that you have a good deal of knowledge on CGI and it's... Read more

Published on June 17, 1999

2.0 out of 5 stars The only one in its class, but...
Interesting that this is the only book besides the Boutell book that discusses C/C++ programming specifically for CGI. Read more
Published on August 21, 1998 by nick@imationstudio.com

2.0 out of 5 stars Good overview of C++ classes, explanation needs work.
The author goes to a great deal of trouble to create usable (?) code for C++ classes. However, if understanding CGI's in a compiled language is your goal, it won't be fulfilled... Read more
Published on July 5, 1998

5.0 out of 5 stars An excellent book on CGI for C/C++ programmers!
A clear, complete, and technically substantial introduction to CGI for C/C++ programmers. One of BEST written programming books I've ever read! Read more
Published on February 24, 1998

3.0 out of 5 stars It's an o.k. book, some errors in the book
One of the biggest disappointments today in computer books are their inability to write functioning code. Read more
Published on August 17, 1997 by James Moliere

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]


Active discussions in related forums
   
Related forums


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Smooth Operator

Shop for garage door openers

Find garage door products (opener kits, remotes, mini-key-chain controls, and wireless-key entry systems) in the Hardware Store. Opening the garage door shouldn’t be a chore.

Shop all garage door hardware

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Dive into Summer Reading

Summer Reading for Kids and Teens
Don't even think about hitting the beach without browsing the books in our Summer Reading Store. Discover bestsellers, paperback picks, beach reads, and more terrific titles all summer long.
 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates