I'm developing an application for a PocketPC which utilizes SQLServerCE for all database operations. I have an SQLServer2000 database on my desktop PC which I would like to convert to the .sdf format for use with the PocketPC application. What would be the best way to go about doing this...
This is a simple question. I'm trying to define a list of lists (of type string) in Visual C++. My declaration looks like this:
list<list<string>> my_list;
The compiler doesn't like my declaration. Am I missing something? Does this need to be a list pointer?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.