Summary: I want to know how I can convert .cgi plain text cgi script into .exe binanry code? Do I have to modify the other codes to invoke .exe cgi script? ...
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: 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: 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: 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: Hi: i need help from u guys. i need to know the details of all the users who visits my sites. for example if someone visits my webpage the page should...
Summary: Hey, I have saved my program in *.exe format after completing it in visual basic. And I have deleted the *.frm file. Now I have to edit the code s...
Summary: speaking of asm, do you guys know how to embed it into a cpp file? you know, compile it with you c++ code? i always wondered how you would do that. (i...
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: 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: 'Qbasic code 'This programis an example of how to 'take input of either upper or lower case 'then evaluate it as the lowercase value 'it then compares...
Summary: As an addition to my last post, I have been looking at your script and although I understand a good chunk of it and know how to work it into my script...
Summary: I ran into a problem when i was writing a shell script today. I collect data in a txt file (this i cant control I use NistNet that puts it like this)....
Summary: M2, I suspect that when Zennon said "text file in hex" he really did mean a *text* file containing hex representations, not a binary file. As you didn...
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: Hi All, I am just learning ASP.NET and currently have few *.aspx 's form (Such as Login page .. edit details ..). These forms run well at localhost. ...
Summary: I have yet to see any computer that will do mathematical calculations on letters. And there lies the problem. Just how do you multiply F by 16. If...