<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Running a c++ game on web browser' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Running a c++ game on web browser' posted on the 'Beginner C/C++' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 16:08:38 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 16:08:38 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Running a c++ game on web browser</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/422007/422007/running-a-c++-game-on-web-browser/</link>
      <description>Hi,&lt;br /&gt;
I have a game in c++ using GLUT.&lt;br /&gt;
Now i want that game to run on Web browser.&lt;br /&gt;
Do i need to write the whole game again or few modifications will do the job?&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/422007/422007/running-a-c++-game-on-web-browser/</guid>
      <pubDate>Fri, 25 Feb 2011 11:42:22 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
    <item>
      <title>Re: Running a c++ game on web browser</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/422007/422010/re-running-a-c++-game-on-web-browser/#422010</link>
      <description>try to inject your c code into flash&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/422007/422010/re-running-a-c++-game-on-web-browser/#422010</guid>
      <pubDate>Fri, 25 Feb 2011 14:29:28 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
    <item>
      <title>Re: Running a c++ game on web browser</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/422007/422016/re-running-a-c++-game-on-web-browser/#422016</link>
      <description>actually its a chess game.so u mean i need to build the game again in flash to be able to play on web browser.&lt;br /&gt;
since i have no experience writing flash games,is it possible to write chess game in flash or do i need to code in some other language? &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/422007/422016/re-running-a-c++-game-on-web-browser/#422016</guid>
      <pubDate>Fri, 25 Feb 2011 18:15:26 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
    <item>
      <title>Re: Running a c++ game on web browser</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/422007/422022/re-running-a-c++-game-on-web-browser/#422022</link>
      <description>there must be a command in flash to use c commands directly or call compiled .exe or you can use command line functions in your c program to open browser. try  &lt;br /&gt;
----------&lt;br /&gt;
gwbasic 10 CLS&lt;br /&gt;
qbasic  A$=INKEY$&lt;br /&gt;
fortran printf("hello word");&lt;br /&gt;
labview |_|---&amp;gt;|_|-|-|_|-----&amp;gt;o&lt;br /&gt;
c       if(A=='q') {&lt;br /&gt;
cobol   MOVE "hello world" TO A&lt;br /&gt;
c++     }&lt;br /&gt;
algol   END&lt;br /&gt;
pascal  .</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/422007/422022/re-running-a-c++-game-on-web-browser/#422022</guid>
      <pubDate>Sat, 26 Feb 2011 06:27:57 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
    <item>
      <title>Re: Running a c++ game on web browser</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/422007/422095/re-running-a-c++-game-on-web-browser/#422095</link>
      <description>make it a cgi file &lt;br /&gt;
&lt;br /&gt;
if you are on linux here's a library you can use &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.yolinux.com/TUTORIALS/LinuxTutorialC++CGI.html"&gt;http://www.yolinux.com/TUTORIALS/LinuxTutorialC++CGI.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
if you are on windows here's a little tutorial:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://rudeserver.com/cgiparser/tut_vc/"&gt;http://rudeserver.com/cgiparser/tut_vc/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/422007/422095/re-running-a-c++-game-on-web-browser/#422095</guid>
      <pubDate>Tue, 01 Mar 2011 11:34:15 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
  </channel>
</rss>