Search:

Type: Posts; User: chizzy

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,539

    page replacement algoithm

    just would like to know ur opinions on this issue
    Wat page replacemtn algorithm would be best effective for a process which randomly reads 10,000 locations in its address space?

    Im thinking...
  2. Thread: compile prob

    by chizzy
    Replies
    6
    Views
    1,643

    thanks.. it was the comments thakns

    thanks.. it was the comments
    thakns
  3. Thread: compile prob

    by chizzy
    Replies
    6
    Views
    1,643

    i get the same error.. im using cc -o...

    i get the same error..
    im using cc -o compiler..via ssh secure shell...
  4. Thread: compile prob

    by chizzy
    Replies
    6
    Views
    1,643

    compile prob

    hey every one.. i get these error msgs with my code.. i just dont get.. it.. am i missing something



    cc -o clock clock.c clock.h
    cc: Error: clock.c, line 76: In this statement,...
  5. Thread: arrays

    by chizzy
    Replies
    4
    Views
    904

    i have add more code aboe thankx

    i have add more code aboe

    thankx
  6. Thread: arrays

    by chizzy
    Replies
    4
    Views
    904

    arrays

    i have this array


    char subcode[CODELENGTH];

    say the value JJ123

    i also have
  7. Thread: I/O into array

    by chizzy
    Replies
    2
    Views
    894

    #include #include ...

    #include <iostream.h>
    #include <conio.h>
    #include <fstream.h>
    #include <stdlib.h>

    const int MAXSTUDENTS = 20;
    const int MAXSUBJECTS = 10;


    void ReadFile(void);
  8. Thread: I/O into array

    by chizzy
    Replies
    2
    Views
    894

    just the third one is in ReadFile.. the others...

    just the third one is in ReadFile..
    the others are b4 main..
  9. Thread: I/O into array

    by chizzy
    Replies
    2
    Views
    894

    I/O into array

    ive got this



    struct student
    {
    int mark[MAX];
    long id[MAX];
    };
  10. Thread: I/O help

    by chizzy
    Replies
    5
    Views
    907

    I/O help

    its initialised



    char num_students[MAXCHARS];




    inFile.getline(num_students,MAXCHARS, ' ');
  11. Thread: I/O and Classes

    by chizzy
    Replies
    4
    Views
    1,160

    thnx.. but it doesnt have anything on array of...

    thnx.. but it doesnt have anything on array of classes
  12. Thread: I/O and Classes

    by chizzy
    Replies
    4
    Views
    1,160

    I/O and Classes

    hey

    im doin this program..

    i can load data.. from a text file and output..

    say ive got this..

    J1744 6
    99123456 23
  13. Thread: arrays

    by chizzy
    Replies
    8
    Views
    1,021

    thanx. im goin try that out ...

    thanx. im goin try that out ...
  14. Thread: arrays

    by chizzy
    Replies
    8
    Views
    1,021

    fry - yes benny.. umm.. all im having trouble...

    fry - yes
    benny..
    umm..
    all im having trouble with is filling the array..
    lets say one command is for the turtle to move 15 spaces across..

    using an if statement i will be able to determine...
  15. Thread: arrays

    by chizzy
    Replies
    8
    Views
    1,021

    tFloor is a 2d array.. when u combine the pen...

    tFloor is a 2d array..
    when u combine the pen down and movement of the turtle.. for eg..

    6x5 array grid.. the ones represent the movement of the turtle.
    011110
    010010
    010010
    010010
    011110
  16. Thread: arrays

    by chizzy
    Replies
    8
    Views
    1,021

    arrays

    using


    int ExecuteCommand(int com[], int max)
    {
    int Tfloor[FLOORSIZE][FLOORSIZE];

    int i, move, penup, pendown, n, s, e=1, w;
    for(i=0;i< max;i++)
    {
  17. Thread: arrays

    by chizzy
    Replies
    4
    Views
    1,078

    wat do u mean

    wat do u mean
  18. Thread: arrays

    by chizzy
    Replies
    4
    Views
    1,078

    arrays

    using


    int ExecuteCommand(int com[], int max)
    {
    int Tfloor[FLOORSIZE][FLOORSIZE];

    int i, move, penup, pendown, n, s, e=1, w;
    for(i=0;i< max;i++)
    {
Results 1 to 18 of 18