Search:

Type: Posts; User: fourseventwo

Search: Search took 0.00 seconds.

  1. i fixed that but it still keeps infinite...

    i fixed that but it still keeps infinite looping...
  2. please help quick, brainfart moment should be easy solution

    Ok, this is kinda embarassing but im having trouble with the beginning of my code. i need help quickly to get this project done. The code is supposed to display the options below, (1-5) and then scan...
  3. Thread: Need Help

    by fourseventwo
    Replies
    4
    Views
    2,431

    ok thanks. do do i have to use the defstruct when...

    ok thanks. do do i have to use the defstruct when declaring my structures? it is coming up for me as "error: conflicting types for 'cmputeflowrate'
  4. Thread: Need Help

    by fourseventwo
    Replies
    4
    Views
    2,431

    Create a software solution to support analysis of...

    Create a software solution to support analysis of flow rate values (discharge) for trapezoidal open channels according to following guidelines (see the last two pages for background information about...
  5. Thread: Need Help

    by fourseventwo
    Replies
    4
    Views
    2,431

    Need Help

    Hey all, i know the board has a policy against posting course work but i am not asking for u guys to write my whole program for me. im just having trouble in a few areas. I will post the assignment...
  6. Replies
    1
    Views
    1,391

    TIC TAC TOE help

    Hey im tryng to make a tic tac toe game but no matter what my game keeps returning "game is a draw" after the first round of turns. any ideas?




    #include <stdio.h>
    #include <stdlib.h>...
  7. Replies
    19
    Views
    86,923

    i would try starting with an if ((a == 0) || (b...

    i would try starting with an if ((a == 0) || (b == 0) || (c == 0)), the drop down to a if ((a == 0) || (b == 0)) so on just narrowing down the options. might work.
  8. Replies
    1
    Views
    725

    Program Help

    Hey all, im trying to write a program to create a small tic tac toe game (command line). im trying to make it using seperate functions for each process (such as to clear the board, or print the...
Results 1 to 8 of 8