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. Taking up MFC

Taking up MFC

Scheduled Pinned Locked Moved C / C++ / MFC
c++sysadminbusinesscollaborationhelp
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.
  • M Offline
    M Offline
    MayankT
    wrote on last edited by
    #1

    We are in the process of taking over a project from HQ team. One part is a configuration tool which is built using MFC. I don't have any experience with MFC (lots with C++) apart from a bit i did at college. Now I have to pick up this tool. The tool is used to configure a CORBA based server. How should I prepare for this? I don't have much time. Basically I'll get about a week before I must start implementing fresh requirements and fix defects in the tool.

    R C B 3 Replies Last reply
    0
    • M MayankT

      We are in the process of taking over a project from HQ team. One part is a configuration tool which is built using MFC. I don't have any experience with MFC (lots with C++) apart from a bit i did at college. Now I have to pick up this tool. The tool is used to configure a CORBA based server. How should I prepare for this? I don't have much time. Basically I'll get about a week before I must start implementing fresh requirements and fix defects in the tool.

      R Offline
      R Offline
      Rage
      wrote on last edited by
      #2

      To get in quick: 1. Do not worry, this is all very easy. 2. Step-debug the application to see how the events are handled, and what triggers what.

      ~RaGE();

      I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus

      1 Reply Last reply
      0
      • M MayankT

        We are in the process of taking over a project from HQ team. One part is a configuration tool which is built using MFC. I don't have any experience with MFC (lots with C++) apart from a bit i did at college. Now I have to pick up this tool. The tool is used to configure a CORBA based server. How should I prepare for this? I don't have much time. Basically I'll get about a week before I must start implementing fresh requirements and fix defects in the tool.

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

        I would work through some articles on this site to get an idea how MFC hangs together, and remember that you can always ask here if you get stuck on something.

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

        1 Reply Last reply
        0
        • M MayankT

          We are in the process of taking over a project from HQ team. One part is a configuration tool which is built using MFC. I don't have any experience with MFC (lots with C++) apart from a bit i did at college. Now I have to pick up this tool. The tool is used to configure a CORBA based server. How should I prepare for this? I don't have much time. Basically I'll get about a week before I must start implementing fresh requirements and fix defects in the tool.

          B Offline
          B Offline
          BlitzPackage
          wrote on last edited by
          #4

          I suggest two books and a website: Book 1 - Teach yourself Visual C++ .NET in 21 days - this will give you a good grasp of implementing some basic features in MFC Book 2 - Visual C++ .NET Bible - a great, but thorough reference to MFC, it is a behemoth, but nonetheless it has tons of good information. You can skip around to what you need to know Website - www.functionX.com - this website is awesome for learning MFC. You can do the tutorials on different aspects of MFC and even download an e-book. This tool is indispensible Oh, one more thing, the MSDN examples. When you click on a help topic, they often have sample MFC projects that show you how to implement specific functions. This should carry you a long way towards becoming well-versed in MFC. Hope this helps, BP

          M 1 Reply Last reply
          0
          • B BlitzPackage

            I suggest two books and a website: Book 1 - Teach yourself Visual C++ .NET in 21 days - this will give you a good grasp of implementing some basic features in MFC Book 2 - Visual C++ .NET Bible - a great, but thorough reference to MFC, it is a behemoth, but nonetheless it has tons of good information. You can skip around to what you need to know Website - www.functionX.com - this website is awesome for learning MFC. You can do the tutorials on different aspects of MFC and even download an e-book. This tool is indispensible Oh, one more thing, the MSDN examples. When you click on a help topic, they often have sample MFC projects that show you how to implement specific functions. This should carry you a long way towards becoming well-versed in MFC. Hope this helps, BP

            M Offline
            M Offline
            MayankT
            wrote on last edited by
            #5

            .net is not being used in our company. VS 7.1 is being used. And we put of managed extensions etc. so that code can compile using ACE on solaris and linux also. Will these books still be helpful? Can you suggest some other ones? Thanks for the refrences. I will use them for my own learning.

            B 1 Reply Last reply
            0
            • M MayankT

              .net is not being used in our company. VS 7.1 is being used. And we put of managed extensions etc. so that code can compile using ACE on solaris and linux also. Will these books still be helpful? Can you suggest some other ones? Thanks for the refrences. I will use them for my own learning.

              B Offline
              B Offline
              BlitzPackage
              wrote on last edited by
              #6

              The references are useful if you want to understand how MFC works. Essentially, they will show you what MFC was doing, then you can find similar methods in your libraries that will do the same thing. I would be happy to suggest other resources, however, I'm not sure about what you're trying to learn.

              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