Servant Posted January 10, 2014 Posted January 10, 2014 (edited) I think there's only a little difference when you create a GUI program with AutoIt from developing a GUI program by writing it in C++, mostly, if you're including cURL in your project.. Because sometimes, I feel that I can write my AutoIt script in C++ programming language. But of course, using AutoIt language is much easier (artificially).. Any thoughts (in detail) about it? And about their differences? Edited January 10, 2014 by Servant http://developingsites.blogspot.com
Richard Robertson Posted January 10, 2014 Posted January 10, 2014 C++ requires a lot more work to set up a basic UI. You have to create your window class, register it, create a window with this new class, and listen to the window messages. These messages range anywhere from mouse and keyboard to invisible events caused by the OS. AutoIt hides pretty much all of the difficult parts.
JohnOne Posted January 12, 2014 Posted January 12, 2014 Is creating a GUI program with AutoIt quite the same as developing it in C++ Absolutely not. Although there are some third party libraries which can make it easier in C++. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
FrankwazHere Posted January 26, 2014 Posted January 26, 2014 take a lookie here, its pretty straight forward.. '?do=embed' frameborder='0' data-embedContent>> ;Frank.
cageman Posted January 28, 2014 Posted January 28, 2014 For C++ i would recommend looking at the QT framework, which gives a lot of options.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now