Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Programming (https://www.askmehelpdesk.com/forumdisplay.php?f=437)
-   -   Knowledge base editor (https://www.askmehelpdesk.com/showthread.php?t=658694)

  • May 9, 2012, 07:24 AM
    fttame
    knowledge base editor
    hi everybody

    I need your help to make kb in c++

    this is what we should do

    The editor should provide the user with a user friendly approach to entering new productions into KB and new facts into WM(working memory). The format of the productions should be as follows, where F stands for a fact either in the condition part or the action part:

    1. F:F e.g. if (F) then (F)
    2. F&F:F e.g. if (F & F) then (F)
    3. F|F:F e.g. if (F || F) then (F)
    4. F:F&F e.g. if (F) then (F & F)

    The editor must clearly help the user in entering productions and facts as shown above, with nice help hints and examples.



    any help will be appreciated


    thanks in advance ^^

  • All times are GMT -7. The time now is 08:49 AM.