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

Search:

Type: Posts; User: Ernif

Search: Search took 0.02 seconds.

  1. Re: bad alloc problem using mysql lib returning vectors of mysql_row

    Thinking of it I think I'll just return the pointer *result instead, it does the same job (instead of calling a for each to my vector I just use the mysql_fetch_row and it's about the same code...)....
  2. bad alloc problem using mysql lib returning vectors of mysql_row

    I'm trying to develop some kind of hockey simulator but I'm having this weird allocation memory error the second time it's getting called. I have about the same function for another query (but with...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured