Search:

Type: Posts; User: beatsNstreets

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,302

    Hey sorry but how would I go about checking to...

    Hey sorry but how would I go about checking to see if the file actually opens do I check if the file is NULL or is there another way?

    For anyone reading this basically the program opens a file...
  2. Replies
    4
    Views
    2,302

    Violation Error

    #include <stdio.h>

    int
    function(int num1,int num2)
    {
    int output=0;
    if (num1==num2) output=1;
    return(output);
    }
Results 1 to 2 of 2