How can I extract all the parameters from an SQL-like line, in C++?
CREATE TABLE students ((id, integer, 1000), (name, text, 128), (group, text,50))
I want to have