HElp C++

Discussion in 'C++' started by sawyer, Aug 14, 2010.

  1. sawyer

    sawyer New Member

    Joined:
    Aug 3, 2010
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    student
    Location:
    ParaƱaque, philippines
    will you give me an idea ... i have a project which is HRIS using c++ ... human resource information system ....and i dont know where to start ... please help me
     
  2. jimblumberg

    jimblumberg New Member

    Joined:
    May 30, 2010
    Messages:
    120
    Likes Received:
    29
    Trophy Points:
    0
    Start by determining what makes a HRIS system.
    What kind of data will you need to consider?
    How much data?
    Where are you getting the data?
    Where and how will you store the data?
    What kind of user interface?
    What operating system will you support?
     
  3. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Start by going on a C++ course. That will teach you the basics of C++ programming, and during the course you should pick up on how to create a simple project. Then it's just a case of starting the project with some simple features (e.g. start by displaying a menu), then just add them in one by one, testing as you go.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice