Search:

Type: Posts; User: Jenica

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,498

    Allocate memory program

    I am trying to change this header file without changing the class so that it has 2048 locations, but 0-511 are for operating system and memory blocks less than 30 are from 512 to 1023 using best fit...
  2. Replies
    1
    Views
    3,759

    bubble sort not working with struct...

    I need to sort the records by inv_num...I tried a regular bubble sort but it gives me and error, then I found an example on here that was using keys and key pointers, which is what I think I am...
  3. Replies
    3
    Views
    1,022

    Why won't this change string to int?

    comm keeps giving me 0, and I don't know why...




    int main()
    {

    int memory[64];
    string command, s1, input, s2, space;
  4. Replies
    1
    Views
    849

    Trying to write to file...

    This thing will not write to the file, please help!




    /* Use data from keyboard to create a
    binary file of fixed length records */
    #include <iostream>
    #include <fstream>
    #include...
Results 1 to 4 of 4