How does c++ (c++0x) handle implicitly typed variables?
- by LoudNPossiblyRight
I am trying to learn how to use implicitly typed variables in c++.
Should i be using 'auto' from C++0x? If so how?
Can some one provide me with a simple example or a good tutorial on this?
Thank you.