CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: vector

  1. #1
    Join Date
    Jan 2003
    Posts
    15

    vector

    I declare std::vector<vnl_vector_fixed<double,1>> my_vector in my class,but it can not compiled,
    can anyone help me out?

  2. #2
    Join Date
    Mar 2002
    Location
    California
    Posts
    1,582
    where you have ">>", you need a space in between the two '>'s.

    std::vector<vnl_vector_fixed<double,1> >

    Jeff

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured