User profile: cpplover

User info
User name:cpplover
History
Joined:
Number of posts:59
Latest posts:

writing to a txt file
I got it, my sort.txt was in a different location from devc++ Works fine now.

writing to a txt file
I'm trying to calculate the time taken for running selection sort v/s merge sort. The time taken is ...

is there a way to measure time elapsed using a c++ program?
Thanks a lot .I wanted to measure the time for various sorting algorithms. I'm going to run this for...

is there a way to measure time elapsed using a c++ program?
I went through this forum and got to know that the time() does this. But, I'm not quite sure I under...

Random number generator function issue?
thanks it worked :)