Search:

Type: Posts; User: natmas

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    7,965

    #include #include #include...

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    void textToMatrix(FILE* file, long double *** dest, int* dataRows, int* dataCols){

    char delim = ' '; //change for different...
  2. Replies
    7
    Views
    7,965

    hokay, i'll post the code, because i'm pretty...

    hokay, i'll post the code, because i'm pretty sure there's not an error, but i want to make sure for real before going through the hassle of getting all that stuff off of my computer and back on...
  3. Replies
    7
    Views
    7,965

    Visual Studio 2005 Debug Assertion Failed

    it says:
    ----
    Debug Assertion Failed!

    Program:...
    File: fgets.c
    Line: 57

    Expression: ( str != NULL )
    ----
Results 1 to 3 of 3