Sorasyn   -  Nov 21, 2013

@Hawkee Is there some reason the search strips special characters before executing? I tried searching "C++ Tokenizer" and it only brought up results for "C Tokenizer," which were predominately out of date, and surprisingly irrelevant, mIRC snippets...

Hawkee  -  Nov 22, 2013

Ahh, that would be due to the fact that a + in a URL represents a space. I'll have to consider how to address that.

Sorasyn  -  Nov 22, 2013

Sweet deal. I was wondering why I was getting two spaces in place of the "+" signs.

Hawkee  -  Nov 22, 2013

For now you can use the old snippets page and click C++ over on the right.

Sorasyn  -  Nov 22, 2013

That's alright I found what I was looking for. I was finishing up an assignment in C++ for which I had to tokenize a string, and parse input. I can confidently say that C/C++ have the most god awful tokenizing tools I've ever seen -- if they can so be called. It couldn't parse a string correctly given through "cin << string" but behaved normally for "getline(cin,string);" even though they were both the same string.

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.