How to convert symbol into byte array ??

Started by
4 comments, last by phresnel 13 years, 5 months ago
How to convert symbol into byte array....

i need to insert those symbols in byte array.
Advertisement
Easy. Here is some pseudo-code:
b : array of bytes : symbolb ::= convertSymbolToByteArray(sym)








For more specialized information, you need to be more specific.

Oh, and, read [0] and [1].

[0]: How to ask questions the smart way
[1]: What have you tried?

actually..i need to add up some symbol in my byte array..
my array consists of colors,,but wat i want o do is..just insteade of coloring i need to insert some symbols like Plus or dot ...
You really need to take a look at the helpful links phresnel posted.
Quote:Original post by Machere
actually..i need to add up some symbol in my byte array..
my array consists of colors,,but wat i want o do is..just insteade of coloring i need to insert some symbols like Plus or dot ...


Okay. Read the articles I linked over.


Then, and only then, read what should be contained in your request-for-help, we are not diviners:

0) What do you want to achieve?
1) What have you tried?
2) Where is the problem?
3) Code.
4) Programming language in use.
5) Your keyboard manufacturer and screen size.

This topic is closed to new replies.

Advertisement