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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: matman13
  • Content: Threads
  • Order by date
  1. matman13

    Cannot configure SQL Server Express 2005 for remote connections

    Hello. I have SQLEXPRESS 2005 installed on my laptop running Windows XP Home Edition with SP2. I have an application that can connect to the local instance with no problem. The other day, I tried to configure SQLEXPRESS 2005 for a remote connection from my desktop. To date, I have been unable to...
  2. matman13

    need design advice for distributed .NET application

    I am a programmer with 10 years of experience, primarily with C++. I have absolutely NO experience with the .NET framework. I am working on a brand new application in my spare time, and I want to embrace the .NET framework. I have a few questions and would appreciate any and all advice that...
  3. matman13

    C++ Question : Reference Member Variables

    I've been programming in C++ for a few years now. I'm not intimate with the standard per se, but I understand, for the most part, how things work. I've hit a problem that simply has me perplexed. Create the following class. class Test { public: int _i; double &_d; Test(int...
  4. matman13

    std::string assignment problem

    I'm running MSVC++ .NET 2003. I've got a text file that I need to parse. I'm using std::getline, but I'm running into some problems with missing lines. Here's my code: std::ifstream infile("myfile.txt"); std::string line; while (std::getline(infile, line)) { // Operate on line...

Part and Inventory Search

Back
Top