Recent content by amb00

  1. A

    My Experiences... The ups and Downs... of building an EMPIRE! (building an IM agency!!)T

    I am new in the world of somewhat I.M. "New" as in, I have a bunch of ideas that I want to implement but I don't yet have the time (all the work I will do it myself - computer engineer - ). I will eventually implement them b/c I am curios how far I can go. You will never be able to hire an...
  2. A

    Glorified form-filler ; what languages to look at?

    For Java AOT will not work in all cases and also, the code will be slower then JIT compiled (in both cases b/c a lot of information is present only at runtime). But with JIT, after decompile, you will read purely java source code. He should write in what it saves time and if scared, just get a...
  3. A

    C++??

    There is a saying that if you want to learn C++ and you know C then you must forget C. This is an important advice to prevent writing "procedural-OOP" code, but I still think it's a terrible one. The most important thing with C++ is to learn Object Oriented Programming because for this reason...
  4. A

    Glorified form-filler ; what languages to look at?

    If you are considering C++ then web-based app are not an option (there is a framework to develop component based but it is overkill to do it in C++). If you don't want somebody to look into your code then your only option is compiled languages and in this case, C++ with WinForms (drag and drop...
Back
Top