Search:

Type: Posts; User: gazmack

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    8,579

    Swoopy - you're a genius. I used your first...

    Swoopy - you're a genius. I used your first suggestion - converting the long variable within the function call, like this:



    unsigned long filepos=1684234849;
    insertintofile("testfile.txt",...
  2. Replies
    5
    Views
    8,579

    convert long to pointer to char array

    Hi there,

    I have created a function which accepts a pointer to a char array (unsigned char *insert) and inserts the corresponding byte values into a file (char *fname) at a specified...
Results 1 to 2 of 2