No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: [quote=openuser;367981]I came across a simple way of quicksorting linked list which is same as iterative version of quicksort for arrays... [URL]http://www.openasthra.com/c-tidbits/sorting-a-linked-list-with-quicksort-simple-algorithm/[/URL] worth a look... Let me know if you have any other simple algorithm for QuickSort (for sorting linked lists), should be easy to understand... Thanks.[/quote]I had a look at … | |
Re: [quote=mariocatch;369799]he wants to know how to update objects on a screen... lets not complicate him with things such as multi threading.[/quote]I agree with this poster. Suggesting multi-threading to a beginner programmer is like giving a gun to a 3 year old. And since we're talking C++ here you can be … | |
Re: If using C++, I offer a solution I have already created for using large numbers. Download bigint.h from: [URL]http://homepages.ihug.co.nz/~aurora76/Malc/Useful_Classes.htm[/URL] ![]() |
The End.