User profile: Peter87

User info
User name:Peter87
Website:http://dataapa.net/
History
Joined:
Number of posts:11087
Latest posts:

cant call a template function with auto return type in main
The 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 array
The 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 compiling
The code you have posted is valid C/C++ and conforming compilers should accept it (at least with som...