Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to convert string to a binary
Name: Paul Date: February 22, 2002 at 13:45:29 Pacific
Comment:
I need to convert a string to binary in C++. I will prompt the user for input of a string. For example if he enters "Hello". What i need to do convert that string to binary form. I need that binary to perform a crc-16 check on the binary. i have done that part, i just need to convert a string to binary. Help please
Summary: Where I'm not understanding you is that you say you want to convert things to PDF without the pdfwriter, but then you say you want to install the pdfwriter printer everywhere...If you want to install ...
Summary: If you want to convert a char array into an int, you could use the atoi() function. { int x; char number[] = "12345"; x = atoi(number); } Then x is an integer equal to 12345. ...
Summary: hi, i'v just started learning perl and have a project which requires mysql in the backend. To start with i need to display all the rows of a table (select* from table) in an html page and the scripti...