I came to this forum for the first time yesterday looking for help with what seems to have been a compiler bug. Having received great help, I have decided to stick around here for a little while and join the community.
In the mean time, I was wondering if anyone had any good reccomendations on textx on the following 2 topics:
A good reference on string operations and reading files.
A good reference on bit operations.
I have the Kochan book, which explains the bit operations and how they work, just not why I'd ever use them. I'd like some information about why this is useful.
As for the strings and files, I read in a lot of files in my everyday programming as a psychometric researcher, and I rely on fgets and fscanf, and feel like every technique I use must have a better option. My code feels really amateurish in this area.
thanks for any help.
rob
In the mean time, I was wondering if anyone had any good reccomendations on textx on the following 2 topics:
A good reference on string operations and reading files.
A good reference on bit operations.
I have the Kochan book, which explains the bit operations and how they work, just not why I'd ever use them. I'd like some information about why this is useful.
As for the strings and files, I read in a lot of files in my everyday programming as a psychometric researcher, and I rely on fgets and fscanf, and feel like every technique I use must have a better option. My code feels really amateurish in this area.
thanks for any help.
rob