Sunday, August 2, 2009

What is a good program to bring up C++ Script for anything?

Ok well i play an on-line game and recently some hackers decided to mess around with the C++ prompt in the Game Launcher so now we get an error saying something about Buffer Runtime Error or something to that extent i forget but i would like to change the buffer to my likes and make sure it doesn't do that to me and crash the game. Plus i would like to do a little work and play around with something new so i figured it would be cool to see this script and what all it does to the programs. Thank You Very Much

What is a good program to bring up C++ Script for anything?
I have just used Java and Visual Basic .NET and the 2005 version. But it seems to me that a language like C++ will need some kind of interpreter to convert the code into a web language so the browser will know how to handle that code.





Java script is an exception because browsers build in support for this language because it is a small language and it just fell into the category as a web language.





I have never heard of C++ being a web language. Even ASP code isn't for web pages, but when ASP code gets converted by the ASP engine (interpreter) then it can be displayed into a web language.





So I don't think you will be able to get someone script that is being displayed on a web page, because that script has already been executed and displayed in the browser as html code.


No comments:

Post a Comment