Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags
c++ x 3
c x 2

3 Posted Topics

Member Avatar for openuser

[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 …

Member Avatar for Ancient Dragon
0
837
Member Avatar for Brent.tc

[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 …

Member Avatar for iMalc
0
201
Member Avatar for faiz

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]

Member Avatar for iamthwee
0
202

The End.