Jump to content

Recommended Posts

Posted

I like AutoIt !

A Friend keeps telling me to change to C# for MultiThreat.

I don't really care atm.

But i checked out some features of C#.

And it made me think that their have some similarities.

Being a noob it made me wonder why, since AutoIt is programmed in C++

Posted

From the help file ...

AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.

BASIC-like ...

not C-like.

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Posted

Multi threading multi schmeming. Back in my day we had so many kilobytes of free memory and a blinking cursor. Use AutoIt as a springboard to other languages but you shouldn't abandon AutoIt to focus solely on one language.

Posted

AutoIt is great for what it's meant for. I've been learning C# and Objective-C - OOP is completely different compared to the "basic-like" scripting of AutoIt.

My learning is pretty hindered in the other languages because I find more use for AutoIt in the work place. So i've been messing around with the XNA kit and working on games in my spare time.

Posted (edited)

C# has its features. Especially if you like creating forms in a designer. But if you want to get into the nitty gritty why not take the plunge and learn C/C++ ?? There are free compilers for just about every platform. Especially now they are adding all kinds of language features to C++ so that you can program as sloppy as you want. Just create a Lamba expression to suck in all the variables in the vacinity to produce unreadable code!! heh heh

It is a guilty pleasure though. And speaking of threading, the new C++ has cooperative threading just by using a few language constructs. You don't have to do _beginthread() anymore for many things.

Edited by MilesAhead

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...