User: TinyTertle

  • Public profile

User profile: TinyTertle

User info
User name:TinyTertle
History
Joined:
Number of posts:57
Latest posts:

A "home-brew" copy without the hacks.
I'm trying to mimic std::copy() and I came up with the following [code]template<typename iter1, typ...

code is producing wrong sum of numbers. Cant find error
@halleyc Google "rubber duck debugging".

A simple delay function:
I just wrote a function to pause the program for 'ms' milliseconds. However, I'm quite unfamiliar wi...

Accessing the value_type of a specific vector.
I appreciate it sir. I'm unfamiliar wit the uses of decltype.

Accessing the value_type of a specific vector.
Does anyone know if there is a way to make something like... [code]vector<int> v{}; using vtype = v...

This user does not accept Private Messages