Start with removing void pointers and C-style casts. This will let compiler do sanity checks.
Start with removing void pointers and C-style casts. This will let compiler do sanity checks.
J-P Nurmi
But without (void*)treeItem which typecasting i will use....Is there any other alternative..
According to my application requirment function return QtreeWidgetItem to other class...
How i will use qt casting here...kindly tell me
This forum is not about C++ programming basics. Please refer your favourite C++ book about type casting.
J-P Nurmi
Bookmarks