User profile: bkelly13

User info
User name:bkelly13
History
Joined:
Number of posts:19
Latest posts:

First use of template for array type
I did not get that concept from the explanatory page I found. It did not discuss the H versus the C...

First use of template for array type
Windows 11, Visual Studio 2022, C++ This is my first attempt at a template. It will compare two ar...

Supply a vector input with uint8_t array
I did not know that I wanted a vector of vectors, but that does work. I used the option: for( size_...

Supply a vector input with uint8_t array
Windows 11, Visual Studio 2022, C++ I know basic C/C++ but not vectors. I found code that does bas...

Initialize union array
Well, wow I think. But I have a problem. I have not been able to figure out how templates work. I...