Jump to content

Recommended Posts

Posted (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 by Servant
Posted

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.

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...