

InterviewSolution
Saved Bookmarks
1. |
Solve : How caan I write a real program with NO .NET junk?? |
Answer» How can I write a real program with NO .NET junk? Sure. Write a program in assembly. OK. I am WILLING. But I need an API list for Windows. I have never done GUI in assembly. Was there Once Upon a Time a Visual ASM The only API I know is the standard console stuff. Do I have to buy an SDK THING to program in ASM? Is there a web site that gives info about doing a simple Windows program in ASM? Quote Do I have to buy an SDK thing to program in ASM No Quote Is there a web site that gives info about doing a simple Here's a simple tutorial. With most operating systems you have to download the ASM interpreter(or whatever you call it). Quote I have never done GUI in assembly. If you aiming at GUI's, don't do assembly. AutoIt is easy. It's good for writing PROGRAMS.. It's practically as easy as batch files. However like ASM, you have to download a special interpreter. However ASM, is more POWERFUL that AutoIt. Quote Was there Once Upon a Time a Visual ASM Never was and never will be. Hope that helped! |
|