Re: how to manipulate a very large data using QT?
QtCreator is an IDE, just a fancy text editor nothing more.
And there is no plugin for what You are looking for.
If you want to access a file, then use QFile.seek(pos); and seek to the position that You are interested in, read i.e. 1MB of the data and do something with it.
If you want to "organize" data into something more flexible, that can gave You faster access to the data, then use i.e. SQLite3 database. It's file base database and, when created properly, is fast enough.
PS> sorry for vague reply but Your question is not specific.
In the near future - corporate networks reach out to the stars. Electrons and light flow throughout the universe.
The advance of computerization however, has not yet wiped out nations and ethnic groups.
Bookmarks