Search:

Type: Posts; User: willie

Search: Search took 0.00 seconds.

  1. Thread: Assignment

    by willie
    Replies
    1
    Views
    1,119

    Assignment

    Brain Buster

    "Brain buster" is a one player game in which an n x m grid of blocks are placed on the screen.

    Initially each position on the grid contains a block, and each block is given one of...
  2. Replies
    23
    Views
    162,847

    I need help to generate asterisks randomly on the...

    I need help to generate asterisks randomly on the screen with a set boundary
  3. Replies
    6
    Views
    3,227

    and also I would say, my biggest problems right...

    and also I would say, my biggest problems right now, are the function prototype and definition relating to function pointers.
  4. Replies
    6
    Views
    3,227

    so what you are saying is, (1) I should remove...

    so what you are saying is, (1) I should remove the fopen statement from within all 6 functions, (2) use rewind() in each function to get back to the beginning of the text file, (3) and I an not sure...
  5. I am not getting any output from...

    I am not getting any output from print("%c",numb_quotes);
  6. Searching a text file for double quotation marks "

    hey, I am using the code below to search a text file for double quotation marks, it seems not to be working because the result is returning 0 zero



    /*Function counts the number of double...
  7. Replies
    8
    Views
    1,701

    thanks

    thanks guy I got it done
  8. Replies
    6
    Views
    3,227

    Problems with file pointer in functions

    please help urgently

    I cannot get the functions to work. the code within the functions works well without the
    the functions. Am I passing the pointer correctly.
    Basically what I wanted to do,...
  9. Replies
    8
    Views
    1,701

    Search a text file for a number

    hey, I am a bit puzzle right now. I have a text file I must search to find a number 0

    where am I going wrong?




    while(feof(fptr))
    {
    fscanf(fptr,"%s",zeros);
  10. Replies
    3
    Views
    16,823

    word search in a text file

    hey, I am writing a c program that searches a text file for a keyword and count the number of times it occurs in the text file.

    this is what I have so far



    printf("Enter A Single keyword:");...
Results 1 to 10 of 10