EvilZone

Programming and Scripting => .NET Framework => : Huntondoom September 19, 2011, 12:05:11 PM

: Binary Application
: Huntondoom September 19, 2011, 12:05:11 PM
Binary Application.
by Huntondoom

Information:
this is a small program I made that can do logic binary stuff,
its calculates in 8 bit, but i want that to change so it can be any bit size

How To Use:
the program knows the following Logic operations:
how do you use these?

(ps: the logic operations have to be in Head capital but don't worry the program takes care of that.)

also:
1.  every line that contains '\\' or '=' since '=' every means that the line has been done.
2.  there is a function called getline(<line number>) this will get the last word of the given line.
3. binary numbers given under 8 character will be sized up to 8 characters

TO START THE PROCESS DOUBLE CLICK THE TEXTBOX

Screenshot:
(for double click)
(http://i52.tinypic.com/9quxc1.png)
(after double click)
(http://i56.tinypic.com/2s7iclx.png)

Download:Binary Appilcation v1.0 (http://upload.evilzone.org/download.php?id=1302778&type=rar)
: Re: Binary Application
: Kulverstukas September 19, 2011, 01:50:28 PM
Can't understand the idea behind this app, like what its useful for :P

Also it gave me an exception when I tried "1 or 2"

(http://i55.tinypic.com/2nm3spk.jpg)
: Re: Binary Application
: Huntondoom September 19, 2011, 02:21:15 PM
its was out of boredom, and only Binary numbers! so only 1,0, but maybe I should make a conversion Option

edit: and to calculate with binary numbers (I'll explain much later)
: Re: Binary Application
: xzid September 20, 2011, 07:19:53 AM
wouldn't anyone using bitwise ops be able to do this in their heads?

check out MS calc.exe's programmer mode, never needed to use it but looks... not bad.