--- In [email protected], Robert Ryan <[EMAIL PROTECTED]> wrote: > string s = "Success!\n"; for(int i=0; i<=v.size(); i++); > Error 1 error C2065: 'v' : undeclared identifier
The line with variable declaration is removed. IIRC, it was something like: Vector<..> v in some of previous messages. -- Milan Babuskov http://www.guacosoft.com
