Summary: 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...
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...
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 pdfw...
Summary: Phillip devised a pretty good method in VB. Have a look here. It shouldnt be to difficult to convert it to C++ http://computing.net/programming/wwwb...
Summary: Hi everyone I'm not sure this is the right place to ask, but I need to know how to view the different letters in hex value. Does anyone know how to co...
Summary: how to convert a string of characters in to binary in C programming? eg: user enter a string of 1-5 characters. and the programm should convert each c...
Summary: I need to write a function in C++ to convert a decimal integer to an eight-bit two’s complement binary number. Use binNum[0] to store the most si...
Summary: hello there.... i kinda need your help in my project in IT12. It's about programming of converting specific menus. Here is the actual problem. please ...
Summary: I know only how to convert to PDF file by using Gsview application. - Use gsview program to open .prn file - Select file->convert, and select pdfwrite...
Summary: Hi I'm stuck can you give me some idea how to do it. 1) Ask the user for the path and name of a BMP file. (2) Open the BMP file and read the first 6 ...
Summary: Hi everyone. I find hard time converting numbers to binary,octal,hexadecimal. Here's what I have done. Kindly help me with this. #include<conio.h> ...
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 (s...
Summary: Code one- Appreciate the help, but not sure that you understand how text is parsed in this forum...What you suggest works in some of the popular forum...
Summary: converting binary to decimal numbers that is all I need i think i did 2 much ---------------- #include #include #include //convert the string to nu...
Summary: could any body tell me how to convert the java class file into an exe file so that the program i made can run on any system with just click. if so kin...
Summary: ///Simple console application to convert decimal value to binary value ///When I try to debug, it doesn't run; can anybody help out. I'm using ///C# 2...
Summary: Hi there I need to know how to read and write the disk sectors for a disk in win32 with c/c++. What is the API function and how to use it ? if you hav...
Summary: hello ,,, i'm new here ! i hope you ll help to find what i m looking for so i'm trying to learn how to program in c++(i'm null),i've a compiler as bor...
Summary: Iam using vb6 .Please can u write any code which can guide me that how to use Switch statement.I shall be so much thankfull if the code would be also ...