faqts : Computers : Programming : Languages : C++

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

3 of 17 people (18%) answered Yes
Recently 2 of 10 people (20%) answered Yes

Entry

How to parse a sting into one or more variabel ??? (ex: x="x=just&y=sample", res: x="just" y="samp")

Mar 18th, 2004 20:13
Aaron Hawley, Aris Priyantoro,


One could parse a string into a hash, but not into variables.  What is
possible in interpreted scripting languages is not available in compiled
programming languages.