0
how can I input brackets with numbers and commas using pair?
2 odpowiedzi
+ 1
Does use pair,use std::complex.
The STL already has operator >> overloaded for std::complex that does exactly what you want to do.
0
Anthony Maina Thanks but I have to solve this question without using classes. Do you no way have?