One thing I want to share with you that if I code like this

for(int z=0; z<21; z++)
{
Th = QtConcurrent::run(this,&UnrstParser,z);
Th.waitForFinished();
}
Then my writing data to the file is ok. No problem. But am I achieving
concurrency with this. I think I am not.
On Fri, Oct 5, 2012 at 8:58 PM, Thiago Macieira
<thiago.macie...@intel.com>wrote:

> On sexta-feira, 5 de outubro de 2012 20.53.29, Sujan Dasmahapatra wrote:
> > please check this code snippet. Tell me Sascha if this is
> > acceptable.....Still it's not writing some data.
>
> Please stop sending code snippets. The problem is most likely not in the
> parts
> that you're sending.
>
> Please send instead a full, working example of the problem. It must be one
> single .cpp file and it must compile. We do not need the .pro file.
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>


-- 
Regards
Sujan Dasmahapatra
skype: sujan.dasmahapatra
yahoo msn : dasmahapatra.aerodynam...@yahoo.co.in
Mobile no : +966-530184511
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to