User Profile

Collapse

Profile Sidebar

Collapse
The Advocate
The Advocate
Last Activity: Nov 22 '07, 01:33 PM
Joined: Oct 29 '07
Location: Lebanon
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • The Advocate
    replied to Linux Sources
    yeah scheduling algorithms as process scheduling
    See more | Go to post

    Leave a comment:


  • The Advocate
    started a topic Linux Sources

    Linux Sources

    Hello..How can i locate the implementation of semaphores and scheduling algorithms in the linux sources?
    See more | Go to post

  • The Advocate
    started a topic Semaphores vs Monitors

    Semaphores vs Monitors

    Hello, how can we implement semaphores using monitors. I got how we can do it the way round. I did alot of search but couldnt find any implementation of semaphores using monitors,. Can anyone help me on this plz Thank you!
    See more | Go to post

  • The Advocate
    replied to Dealing with libraries in program
    in C
    well the help that i need is more like a hint to the questions..
    1. what is meant by a file system here in the program?
    2. How can we link to the math library? I read few posts about linking libraries in C in this forum but they weren't specifically concerning how to link the math library
    See more | Go to post

    Leave a comment:


  • The Advocate
    started a topic Another Implementation
    in C

    Another Implementation

    Is it possible to implement this C code in another way??

    [CODE=c]void buffer_Reset()
    {
    int variable;

    for(variable = 0;variable < b_Size;variable ++)
    bufferPointer[variable] = '\0';

    fclose(file);

    free(buffer);

    file = fopen(input,"r" );

    numOfLines = 0;

    buffer_Size = 0;

    while(!feof(fil e))...
    See more | Go to post
    Last edited by Ganon11; Oct 29 '07, 03:34 AM. Reason: Please use the [CODE] tags provided.

  • The Advocate
    started a topic Dealing with libraries in program
    in C

    Dealing with libraries in program

    Hey!!! I have this C code that I implemented and there are few questions about it! I kindly request some help in answering them. Here is the code and followed are the questions!..I really appreciate ur help coz im running out of time!

    Program1:

    [CODE=c]#include <stdio.h>
    #include <stdlib.h>
    #include <math.h>

    int main()
    {
    int num1,num2;


    ...
    See more | Go to post
    Last edited by Ganon11; Oct 29 '07, 03:37 AM. Reason: Please use the [CODE] tags provided.
No activity results to display
Show More
Working...