Search:

Type: Posts; User: peter_hii

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,218

    no it is not the case.. as the main are supplied...

    no it is not the case.. as the main are supplied by my lecturer..
    can you correct it for me ???? the red section has an error tats why i just got half mark

    my implementation code



    ...
  2. Replies
    11
    Views
    2,879

    anyone help please

    anyone help please
  3. Replies
    11
    Views
    2,879

    do you mean in bool IPlist::isPresent(string...

    do you mean in
    bool IPlist::isPresent(string address) const
    function???

    can you find any error in the red code?
  4. Replies
    11
    Views
    2,879

    this is the error but i couldnt wat is wrong with...

    this is the error but i couldnt wat is wrong with it ,...


    =======================================
    (spaces,tabs and newlines do not matter)
    *******************************************
    * FILE...
  5. Replies
    11
    Views
    2,879

    i show you the preview of the testing

    i show you the preview of the testing
  6. Replies
    11
    Views
    2,879

    is there any other instead of changing anything...

    is there any other instead of changing anything in main/// cause tat main.cpp are supply by my lecturer
  7. Replies
    11
    Views
    2,879

    ok here is my implementation file .. ...

    ok here is my implementation file ..




    #include "IPlist.h"

    IPlist::IPlist()
    // default constructor
    // creates a new empty list
  8. Replies
    11
    Views
    2,879

    urgent help please...

    please help really urgent..the red colour is the correct output whereas the blue display is my display which has a simple error. please give me advice or help me ....

    IP address Count
    a 3
    b 2
    c...
  9. Replies
    4
    Views
    2,218

    urgent please please..

    can someone correct this error for me ...




    node * IPlist::find (string address) const
    // precondition : none
    // postcondition : returns a pointer to node containing address or
    // ...
  10. wat do you mean by this vart I suppose the...

    wat do you mean by this vart
    I suppose the 192.149.089.061 was the first ip entered.
    look at my comment about missing else - this will fix 5 to 4
  11. yes the overall output is correct but the last ip...

    yes the overall output is correct but the last ip address suppose to be 4//...
    i mean count 4 instead of 5
  12. do you mean in the default constructor??

    do you mean in the default constructor??
  13. so wat you mean is initialize list in the...

    so wat you mean is
    initialize list in the insertinorder???
  14. where should i initialize count to 0 ???in the...

    where should i initialize count to 0 ???in the private of the class??
  15. thnx, the code is fine.. but the output is like...

    thnx, the code is fine.. but the output is like this

    IP address count
    034.056.078.012 3998072
    100.001.004.031 3998073
    111.022.033.004 3998074
    192.149.089.061 ...
  16. hi Zuk, well is not has to exist.... is

    hi Zuk, well is not has to exist.... is <if exist, increment the count .....>
  17. yap i got tat.. erm,, can you check this error...

    yap i got tat.. erm,, can you check this error for me please..i have two version....


    void IPlist::updateCount(string address)
    // precondition : address is in list
    // postcondition : the count...
  18. store data from ifstream and store in link list

    hi everyone, i have no idea on how to store values into a link list which data is from IFSTREAM

    for example..the data.txt as below
    192.149.089.061
    100.001.004.031
    034.056.078.012...
  19. this list will contain duplicate address. it...

    this list will contain duplicate address. it cannot be change cause is a part of work....

    ok here is the explanation of overall work ...

    <this program reads these IP addresses from a file and...
  20. anyone please help ....i really need to finsih...

    anyone please help ....i really need to finsih this up now... h help :(
  21. i think you are right.. so what you mean is that...

    i think you are right..
    so what you mean is that the display function is miss coded right?
    i dont know where should i correct it in order to get the output as wat i mention above...
  22. thanks and i will try to explain it clearly ......

    thanks and i will try to explain it clearly ... please check error when u have time alright .. appreciate tat... can you send me ur emaill addresss as i want to send you whole the cpp and it might...
  23. yes, it is requirement. and yes this list will...

    yes, it is requirement. and yes this list will containt duplicate and
    for example
    input file is

    192.149.089.061
    100.001.004.031
    034.056.078.012
    192.149.089.061
    100.001.004.031...
  24. i am sorry.. i try to explain... the...

    i am sorry..

    i try to explain...

    the updatecount is to update how many duplicate ip address in the list...
    tats all it does....

    better explanation

    u just
  25. here is the class file #ifndef IPLIST...

    here is the class file




    #ifndef IPLIST
    #define IPLIST

    #include <iostream>
    #include <cstdlib>
Results 1 to 25 of 155
Page 1 of 7 1 2 3 4