How To Make A Computer Virus Using Notepad Tricks 2020

How To Make A Computer Virus Using Notepad Tricks 2020   @echo off color 0c echo Hi,  Do you want Hack your computer(if you want protect your pc then Give me 1000$ or no!!!) set /p hack= if %hack%==yes goto good if %hack%==no goto hack :good echo yes prote… Read more

Amazing Android Mission Games Offline 2020

Amazing Android Mission Games Offline 2020[Best Action] ###### #Important_Tips ########## Visual Studio Community 2015 Remove License :30 day trial message video link: https://youtu.be/9U8EjCjqYLI How To Connect WiFi Hotspot Laptop To Your Andriod video … Read more

Fractional knapsack problem in c++

Fractional knapsack problem in c++(greedy algorithm): /* The Knapsack problem */ #include <iostream> using namespace std; int max(int a, int b) { return (a > b)? a : b; } int kSack(int W, int wt[], int val[], int n) { if (n == 0 || W == 0) return 0; if … Read more

How To Change USB Icon Picture|USB আইকনে যুক্ত করুন নিজের ছবি

How To Change USB Icon Picture|USB আইকনে যুক্ত করুন নিজের ছবি #Change_USB_Icon_NAME Go to Notepad (Start -- All Programs -- Accessories -- Notepad).  Type the following: Add Tip Ask Question Comment Download. [Autorun] label=Your USB Name. Icon=Yourimage.ico. .… Read more