First I should state this program has been running for 3 years just fine and I am not sure what the reason is for it suddenly not working. I just got the new version of MSVC and installed the new...
I have a simple 2 way ajax chat system. Basically it's to allow someone to have 1 on 1 conversations with multiple people. It works fine in FF and Opera but for some reason in IE after a period of...
I have a CSV file that has a "data", "more data" format. I have found how to use getline to read it in. Which works fine, and I just remove the "s. The problem is that I have found that the lines...
I was wondering if there was an easy way to do this. I need to search a image tags in a bb post. The tags can be [ img] or < img> (since I dont want vB to try and do something with it I put a...
Ok I see what you are driving at. That isnt going to work. I need to do this within my program, outside programs arent going to work. This has to do with a rather large amount of data that is a...
There are a lot more words to be replaced, that was just a short example. The only thing that is dynamic is just the words to convert from and to. The string structure and length will change and...
The STL and Boost contain a few special standalone iterators. They don't iterator over containers, rather they perform a special function. Those containers are of input_iterator and output_iterator...
I was just think that it would be one less set to do since I already have to check if their choice was in the map. But it appears that is not a vaild option.