Hi!I need help in c++ script kindly suggest me the help in c++ script..How to write and what purpose of the c++ script ..thankd
You really should learn to use google it's a great source of information... http://www.cplusplus.com/doc/tutorial/
Try explaining what you are stuck on, your question is just too vague, what excactly are you trying to accomplish?
Thanks for reply me urgently .Basically I want to learn c++ script so i wana make some boot like scraping data from the websites or auto like script etc
To learn what you want to do takes a lot of time to learn and understand how to code. If you are really keen and have time/patience look around on google and familiarize yourself and start small with little projects. Work your way up, there is no such thing as quick learning when it comes to programming. Hope this helps
C++ is not a good option for what your wanting to do unless you have the time to really learn about sockets etc, especially when C# has some great functions all ready built in such as the webclient class, and for the ultimate in easy use the webbrowser class. C++ sucks for networking out of the box, have you considered using another language? I would, Python and PHP's cURL might be a better choice : - )
If you do want to do it in c++ it is going to take more then a tutorial my friend. it takes alot of time to learn this language and someone can't just write the code for you well they can but I doubt they would do it for free. But there is tons of tutorials and sites that will help you learn c++ and I reccoment what another said by lining you to c++
Just search the book C++ For Dummies all in one. The book is good to read and you can learn the basics fast. Just 800 Pages
C++ is not a script. It get compiled to machine language. If you give some details on what you want to do with C++ then other may be able to help.