Jump to content

Help


Guest claw

Recommended Posts

I would like to ask anyone who would be willing to answer which code is like the type of code in most computers... Ansd is it possiable to manulape that code?

Link to comment
Share on other sites

The code in computers comes from alot of different languages (languages like C, C++, Basic...)You first write a scource code, once that is one you comple it so no one can edit it. So you can change the code with out hacking and decompling it.There are also Open source program you can edit... But most of those are on Linux computers. Windows would be rounded up to 100% closed source if you asked me. Mac (Apple Computers) are also closed source because they now like keeping secrets. Then Unix is a paid version of Linux so they like to keep it Closed Source for the most part... ------On the internet you get and change client side based script but you can't server side based scripts.

Link to comment
Share on other sites

If you are referring to the language that the processor itself communicates the fastest in, then like smiles said, that is assembly. If you are developing for a 286/386/486/pentium-class processor then you will want to look into x86 assembly.

Link to comment
Share on other sites

I don't like Assembly, I perfer binary... come on.01001001 00100000 01101010 01110101 01110011 01110100 00100000 01101100 01101001 01101011 01100101 00100000 01110111 01100001 01110011 01110100 01101001 01101110 01100111 00100000 01111001 01101111 01110101 01110010 00100000 01110100 01101001 01101101 01100101 00101100 00100000 01111001 01101111 01110101 00100000 01100100 01100101 01100011 01101111 01100100 01101001 01101110 01100111 00100000 01110100 01101000 01101001 01110011 00100000 01110111 01100001 01110011 00100000 01110000 01101111 01101001 01101110 01110100 01101100 01100101 01110011 01110011 00100001 00100000 01010101 01101110 01101100 01100101 01110011 01110011 00100000 01111001 01101111 01110101 00100000 01110101 01110011 01100101 01100100 00100000 01000110 01101001 01110010 01100101 01000110 01101111 01111000 00100000 01001100 01100101 01100101 01110100 01001011 01100101 01111001 00100000 01101111 01110010 00100000 01110111 01101000 01100001 01110100 00100000 01101110 01101111 01110100 00101110 00101110 00101110

Link to comment
Share on other sites

He's joking...I hope...if you can program in binary then I too bow down. That would be nuts though!. C/C++ is more than powerful enough for anything you need. There really isn't any reason to program in assembly or binary anymore (that I can think of).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...