Author Topic: Binary Application  (Read 1616 times)

0 Members and 1 Guest are viewing this topic.

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Binary Application
« on: 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:
  • Or
  • And
  • Not
  • Xor
how do you use these?
  • <binary number 1> or <Binary number 2>
  • <binary number 1> and <Binary number 2>
  • <binary number 1> xor <Binary number 2>
  • Not <binary number 1>

(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)

(after double click)


Download:Binary Appilcation v1.0
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Binary Application
« Reply #1 on: 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"


Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Binary Application
« Reply #2 on: 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)
« Last Edit: September 19, 2011, 02:26:05 pm by Huntondoom »
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: Binary Application
« Reply #3 on: 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.