Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~172 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for kuo1

Apache Web server for windows I wrote a helloworld.pl and that works fine when i try to view it through a webbrowser. I then wrote the following: #include <iostream> using namespace std; int main() { cout << "Content-type: text/plain" << endl << endl << "Hello, World!"; return 0; } compiled …

Member Avatar for ravi rayin
-1
170