Thread: Google and c

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #16
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Angel45
    what is stored in the result_box actually is the result translated split by words per line. It is a little hard to find through reading it but you can find it.
    Uh, if by "find it" you mean find it in the source as inspected using your browser's developers' tool, then you should note that the tool may be displaying the source to correspond to the page as it is rendered. When you actually access the page programmatically, on the other hand, that result text would not be present if it is obtained through AJAX. In fact, I observe that the input is displayed in my browser's address bar in the URL fragment rather than the query string. This hints that there is clientside scripting that takes the fragment for processing since the fragment is not transferred server side.
    Last edited by laserlight; 04-03-2012 at 11:47 PM.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. The end of Google
    By Mario F. in forum General Discussions
    Replies: 34
    Last Post: 09-22-2010, 12:06 AM
  2. Reading Google Sketchup (.skp) or Google Earth (.kmz)
    By Zeeshan in forum Game Programming
    Replies: 9
    Last Post: 03-07-2008, 05:25 PM
  3. google down
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 07-28-2004, 03:11 PM

Tags for this Thread