User: mikeofthenight

  • Public profile

User profile: mikeofthenight

User info
User name:mikeofthenight
History
Joined:
Number of posts:17
Latest posts:

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 Strings
Re 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