I'm not scared of learning it, I was just saying that that wasn't the language I was used to which is why I found it complicated. There's nothing wrong with me learning it.
Regards, Damien -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Ward Sent: 12 June 2006 18:20 To: Gamers Discussion list Subject: Re: [Audyssey] AutoIt in game development was Re: Rail Racer mouse Hi, Damien. I hate to be the barer of bad news but most programming languages uses an object oriented design mottle. There are very good reasons to adopt object oriented design and why it has wide usage throughout the ITT comunity at large. I don't believe this list is the proper place to discuss structured programming verses object oriented programming, but C++, Java, C-Sharp, etc are examples of object oriented languages. Some more so than others. Java was the first full oop language, and newer languages such as C-Sharp are largely mottled after Java oop design, and even some of the key words, classes, etc in the .net framework are the same or similar to Java. X-Sight Interactive wrote: > Well autoit is a programming language in its own sense in autoit3, you > can define functions, call user-defined and internal functions, create > objects from com, call any dll function, etc. I'm not really a good > mathematician, but I try where possible. Like I said previously, it > was the compilation system I wasn't keen on. I only used it because > that's what I knew from right off - so I waited to get confident with > that so I could start getting more advanced and complicated. > After autoit though I do find vb quite complex as it's all > object-oriented which can get rather compicated, so I've taken up c++ > and am going to try c sharp on the recommendations of Thomas Ward. > > Regards, > > Damien Sadler, > > X-Sight Interactive > _______________________________________________ Gamers mailing list .. [email protected] To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make any subscription changes via the web. _______________________________________________ Gamers mailing list .. [email protected] To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make any subscription changes via the web.
