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. [Message Deleted]

[Message Deleted]

Scheduled Pinned Locked Moved C / C++ / MFC
7 Posts 5 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.
  • R Offline
    R Offline
    ratprita
    wrote on last edited by
    #1

    [Message Deleted]

    R D 2 Replies Last reply
    0
    • R ratprita

      [Message Deleted]

      R Offline
      R Offline
      Rajesh R Subramanian
      wrote on last edited by
      #2

      ratprita wrote:

      An array based employee management system. a.Should have classes like Manager, Engineer to exploit polymorphic features of C++. b.Should keep information like name, salary etc. Designation should not be kept as a member. It should be printed polymorphically. c.Should be a console application d.Should display a list of options when starting the program. Options are Add, List, Search, Delete and Quit etc and implement those features.

      Which one of that exactly are you having trouble with?

      “Follow your bliss.” – Joseph Campbell

      R 1 Reply Last reply
      0
      • R Rajesh R Subramanian

        ratprita wrote:

        An array based employee management system. a.Should have classes like Manager, Engineer to exploit polymorphic features of C++. b.Should keep information like name, salary etc. Designation should not be kept as a member. It should be printed polymorphically. c.Should be a console application d.Should display a list of options when starting the program. Options are Add, List, Search, Delete and Quit etc and implement those features.

        Which one of that exactly are you having trouble with?

        “Follow your bliss.” – Joseph Campbell

        R Offline
        R Offline
        ratprita
        wrote on last edited by
        #3

        [Message Deleted]

        R CPalliniC C 3 Replies Last reply
        0
        • R ratprita

          [Message Deleted]

          R Offline
          R Offline
          Rajesh R Subramanian
          wrote on last edited by
          #4

          ratprita wrote:

          i need a sample program, which satisfies these conditions.

          In other words, you want your homework done? No, we don't do that here. Point #2 from the guidelines[^]: Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.

          “Follow your bliss.” – Joseph Campbell

          1 Reply Last reply
          0
          • R ratprita

            [Message Deleted]

            CPalliniC Offline
            CPalliniC Offline
            CPallini
            wrote on last edited by
            #5

            You may ask your teacher for... :rolleyes:

            If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
            This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
            [My articles]

            In testa che avete, signor di Ceprano?

            1 Reply Last reply
            0
            • R ratprita

              [Message Deleted]

              C Offline
              C Offline
              Cedric Moonen
              wrote on last edited by
              #6

              ratprita wrote:

              i need a sample program, which satisfies these conditions.

              What about writing one, as you are supposed to do ?

              Cédric Moonen Software developer
              Charting control [v2.0] OpenGL game tutorial in C++

              1 Reply Last reply
              0
              • R ratprita

                [Message Deleted]

                D Offline
                D Offline
                David Crow
                wrote on last edited by
                #7

                ratprita wrote:

                a.Should have classes like Manager, Engineer to exploit polymorphic features of C++.

                Here ya go:

                class Employee
                {
                };

                class Manager : public Employee
                {
                };

                class Engineer : public Employee
                {
                };

                I'll let you fill in the blanks!

                "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

                "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                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