Search:

Type: Posts; User: predator887

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,503

    read XML file

    Hi,

    I am thinking about the possibility of reading data stored in an XML file and using it in my C program... I havent had much luck finding others who have done this.

    Does anyone know of...
  2. firstly i apologise... i know i should spend more...

    firstly i apologise... i know i should spend more time checking details myself instead of asking these questions. I am short on time and only started learning C a few months ago so i am trying to...
  3. create new folder based on argv[]... not working

    im trying to create a new folder to store other folders containing data that has the same name of an input string to main.



    sprintf(file_name, "/cygdrive/c/Dev-Cpp/%s", argv[1]);
    file =...
  4. Replies
    2
    Views
    3,182

    thanks!

    thanks!
  5. Replies
    2
    Views
    3,182

    fopen - change directory with a variable

    hey

    this is my code



    outer_loop=4;

    FILE *fp007; //write to file
    fp007=fopen("/cygdrive/c/Documents and Settings/Michael/My Documents/data/raw2eng/outer_loop_4/data_value.txt",...
  6. Replies
    3
    Views
    1,501

    thanks for the reply, and sorry for my late reply...

    thanks for the reply, and sorry for my late reply ... i put it aside for a few days and did other coding...

    im using Netbeans with Cygwin... i dont know if thats a 16bit compiler... haha sry if im...
  7. Replies
    3
    Views
    1,501

    oh and if its useful here is the Matlab code that...

    oh and if its useful here is the Matlab code that im trying to convert to C



    n_TS=length(find(index_TS));
    index_gnctoTS=zeros(n_TS,1);
    delta_index=0;
    n_TN=length(typeofnode);
    ...
  8. Replies
    3
    Views
    1,501

    too many for loops??

    hey.. im having a problem with my code...

    its quite a long script and this is a pretty big extract but the main part im having the issue with is the inner most nested for loop


    ...
  9. Replies
    3
    Views
    3,859

    ok, thanks for the help. i got it

    ok, thanks for the help. i got it
  10. Replies
    3
    Views
    3,859

    storing an array within a structure???

    Hi, i am a new C programmer.

    I want to know if its possible to store an array within a structure,

    for example (I know this code has syntax errors but it is to illustrate my objective


    ...
  11. sorry, perhaps its best written as 2 questions, 1...

    sorry, perhaps its best written as 2 questions, 1 more specific and 1 more general

    1. Specifically I would like to know what is the best container (I think this is the correct term) to store and...
  12. Newbie Question - store and manipulate large amounts of data in C

    Hi.

    I am trying to create a C program that will take a binary file containing over 7000000 different values and store them so that i can process the data. I already have a Matlab program that...
Results 1 to 12 of 12