Compiler output
prog.cpp: In function 'void izpis(int, int)':
prog.cpp:13:12: warning: value computed is not used [-Wunused-value]
for(i=0; i<(int)argumenti[index].size(), argumenti[index][i] != '.'; i++){
^
prog.cpp:17:7: warning: statement has no effect [-Wunused-value]
for(i; i<(int)argumenti[index].size(); i++){
^
prog.cpp: In function 'int main()':
prog.cpp:57:28: warning: array subscript has type 'char' [-Wchar-subscripts]
cout<<argumenti[arg[st]];
^
prog.cpp:67:51: warning: array subscript has type 'char' [-Wchar-subscripts]
for(int x=0; x<(s[i]-48-(int)argumenti[arg[st]].size()); x++){
^
prog.cpp:70:28: warning: array subscript has type 'char' [-Wchar-subscripts]
cout<<argumenti[arg[st]];
^
prog.cpp:30:7: warning: unused variable 'p' [-Wunused-variable]
bool p = true;
^