Search:

Type: Posts; User: b-ref

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,149

    Can't find problem

    I would be most gratefull if someone could tell me what is wrong. The error is '"<Unknown>' : missing subscript". The arrow points to the function. Please help

    #include<stdio.h>

    char...
  2. Thread: reverse string

    by b-ref
    Replies
    2
    Views
    3,752

    reverse string

    How do I take an string and reverse its order. (ie abc to cba) using getchar() and putchar(). I can read it using the following code.

    c = getchar();

    while(c != EOF)
    {
    ...
  3. Thread: need timer

    by b-ref
    Replies
    6
    Views
    1,864

    need timer

    I have a couple of problems on an project. I have part of it working but need a nudge go get the rest of it working

    I have to time an binary seach and sequential search on an array. I believe I...
Results 1 to 3 of 3