SirDarknight1200 Posted August 8, 2013 Share Posted August 8, 2013 Autoit : Easy to learn BASIC-like syntax Easy to make Windows Applications (GUI) Very helpful Recommended for beginners C : One of the most popular language Low Level Language Support High level features Good for console applications Modular Programming Hard for beginners C++ : An updated version of C Good for Console Applications Not suitable for GUI Advanced type of syntax Many features Not recommended for beginners C# (C Sharp) : C# is a simple ,modern,object oriented language derived from C++ and Java Good for both Windows Apps and Console Apps The classes and data types are common to all of the .NET languages C# includes native support for the COM and windows based applications. Easy to beginners Java : Object Oriented Looks familiar to existing programmers: related to C and C++: No Pointers Not so hard Java does automatic garbage collection, which prevents memory leaks Link to comment Share on other sites More sharing options...
Richard Robertson Posted August 8, 2013 Share Posted August 8, 2013 (edited) C# (and .Net in general) have a better garbage collector than Java. And what's with that "not good for GUI" on C++? What do you think the bulk of Windows programs are written in? Edited August 8, 2013 by Richard Robertson Link to comment Share on other sites More sharing options...
water Posted August 8, 2013 Share Posted August 8, 2013 And what do you mean by the AutoIt attribute "Very helpful"? I would add: "Long list of automation UDFs" to AutoIt. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
monoceres Posted August 8, 2013 Share Posted August 8, 2013 C# (and .Net in general) have a better garbage collector than Java. What is a better garbage collector? Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted August 8, 2013 Moderators Share Posted August 8, 2013 "C++ Not suitable for GUI" - remember, opinions are like buttholes, everyone has one and usually they stink "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
jchd Posted August 8, 2013 Share Posted August 8, 2013 "High level features" for C is questionable. BTW almost all items are questionable! monoceres 1 This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
monoceres Posted August 8, 2013 Share Posted August 8, 2013 "C++ Not suitable for GUI" - remember, opinions are like buttholes, everyone has one and usually they stink Yup, and to counter argue I can say that I have worked with the QT framework which makes GUI in C++ non more horrible than in any other language. Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
James Posted August 8, 2013 Share Posted August 8, 2013 Copy and pasta? Notice the font changes. Looks like he's just picked up a load of points from each language... Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
jaberwacky Posted August 8, 2013 Share Posted August 8, 2013 Automatic garbage collection. I thought it was automatically automatic. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
DatMCEyeBall Posted August 8, 2013 Share Posted August 8, 2013 What do you mean by "Not recmmended for beginners" under C++ - It's the first language I ever learned and I didn't find it hard at all. "Just be fred, all we gotta do, just be fred." -Vocaliod "That is a Hadouken. A KAMEHAMEHA would have taken him 13 days and 54 episodes to form." - Roden Hoxha @tabhooked Clock made of cursors ♣ Desktop Widgets ♣ Water Simulation Link to comment Share on other sites More sharing options...
Shaggi Posted August 8, 2013 Share Posted August 8, 2013 Sorry, but that list is useless. Also, this: "High level features" for C is questionable. BTW almost all items are questionable! And what is the point of this? Ever wanted to call functions in another process? ProcessCall UDFConsole stuff: Console UDFC Preprocessor for AutoIt OMG Link to comment Share on other sites More sharing options...
AZJIO Posted August 9, 2013 Share Posted August 9, 2013 What do you mean by "Not recmmended for beginners" under C++ - It's the first language I ever learned and I didn't find it hard at all. I would like to learn, but there is no forum where as quickly and fully answer a question. My other projects or all Link to comment Share on other sites More sharing options...
TheSaint Posted August 10, 2013 Share Posted August 10, 2013 Well I guess. One man's opinion, is another man's garbage collection. Make sure brain is in gear before opening mouth! Remember, what is not said, can be just as important as what is said. Spoiler What is the Secret Key? Life is like a Donut If I put effort into communication, I expect you to read properly & fully, or just not comment. Ignoring those who try to divert conversation with irrelevancies. If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it. I'm only big and bad, to those who have an over-active imagination. I may have the Artistic Liesense to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage) Link to comment Share on other sites More sharing options...
Richard Robertson Posted August 11, 2013 Share Posted August 11, 2013 What is a better garbage collector? More stable RAM (no goofy spikes) and lower CPU usage. Link to comment Share on other sites More sharing options...
cageman Posted August 11, 2013 Share Posted August 11, 2013 For C++ you can for example use the QT framework, which helps you build a decent GUI quite fast. In that case you are bound to using QT classes, but the QT containers can be used within STL algorithms for example. Link to comment Share on other sites More sharing options...
shaadisan Posted August 22, 2013 Share Posted August 22, 2013 Many language are available for making website. C, C++, Html, Java, Php and many more languages. Link to comment Share on other sites More sharing options...
James Posted August 22, 2013 Share Posted August 22, 2013 www.learnxinyminutes.com contains a load of short guides for languages. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing 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