I finally succeed the task. I've used a temp file to back up what is next after the line I was going to change. I use seek to move back the pointer to the begining of the line I wanted to change. I also had to clear the end of the original file because if the new line is shorter than the new...
Hi.
I'm trying to read a file, search for a particular string, and then replace it with something else. I can easily read and search, but the writting part do not work and I don't understand. As a new C++ programer, I need help !
Here's the code I was roughly using:
void ReadWrite()
{...
Hi. I need help using a dll function. I've tried a lot of things but could not find the good way to use it correctly.
the function in the dll is define as :
void fft_float (
unsigned NumSamples, /* must be a power of 2 */
int InverseTransform, /* 0=forward FFT, 1=inverse FFT */
float...
Hi. I want to pass an array of data from a web page to an activeX control ? Should I use Javascript ? And how do I do that ? Can I do that ?
Normaly, in a Visual Basic form, I would only use something like:
Mycontrol.value = MyArray
But In HTML, it's kinda harder...
Thank
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.