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

Recent content by scott123

  1. S

    Identify Program Writing to Network Drive

    I have found Process Monitor which is able to do the trick for me. http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
  2. S

    Identify Program Writing to Network Drive

    I am only interested in one specific folder on the network drive, so I can easily see what file was last modified with windows explorer, but I have no idea how the files get there. Files are generated by multiple PCs that store the files in a shared folder. A server then grabs these files...
  3. S

    Identify Program Writing to Network Drive

    I am looking for a piece of software that can identify what program/process that is running on my computer that is writing to a server that I have mapped as a network drive. Does anyone know of any program that can do this?
  4. S

    laptop screen problem

    I can see areas that are like white when the lcd is functioning properly. I can make out the text but its very hard to do.
  5. S

    laptop screen problem

    This may be a long shot but hopefully someone can help. My laptop screen becomes very dark at times. When i restart it returns to normal but it will happen maybe 5-20 minutes later. The power light it still on. I can hardly see anything but i know that the lcd is also on, just very dark. It...
  6. S

    laptop screen problem

    This may be a long shot but hopefully someone can help. My laptop screen becomes very dark at times. When i restart it returns to normal but it will happen maybe 5-20 minutes later. The power light it still on. I can hardly see anything but i know that the lcd is also on, just very dark. It...
  7. S

    C++ Compiling?

    you could add a system("PAUSE"); at the end
  8. S

    C++ , need to count lines in an open file

    can you count how many times "\n" appears in the file?
  9. S

    c++ huffman code

    never mind i solved this today and it works perfectly :D edit: my question was if i have a tree that represents huffman code ( google what the tree is like ), how could i get the huffman code corresponding to the chacters stored in the leaf nodes. what i did was make it so that each node knew...
  10. S

    Why is C++ so hard for me?

    i already took discrete. i know dsa is gonna get harder.
  11. S

    Why is C++ so hard for me?

    c++ was hard for me in comp sci 1, the fist semester of my first college year. during cs2 it all made a bunch of sense. im in a cs class called data structures and algorithms now and it isnt that hard, yet.
  12. S

    C++ Recursion Help

    after 1 year in college of taking c++ classes, this is the only thing i can remember where it was pretty much necessary.
  13. S

    C++ Recursion Help

    part of a homework problem in comp sci 2 was to do gcd with recursion. we also had to do the "N attacking queens" thing ( you can google it) which i couldnt do. i remember part of one of the tests was to write a recursive and non recusrive fibbonacci function.
  14. S

    C++ Recursion Help

    sorry if this doesnt help, it would be much easier to do with strings. #include<iostream> #include<string> //i forget if you have to include anything for atoi function using namespace std; a non recursive example: int main() { string num; cin >> num; for( int i...
  15. S

    How to get rid of ALL spyware!

    Hi I'm following this guide and I have gotten to the part where I am susposed to run microsoft anti-spyware in safe mode. When I am in safe mode I can not change my resolution from 640x480. I can run and scan my computer with ms antispyware but when its done my resolution is too low to be able...
Back
Top