Hello,
I have two simple questions, for the ones that know the situation.
1) Wich hosts are able to run .exe (or linux executables compiled with gcc/g++ or wtvr)? GoDaddy does? (You'll hit me hard for saying this but...) I like GoDaddy so far, its true they have ads and garbage, but they're cheap and simple to use.
2) How can i convert to C, this PHP so that it outputs the exact same thing?
My guess is:PHP Code:<?php
$html = '<b>hello world</b>';
echo $html;
?>
Will this output the same way as php?PHP Code:#include blablabla
int main() {
char html[] = "<b>hello world</b>";
printf("%s",html);
return /care;
}
C++ would be cool too.
Thanks!









Bookmarks