Gå til innhold

Anbefalte innlegg

Videoannonse
Annonse

#include <iostream>

int main()
{
using namespace std;
cout << "Content-type: text/html\n\n";
cout << "<HTML>\n";
cout << "<BODY>\n";
cout << "<H1>HELLO WORLD!</H1>\n";
cout << "<IMG SRC=\"http://forum.sourcecode.no/html/avatars/IPB_Community_Pack/Green-haze.gif\" border=\"0\">\n";
cout << "</BODY>\n";
cout << "</HTML>\n";
cout << endl;
return(0);
} // main()

 

http://nostdal.net/cgi-bin/test

 

Edit:

Dette med GUI i Web-browseren vet jeg ikke om vil bli så lett.

Endret av søppel
Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
×
×
  • Opprett ny...