[Dev-C++] GUI Browser Plugin and parse char[n]
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Rafael M. <so...@gm...> - 2007-12-13 23:31:53
|
Hi List Someone know or already done a c++ browser plug in with GUI (mean... c++ GUI)? I'm googling around for a couple of weeks and cant find anything useful. Another question: What is the fast way to parse a char[n]? I have a string like that: L 12/11/2007 - 15:56:45: "x6_Squibles<52><STEAM_0:1:3683971><TERRORIST>" attacked "x6_scottish<37><STEAM_0:1:1737><CT>" with "glock18" (damage "72") (damage_armor "0") (health "28") (armor "0") and like to split in different, say rows in a XML file. I can write the XML with no problem, but I'm stuck into many loops reading the string, see if I already pick that value, if, then, for.... well... isn't beauty at all. Its working, but way too complex. Thanks in advance. -- Regards Rafael Menezes |