Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/12/2012 in all areas

  1. Melba23

    GUI Closing too earlt

    MattX, I am with BrewManNH on this one - that is such a basic question that you do not deserve to be given the answer on a plate. Think of the old saying: "Give a man a fish, you feed him for a day; give a man a net and you feed him forever". We try to be net makers and repairers, not fishmongers. Try reading this page of the Help file to see what you should be doing to trap the closure event. M23
    1 point
  2. jvanegmond

    c,c++,c#

    Mandatory VB is bad: VB is bad.
    1 point
  3. Mat

    c,c++,c#

    Difference between the languages: Best way to answer this is to tell you the similarities.... They all use {} for blocks and ; to end lines of code. That is pretty much what belonging to the C family means, you use those characters and have a vaguely similar syntax to C. In terms of which to use, what do you want to code? User interface applications on windows only: C# (which doesn't have any other names as far as I am aware). General coding: C++ time-critical, realtime or non-PC programming: C Of course you could use C for general programming, you can use C for windows UI programs as well. Those are just general guidelines for where those languages excel. Learn all three? Not really necessary, but you can if you want. Just make sure you learn them properly and don't try to apply C principles to C++ code and vice versa. Each language has a different way to approach problems that you need to consider, or else you'll learn bad habits, which is not constructive learning. In terms of learning them, from experience C# has the shortest learning curve. Get visual studio, and you could be making windows applications in an afternoon. Spend a bit of time learning how to use the documentation on msdn effectively and you'll be able to write full programs within a week or two. C++ takes the longest (in my opinion anyway) as it is a far more complex language than C, however, it is far more powerful. C is easy if you understand computing at a low level. Books are recommended for all, but not as necessary for C# as the visual studio is brilliant and .NET is very well documented. Books mean you get taught the basics properly. Teach yourself from online sources and you get all sorts of opinions and stuff that mean you code badly, or not idiomatically for that language. Books also mean you don't get lost, as there is only one reference point. Non-english books should be available for all three. The best books will probably have translations I guess. There is a thread at the top of developer chat on C(++) books and sites. In conclusion: Pick one based on requirements, get a good book, get a good ide, program lots then post it on some forum with some old timers who will gladly tell you how crap your code is (because it will be to begin with). And we were all noobs at some point. Just remember to accidentally delete old projects every now and then so you don't have to remember just how bad you were.
    1 point
  4. I have a first language beta release. How easy it will be to implement these specs is not clear to me yet. Some of the work on the interpreter is done, but I have other commitments to attend to, so progress in that area may be slow. Anyway voo has kind of arrived. voo_specs.zip
    1 point
  5. martin

    Chr(#) to COM8 ?

    Yes, you can easily deal with what you have shown using my udf. There's a link in my signature.
    1 point
  6. eignxing

    autoit icon file

    I wasn't sure where else to post this. Original design by weaponx. Thanks weaponx. icon.ico
    1 point
×
×
  • Create New...