Search:

Type: Posts; User: Zachery Montoya

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,854

    Sorry about that, I just dident know about the...

    Sorry about that, I just dident know about the fourm form.. SEE WHAT I DID THERE!! ANYHOO... My apologies to Tim, and thanks for the help to a new member... I managed to get the code to work after a...
  2. Replies
    10
    Views
    1,854

    Thanks for the help adak!

    Thanks for the help adak!
  3. Replies
    10
    Views
    1,854

    Hello

    Learn what a jerk is.
    You are one.

    This is my first time on here asking you "experts" a question.
    Sorry for not knowing how to code like a master, and not knowing everything about C.
    BTW, My...
  4. Replies
    10
    Views
    1,854

    Binary Search Help

    #include<stdio.h>
    #include<stdlib.h>
    main()
    {
    int count,count2,count3,count4,array[50],temp,search,high=49,low=0,location=25;
    srand(2);
    for(count=0;count<50;count++)
    {
    ...
Results 1 to 4 of 4