Dear all,
I am a new in Borland C++ 6 and I have a problem with pointers(!). I have a project in which i have to allocate a
dynamic 2-dimensional array, perform some image processing functions and then scan again all the values with the
use of a pointer. My code is this:
int...
Problem solved.... but whyy?????
Sometimes programming can be SO illogical....
After extensive trial and error i solved the problem.
The last thing that mydll was doing was to open a new binary file
1. br = fopen(charpath, "wb");
2. write the processed data
3. close the file: fclose(br)...
Dear all,
I am new in using Borland C++ and I face a difficult problem to solve. I would be most grateful if you gave me some advice on it. (I use Borland builder 6, with winXP+SP3)
I have created a dll (mydll.dll) which opens a binary file, makes some processing and then saves the file in...
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.