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