johny10151981: yes i do. I am actually converting it back to a BMP image, but my picture doesnt look good at all, when i compare the hex values of my original picture and the one i create when i convert from hex to BMP, there is this "D0D0" in my converted output picture. i think im not writinhg it correctly: see ...
okay i tried both of your suggestions and neither worked....i think it's because of the witespace that its not working. Can you please look at it again I've tried everything and i keep getting error mesages...here's the 2 i got when i tried your suggestions: -bash-3.00$ g++ grader.cpp grader.cpp: In function `int main()': grader.cpp:41: error: cannot convert `std::string' to `const char*' ...
Hello, I have 10 32 bit words that are on a single line in a file, I need to save each 32 bit word into a string inside c program so that I can manipulate the individual bits. IE inside a txt file i have: deadbeef4c59678cacaface01800040003230040001c67d0137c67d011bc67d012fc67e0125c67d certain parts (that do not lie on 4 bit boundaries) have different meanings that I ...