does anyone know to do program like peteranswers??

Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Oct 2009
Posts: 72
Reputation: samsons17 is an unknown quantity at this point 
Solved Threads: 1
samsons17 samsons17 is offline Offline
Junior Poster in Training

does anyone know to do program like peteranswers??

 
0
  #1
Nov 6th, 2009
does anyone know how to do the program that are more or less like peteranswers??

This is the website which has been using to trick people...
http://www.peteranswers.com/

and this is the secret :
http://chriswondra.com/2007/02/21/pe...rs-the-secret/

i'm just wondering if i'm capable to do just a simple program that is similar like this?
and how to do this if i could?

thank you 4 answering...
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 3,844
Reputation: VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute 
Solved Threads: 503
Featured Poster
VernonDozier VernonDozier is offline Offline
Senior Poster
 
0
  #2
Nov 6th, 2009
Originally Posted by samsons17 View Post
does anyone know how to do the program that are more or less like peteranswers??

This is the website which has been using to trick people...
http://www.peteranswers.com/

and this is the secret :
http://chriswondra.com/2007/02/21/pe...rs-the-secret/

i'm just wondering if i'm capable to do just a simple program that is similar like this?
and how to do this if i could?

thank you 4 answering...

Not very difficult. It's far harder to pull off the trick as the person typing in the question.

But you're in the wrong forum. It's definitely not C++. Go to "View Page Source" and you'll see that it's in Javascript and hence you'll see the full source code, or at least the full source code minus any imported scripts. It's been a while since I've played with Javascript, but since it's client-side, you can download the whole page and turn off your internet connection and successfully run it locally on your machine, so you have the full source code, so you can pick it apart. If you have questions, ask in the JavaScript section.

You could certainly also write this as a non-web-based application in C++.
Reply With Quote Quick reply to this message  
Reply

Message:




Views: 265 | Replies: 1
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC