Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Web Programming in C++?

Web Programming in C++?

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++visual-studiohelpquestion
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    Wamuti
    wrote on last edited by
    #1

    Hi all. I am a programmer using MFC and i am supposed to make a program that is displaying details on a web page. I have not the simplest ideas where i am supposed to start. I am using visual studio 2005. Some one told me about using C# but i am not so enthusiatic about using C#. Is there a way i can still use MFC for Web Programming? Are there any good resources in the internet to do the same. Please help. :(

    Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.

    C D N 3 Replies Last reply
    0
    • W Wamuti

      Hi all. I am a programmer using MFC and i am supposed to make a program that is displaying details on a web page. I have not the simplest ideas where i am supposed to start. I am using visual studio 2005. Some one told me about using C# but i am not so enthusiatic about using C#. Is there a way i can still use MFC for Web Programming? Are there any good resources in the internet to do the same. Please help. :(

      Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Wamuti wrote:

      Is there a way i can still use MFC for Web Programming?

      No, that's just not possible. MFC is a framework for windows apps. You need to use a framework that generals HTML. You will find that HTML is a lot more limited compared to MFC, in terms of the freedom you have to create and interact with controls. But, you have no choice. C#/ASP.NET is your best bet.

      Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      N W 2 Replies Last reply
      0
      • W Wamuti

        Hi all. I am a programmer using MFC and i am supposed to make a program that is displaying details on a web page. I have not the simplest ideas where i am supposed to start. I am using visual studio 2005. Some one told me about using C# but i am not so enthusiatic about using C#. Is there a way i can still use MFC for Web Programming? Are there any good resources in the internet to do the same. Please help. :(

        Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.

        D Offline
        D Offline
        Demian Panello
        wrote on last edited by
        #3

        As Christian says, .NET is your best choice for the UI in the web. Using MFC you could create some ISAPI extensions, to interact with the data in a bussines layer.

        Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )

        1 Reply Last reply
        0
        • C Christian Graus

          Wamuti wrote:

          Is there a way i can still use MFC for Web Programming?

          No, that's just not possible. MFC is a framework for windows apps. You need to use a framework that generals HTML. You will find that HTML is a lot more limited compared to MFC, in terms of the freedom you have to create and interact with controls. But, you have no choice. C#/ASP.NET is your best bet.

          Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

          N Offline
          N Offline
          Nemanja Trifunovic
          wrote on last edited by
          #4

          Christian Graus wrote:

          No, that's just not possible.

          It is perfectly possible to write web applications with MFC ISAPI extensions. Whether it is the optimal approach in his case it is a different question.

          Programming Blog utf8-cpp

          1 Reply Last reply
          0
          • W Wamuti

            Hi all. I am a programmer using MFC and i am supposed to make a program that is displaying details on a web page. I have not the simplest ideas where i am supposed to start. I am using visual studio 2005. Some one told me about using C# but i am not so enthusiatic about using C#. Is there a way i can still use MFC for Web Programming? Are there any good resources in the internet to do the same. Please help. :(

            Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.

            N Offline
            N Offline
            Nemanja Trifunovic
            wrote on last edited by
            #5

            Wamuti wrote:

            Is there a way i can still use MFC for Web Programming?

            MFC Internet Programming[^] Most likely, you'll be interested in ISAPI extensions, since ATL Server is being deprecated.

            Programming Blog utf8-cpp

            1 Reply Last reply
            0
            • C Christian Graus

              Wamuti wrote:

              Is there a way i can still use MFC for Web Programming?

              No, that's just not possible. MFC is a framework for windows apps. You need to use a framework that generals HTML. You will find that HTML is a lot more limited compared to MFC, in terms of the freedom you have to create and interact with controls. But, you have no choice. C#/ASP.NET is your best bet.

              Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

              W Offline
              W Offline
              Wamuti
              wrote on last edited by
              #6

              thanks alot. I am already looking at :mad:(can't find the hash on my keyboard!!). sharp and already loving it.though funny i have to learn how to declare a variable ;) Oh, i love your signature!! Quite hilarious.

              Christian Graus wrote:

              "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne

              I also doubt it's a good name for a function! :laugh:

              Wamuti: Any man can be an island, but islands to need water around them! Edmund Burke: No one could make a greater mistake than he who did nothing because he could do only a little.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups