User profile: ssoffel

User info
User name:ssoffel
Name:Scott Soffel
Location:Union City, NJ
History
Joined:
Number of posts:19
Latest posts:

C++ 11 Generic Lambda
I'm trying to make a generic lambda work using c++ 11 compiler. I believe I have the correct type pa...

C++ 11 Generic Lambda
Error: parameter declared auto Error: Months was not declared in this scope I can not figure out...

Metaprogramming text book recs
Can anyone recommend a good text book or totorial to learn template MetaProgramming. I have about 2 ...

Proper use of this->pointer?
Below I have two functions that expand the length of a pointer to pointer array that I created in a ...

Looping objects into Vector or Array
Thanks helios, No there isn't, I created these Fractions then realized I needed to store them. I sh...