I'm new in QT and not that new in C++. and although I'm not that good of a programmer I try. This time I can't figure a way to.
I'll be doing a QT application and I'll be having data in the form of
[1 2 45 345 98 452]
(It could be either that or [1,2,45,345,98,452]
, don't know what will be easier)
and I need the numbers stored in an array So i need to separate the 1 from the 2 from the 45 and so on, and also to know how many numbers there are.
Any ideas? So far I've separated the numbers from the brackets.