Search:

Type: Posts; User: qasw

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    6,596

    i changed it to this but it still doesn't work...

    i changed it to this but it still doesn't work and i don't get any error messages


    int importFile(const char* filename, double content[], int len)
    {
    FILE* fp = fopen(filename, "r");
    ...
  2. Replies
    6
    Views
    6,596

    Whats wrong with this code?

    int importFile(const char* filename, double content[], int len)
    {
    FILE* fp = fopen(filename, "r");
    double input;
    int i;


    if(fp == NULL)
    {
    printf("ERROR");
  3. Thread: card game

    by qasw
    Replies
    1
    Views
    5,029

    card game

    How do you create a game where two players each draw a card, where the card deck is created by an array?

    Edit
  4. Thread: .cvs file

    by qasw
    Replies
    4
    Views
    6,452

    .cvs file

    hi i was wondering how to import a .csv file and save it to a memory buffer of doubles and print the contents of the .cvs file
Results 1 to 4 of 4