Answer» how can I do a program with notepad? these characters that appears in notepad are weird... Is it complicated or SIMPLE to do a program?
ps: in my latest topics, What i wrote was weird, right? Because, normally, I talk FRENCH.It is complicated. Always. Vous avez des fichiers EXE ouvrir direct?
---
You've been opening EXE Files directly with Notepad?
Also: No doubt what I wrote was weird there, because normally I use english
This is actually a common mistake; the executable files are the result of compiling the source code into it; we... well, at any rate, I.... couldn't change the contents of a executable file in a text editor to change the behaviour of a program any more then you COULD.
However, you can write Scripts using notepad, these are easier to understand. A Scripting language included with Windows is VBScript; one that is included with PRACTICALLY all Linux distributions is Python (and it's also downloadable for windows).
There are tutorials for both of these all over the web. I cannot recommend one personally, but for VBScript this looks reasonably accurate. For Python you can refer to this.
Of additional benefit, while there are no doubt resources for VBScript online in French, the Python page has it right here. If you are really interested in learning it's no doubt easier when it's in your "normal" language/mother tongue .You can write programs in many compiled languages in Notepad. For example FreeBasic.
can i do programs with RESOURCES HACKER? Quote from: maxum on March 25, 2011, 12:18:40 PM can i do programs with RESOURCES HACKER?
Why don't you say clearly what it is you want to do? I want to do a program that opens any kind of files.Quote from: maxum on March 25, 2011, 01:25:24 PMI want to do a program that opens any kind of files.
Well, good luck! Quote from: maxum on March 25, 2011, 01:25:24 PMI want to do a program that opens any kind of files.
Easier if you limit you work to Linux. Microsoft does not want you to see what they have.QuoteThe bästard disassembler is a disassembler for linux/unix platforms. The bästard disassembler is a disassembler written for x86 ELF targets on Linux. Other file formats/CPUs can be 'plugged in'. It has a command-line interface and is meant to be USED as a backend or engine. SUPPORT for controlling the disassembler via pipes is provided. Note that this disassembler does not rely on libopcodes to do its disassembly. Rather, the 'libi386' plugin is a standard .so that can be reused by other projects. ... The bästard disassembler 0.17 Quote from: Salmon Trout on March 25, 2011, 11:52:24 AMYou can write programs in many compiled languages in Notepad. For example FreeBasic.
You write the source code in notepad. The program is the compiled result.Quote from: BC_Programmer on March 25, 2011, 02:35:07 PMYou write the source code in notepad. The program is the compiled result.
Indeed.
|