Search:

Type: Posts; User: johnny_XP

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    8,159

    Cool!!! Thanks a lot...

    Cool!!!
    Thanks a lot...
  2. Replies
    4
    Views
    8,159

    Sorry... Lets say it in code way. void...

    Sorry... Lets say it in code way.



    void writeFile(int i);

    iny main(){
    float data;

    for(int i=0;i<100;i++){
  3. Replies
    4
    Views
    8,159

    Writing to file with variable filename

    Hi guys. I'm using fopen() in order to open a file to write some data. My problem is that i want to have a variable filename and not one with a constant name. I know that fopen() takes a const char...
Results 1 to 3 of 3