Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SkyRender

  1. SkyRender

    Converting from SQLServer2000 to SQLServerCE

    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...
  2. SkyRender

    List Class Woes

    Thanks for your help! My code works great now.
  3. SkyRender

    List Class Woes

    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?

Part and Inventory Search

Back
Top