Search:

Type: Posts; User: zoupi

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,699

    thanks Brafil

    thanks Brafil
  2. Replies
    2
    Views
    1,699

    import from python library

    Does anyone know if I can import modules from a python library and use them in C.
    How can I do this?

    Many thanks
  3. Thread: Unless statement

    by zoupi
    Replies
    2
    Views
    8,159

    Thanks for help

    Yes its ok thanks a lot
  4. Thread: Unless statement

    by zoupi
    Replies
    2
    Views
    8,159

    Unless statement

    Hi I am new at programming. I ve a problem how to say unless in C.
    For example:

    if(TRUE)&& Unless(TRUE)

    note:
    I CANNOT SAY
    if(TRUE)&& IF(FALSE)

    i WOULD APPRECIATE ANY HELP
  5. Thread: Read a 2D array

    by zoupi
    Replies
    3
    Views
    1,030

    The num of rows and columns will be different

    The num of rows and columns will be different
  6. Thread: Read a 2D array

    by zoupi
    Replies
    3
    Views
    1,030

    Read a 2D array

    I need to make a matrix[i][j] in C which will read from a file with the format bellow:

    1,3.567,4.893,1.756
    2,7.875,8.872,4.438
    3,8.234,9.987,3.908
    .
    .
    .

    so as the matrix[0][0]=1,...
Results 1 to 6 of 6