Search:

Type: Posts; User: wise_ron

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    964

    Merry Christmas

    Merry Christmas to everyone enjoy holidays with your family and friend and after a while continue to do some days continue to do some programming :)

    Wish you the best
  2. Replies
    22
    Views
    3,373

    Whats wrong with this.

    Can some one help me with this c programming code. Iam trying to pass the character array string from sever fuction to client function.



    #include<stdio.h>
    main()
    {
    server();
    client();...
  3. Replies
    22
    Views
    3,373

    why i dont want to use pointers.

    The reason why i dont want to use pointers is because i have to do the program in a programming language called baci which is similar to c but is not c. It would be like c --, i figure out if i learn...
  4. Thread: Helppp

    by wise_ron
    Replies
    6
    Views
    1,282

    I hope this helps!

    Try to understand this and you can do your program. Read about string.h and about the strlen fuction in any c book.



    // This an example i found in one of my c books. Is this helps?
    #include...
  5. Replies
    22
    Views
    3,373

    an array of arrays

    Can it be done using array of arrays? instead of pointers?

    Thanks for your help, have a nice day
  6. Replies
    22
    Views
    3,373

    is there any code that can be done with * pointers

    I prefer not to use pointer just a string array can that be done? implementing the queue, without pointers.
  7. Replies
    22
    Views
    3,373

    how i do a queue?

    can you give me any code example in how a queue works with strings? I understand the logic you give me but how to do it in actual code is my problem? do you have any example similar to the one you...
  8. Replies
    22
    Views
    3,373

    How do i do queues with an array of string?

    Hi everyone thanks for your comments, i understand the logic of the program but when it comes to the actual work i dont have the minimum idea in how to implement a queue with an array or a circular...
  9. Replies
    22
    Views
    3,373

    this code is working! :) but not finish

    My problem is implementing in the function client, it suppose to send radomly generate some text and send it to the server function. Can some one give me some hints in how to implement this?
    ...
  10. Replies
    22
    Views
    3,373

    More questions?

    Thanks i have for the advice i edited my post. Can some one explain how to queue a string into array?

    1. What iam thinking is just dealing with two functions one for the client1, that will made of...
  11. Replies
    22
    Views
    3,373

    chat simulation

    Hi iam new to c programming and i have some problems with this program, i would like your help in how about to do this, i want to keep this as simple as possible using only #include<stdio.h>, what i...
  12. Replies
    7
    Views
    7,589

    Using fgets to do a fifo simulation

    Hi Salem, thank you for been the only one to reply to my posts, I really appreciate it. This is my new code I have and is currently working.

    fgets( demand_stream, sizeof deman_stream, stdin);
    I...
  13. Replies
    7
    Views
    7,589

    How to access integers of the array so i know is a page fault?

    Hi I am stuck in dividing the stream into digits of the array for example if I enter 1 2 3 4 each of those numbers will be a page fault. When I enter a new value (each digit) will be assign as a...
  14. Thread: boolean.c

    by wise_ron
    Replies
    7
    Views
    4,155

    Thank you guys

    I learn something today. I was running it on a windows compiler visual studio c++ 6.0 but it didint work as you said the compiler didint support it. When i ran the program on a linux compiler gcc...
  15. Thread: boolean.c

    by wise_ron
    Replies
    7
    Views
    4,155

    boolean.c

    Hi I am having problems compiling this program they are 3 errors in line 7. Can you help me find the problem?

    Thanks for your help.

    boolean.c(7) : error C2065: 'Bool' : undeclared identifier...
  16. Replies
    7
    Views
    7,589

    Fifo demand_Stream

    >> Salem - What's wrong with including the code here?


    I have got some understanding in how to work the program. I have been working on developing a called function_fifo(). Fifo - First page in...
  17. Replies
    7
    Views
    7,589

    Paging Program Simulator:

    [code]
    Hi I am new to C programming, on the search for some guidelines in how to approach this program. Can anyone give me any useful information (link or book), so I can do this program in C....
  18. Replies
    1
    Views
    1,346

    employees & salary

    Hi, i have a little problem. I want this program to continue to ask the user how much is their hourly worked, until the user enters -1, this will end the program. Can any one give me some hints in...
  19. Replies
    15
    Views
    17,313

    Answer redx2evil

    Basically this problem is very simple, but you have to think about how to getting the numbers. Iam asking the user for a 6 digit number so i divide by 100,00 and then get the remainder of %100,000 of...
  20. Replies
    5
    Views
    3,477

    Stage 1 - doing queues

    Iam new in C but this is what i have so far. This program is a simulation it dosent have to be real. This program is to get the concept between clients and servers and how they work. I need some help...
  21. Replies
    9
    Views
    1,911

    Hi everyone

    What iam doing is a simulating program. I found this example in a text book and i was trying it on running it but it didint work. But i dont really have to do an actual program that runs on a...
  22. Replies
    5
    Views
    3,477

    Simulation of a server and clients

    Hi everyone, Iam new in C programming and I need some help solving this program, this dosent have to do anything with network programming. This is just basically a C language simulation program...
  23. Replies
    9
    Views
    1,911

    problem in this code?

    What is wrong with this code? i get some errors like:
    50:warning passing argument of 'bind' from imcopatible pointer type.
    60:warning passing argument of 'accept' from imcopatible pointer type.

    ...
  24. Replies
    1
    Views
    2,778

    Server and Client process

    Can some one give me some hints in how to solve this program. How can i communicate with the server? If you have anylinks or refence that will be helpfull feel free to tell me.

    Thanks for your...
  25. Replies
    15
    Views
    17,313

    the problem was so simple

    Sorry guys for asking that question. I figure it out, thanks for your help i only needed to put the * 2 where it was it was needed to be place. When i ask the question i was not thinking properly. I...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4