Search:

Type: Posts; User: Bopamo

Search: Search took 0.00 seconds.

  1. Thank you!

    Thank you!
  2. Syntax for implementing a function that returns a pointer

    I have a List class with a function that returns a pointer value and it is declared as follows in a header file:




    Node *Find(int key);



    I want to implement this function but I have no...
  3. converting a string into binary for data transfer

    I am working on an embedded project that requires me to transmit data via SPI using a processor that doesn't have built in SPI ports.

    I was wondering if there was a simple library/algorithm/scheme...
  4. Replies
    1
    Views
    1,808

    using "SortedList" class in nachos

    Hello,

    I am trying to sort threads by priority using SortedList class. I having been running into problems using the SortedList class that I do not run into when using the List class. I have...
  5. Replies
    1
    Views
    922

    Help with function declaration error

    Hello,

    I am working on a project for NACHOS (an OS for learning in C++)

    I am implementing a compare function based on a list template.

    The declaration for the compare function is in the...
Results 1 to 5 of 5