- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
Re: I use Linux not windows unless I'm fixing someone's computer but I believe windows 8 comes with essentials which is an antivirus. also believe lava soft ad aware and malwarebytes which are starting to include antivirus work in windows 8 as well. | |
Re: as a person who just found this site it looks interesting and I intend to either answer questions or ask some but I make it a habit to sign up and read several posts before making my own in general. site seems easy to navigate though a bit odd on … | |
Re: apple built in encryption in iOS 6 and possibly 5. you can turn it on and your data will be encrypted but you'll have to enter a password to get to it. note there may or may not be a backdoor to this for government (Google police apple unlock) so … | |
Re: Move shutdown out of your PATH though honestly the just don't run it would be better | |
Re: system("iexplorer.exe"); though you may want to look into calling power shell so you can use the persons browser of choice. | |
Re: that sounds like a networking issue. set your default route and gateway to the primary one you want to use and just add the 10. route manually should work. | |
Re: http://stackoverflow.com/questions/5441323/finding-the-largest-and-smallest-integers-in-c has this exact question. the answer on the bottom seems to be the one you want if a>b max1 a min1 b else max1 b min1 a if c>d max2 c min2 d else max2 d min2 c then compare max1 and 2 and min1 and 2 |