cout << string(vbasketballevent[b]["tf_station_num"]) << endl;
Sorry about that. I have to take my last email back. Most of the time
everything is fine but once in a while there seems to be some problem
with vbasketballevent[b]["tf_station_num"].
I think perhaps it might be NULL. How would I check and prepare an if
statement? Could I use
if(string(vbasketballevent[b]["tf_station_num"]) != NULL) ?????
I've been struggling to get a debugger set up on Linux for months now. I
can't seem to find one that operates as well as Microsoft Visual C++ Express
so I have been debugging on Windows and running the program on Linux.
Thanks,
Eric S.