User: cppnewbie10110

  • Public profile

User profile: cppnewbie10110

User info
User name:cppnewbie10110
History
Joined:
Number of posts:5
Latest posts:

What is the purpose of template <typename T> in this example?
Thanks Niccolo!

What is the purpose of template <typename T> in this example?
I am reviewing a selection sort algorithm written in C++ and above the functions `template <typename...

(Simple) Variable changing value after iterating array
Thank you Handy Andy and Furry Guy. Very helpful.

(Simple) Variable changing value after iterating array
Found the problem. The value of n was set after creating the array. [code] cin >> n; int arr[n]; ...

(Simple) Variable changing value after iterating array
I am trying to iterate and modify an array of integers the value of n changes after the iteration: ...

This user does not accept Private Messages