CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tdheff

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,149

    no matching function for call to...

    I have looked through numerous forums for a solution to this problem, but nothing seems to quite apply to my problem. Every time i call the function get (member of the class MixTable) it gives me an...
  2. Replies
    14
    Views
    21,497

    Re: vectors of vectors of different types...

    Haha nothing i suppose. I'm a little embarrassed that I didn't think of that. That would also make reading in from files a lot easier... thanks!
  3. Replies
    14
    Views
    21,497

    vectors of vectors of different types...

    Hi,

    So my problem is that I need to create a data table in which each column is a vector that contains some sort of data that is read in from a file. The problem is that the table could have any...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured