Ok I'm usisng borland c++ builder 5
And I've got a character string that is declared in my main program file (szStringBuff)
Which is read into a data array for use in the program using
My problem I have a separate .cpp file set up in which I want to use this data but I can’t seem to get any functions to work to carry it across.
Any ideas, basic tips of smacks around the head
And I've got a character string that is declared in my main program file (szStringBuff)
Which is read into a data array for use in the program using
My problem I have a separate .cpp file set up in which I want to use this data but I can’t seem to get any functions to work to carry it across.
Any ideas, basic tips of smacks around the head