Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
I brought it to my place for the weekend to test it so I have full control of the router(she usually takes it to coffee houses with free wireless connections). I have tried it with encryption and without. It doesn't work either way. I looked at my router logs and it doesn't even seem to...
I am trying to fix a friend's laptop with a Dell TrueMobile 1150 wireless network card. The wireless internet connection originally worked but recently stopped working. I went over to her place to take a look at it and it sees the access point, says its connected, but it won't get an ip...
I'll take a look at that book and anything that you could post would be a great help.
I looked around and I also found this book on amazon that people seem to like...
I'm looking to buy a book on relational database design because I just got a job and I need to brush up seeing as I took my databases class 3 years ago and haven't done much database stuff since then. If anyone knows of a good book please let me know. Thanks in advance.
I received the monitor Friday and have been using it for a couple of days and I love it so far. It is very bright, there were no dead pixels and it looks good at not native resolutions. I've only seen a couple problems with it and one probably isn't even the monitors fault. When I try to play...
Well I guess I'm going to be the guinea pig. I'll check back in when I get it and maybe post a review. If anybody has any threads that show review styles that they liked link them here and I'll try to follow them.
I've been looking at newegg for a new monitor since my old 19" crt just bit the dust. I saw this monitor and tried to find some sort of reviews for it but have come up empty. I was wondering if anyone here has bought this monitor. Or if anyone knows any information about the monitor that is...
When I try to use the outdated acrobat link it simply says that the path(C:\Program Files\Adobe\Acrobat 4.0\Reader\acroread32.exe) could not be found and I get to press ok or hit the X. No browsing. If I do select other in the open with dialog I get to browse but it doesn't save the new...
Is there any way that I can edit the programs which appear in this dialog. The one that pops up when Windows doesn't know how to open a file or you choose "Open with..." in the right-click menu of a file. I ask because a computer I'm working on has Acrobat Reader 4.0 on the list but not 6.0...
I have an c++ implementation that probably could use some tweaking.
For size = 1000, it completes in 6-7 seconds on my Athlon 1800+ and uses about 6.3MB of memory(if kde system guard can be trusted)
For size = 10000, I haven't let it complete but it uses about 395MB of memory. The...
I think that you have to clear the ifstream of the eof state. I think that is what the -1 is. My professor just happened to give us some code that will help you here for the project we are doing now. mazeDescription is the ifstream.
// seek back to the start of the maze description file...
You also want to ignore the input before you put it all in the string. I think that cin.ignore() is used for file input. If you are using something like in >> str; and then you want to change to using getlines there is an extra endline on the end of the line you just read that string from...
Also check out Bruce Eckel's "Thinking in C++" volume 1 and 2
It came highly recommended by my OOP teacher though I haven't gotten around to reading them. And better yet he allows you to download both books for free for personal use. He also has books on Java.
He puts the books up for...