|
|
Please enter the ticket OU: 103 Please enter the city the ticket originates from: 2 Your tech is Michael McDonald. |
if
statement is triggered you are outputting the exact same text. Change the text so you know explicitly which if
statement trips. If I were doing this I'd change the text to read something like "Tech One", "Tech Two", etc.23 17 C:\Users\Public\Documents\My Projects\main.cpp [Warning] left operand of comma operator has no effect [-Wunused-value] 23 43 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] 23 52 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] 23 60 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] 29 17 C:\Users\Public\Documents\My Projects\main.cpp [Warning] left operand of comma operator has no effect [-Wunused-value] 29 43 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] 29 52 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] 29 60 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] 35 17 C:\Users\Public\Documents\My Projects\main.cpp [Warning] left operand of comma operator has no effect [-Wunused-value] 35 43 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] 35 52 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] 35 60 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] 41 17 C:\Users\Public\Documents\My Projects\main.cpp [Warning] left operand of comma operator has no effect [-Wunused-value] 41 43 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] 41 52 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] 41 60 C:\Users\Public\Documents\My Projects\main.cpp [Warning] right operand of comma operator has no effect [-Wunused-value] |