Search:

Type: Posts; User: gunnerz

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    13,147

    I did not miss the braces, i miss to include...

    I did not miss the braces, i miss to include here, well why no one is helping me out, well the problem is now i am stuck big time, well i am stuck at the addFirst method, can anyone guide me how to...
  2. Replies
    5
    Views
    13,147

    circular doubly linked list help

    You need to implement a class ListDL as a circular doubly
    linked list with a sentinel node.

    A private encapsulated class for the nodes of the doubly linked list is provided.
    class ListNode
    ...
  3. Replies
    2
    Views
    1,116

    assignment help C++ intermediate/advance

    Can anyone test my assignment for me, it got many files but only 2 main .cpp class need changes, 1 class is 90% done and another class is, 20% done, its about STL vector/map. Anyone willing...
  4. Thread: STL map

    by gunnerz
    Replies
    4
    Views
    1,304

    help

    how do i pass a reference to a object:

    void Fruit::addApple(const Apple& a){
    apples.insert(string, &a); //error: expected primary-expression before ',' token
  5. Thread: STL map

    by gunnerz
    Replies
    4
    Views
    1,304

    STL map

    This is a sample code i have, can anyone guide me how do i solve this problem, i have read alot of maps, but i need help on how to get it right.



    // There is Apple class
    //Fruit.h
    ...
  6. Thread: array help

    by gunnerz
    Replies
    5
    Views
    1,184

    hi

    If i use fgets for user input, how i can store the input in a variable, i need to put this record in an structure array database. I am maintaining this program, can you help explain in detail the add...
  7. Thread: array help

    by gunnerz
    Replies
    5
    Views
    1,184

    array help

    void addNewEnrolment() {

    printf("\n Student Number: ");
    scanf("%s", NEW_ENR_STUDENT_NUMBER);
    strcpy(edatabase[enrolment_record_count].ENR_STUDENT_NUMBER, NEW_ENR_STUDENT_NUMBER);...
Results 1 to 7 of 7