User profile: curiousengineer

User info
User name:curiousengineer
History
Joined:
Number of posts:46
Latest posts:

How to assign array of pointers
I have a 2D array: unsigned char** x = nullptr; I first assign the column vector like this: x =...

How to distribute code in multiple .cpp files for readability
I have a .h file with many different functions related to the same function in the program. There ar...

How write *same* function to work with different elements of a struct
The struct in this case stores pixel data related to different components something like this: ...

How to test part of the code without creating a new project?
I am using visual studio and creating a nontrivial project. There are many files containing many...

How to find out how long a function takes to implement
I have written 4 different algorithms that implement the same mathematical functional in different w...