Hi,
I need to improve the run time of C++ program. I wish to know should I use "new" operator or "vector" for 2 dimensional dynamic arrays ? What are the other ways of reducing run time of the program? Are there any general tips?
Thanks
I need to improve the run time of C++ program. I wish to know should I use "new" operator or "vector" for 2 dimensional dynamic arrays ? What are the other ways of reducing run time of the program? Are there any general tips?
Thanks
Comment