cant call a template function with auto return type in mainThe compiler must know the return type of when compiling the function call.
How to display the number of elements in a dynamic memory allocated array[quote=ayoesquire]Is it possible to write the code such that it increases the size of the dynamicall...
How to display the number of elements in a dynamic memory allocated arrayThe difference is that you already know how many elements there are and just count how many of them ...
Use array as incrementer in for loop - no longer compiling[quote=kigar64551]If you ever wrote code that is supposed to run on different platforms and that is ...
Use array as incrementer in for loop - no longer compilingThe code you have posted is valid C/C++ and conforming compilers should accept it (at least with som...