Hello i have text file has each line like below.
101,Tarkan,E,1,22,1,1,0
I need to split and assing to related variables using regex with C++<