Hi there,
supposing that i a have a data.txt with two columns of doubles,
23 4.43
1.2 232
3.444 23.23
......... (we don't know the data size until we open the file)
and I want to store it (dynamically) in a 2d array.
How can i do it in Qt? I read several posts in the forum and I got really confused!
PS:what's the simplest way to print out the array to confirm that the data was read correctly? in c++ it was simply cout, in Qt?
Bookmarks