shared libraries in C++Building shared libraries on linux use the GNU free compiler 1: Build your object files $>gcc -...
how to make file reference within program.Have you checked that you are trying to open "history.txt" and not "History.txt" as the name you try...
how to make file reference within program.Try making the name jimfilename a const char pointer such as: const char *jimfilename = "history.t...
Problem with StringsRe your code: I must have missed that when I looked through all the masses of code that this questio...
Problem with Strings/* Have you tried using a map to perform the conversion? * below is a short example. Change it to s...
This user does not accept Private Messages