Posts

Word To PDF- Convert Your Files Into PDF For Free Online

Image
  Word To PDF Convert Your DOC To PDF Online Free Choose FIles Watch video And learn converts Ms_Word File To PDf

Find IP Address, ISP, City or country's of some one using your phone and laptops through links

Image
 IP Address And Details Finder  Click And Create Short URL And Send Using WhatsApp Or  Messenger. Create URL Watch Video And Learn About Hacking

gsrld.dll : Free .DLL Download.

Image
Gsrld.dll :  Free Download   Download and install  gsrld.dll   to fix missing or corrupted dll errors. Filename   gsrld.dll   MD5   a40530fa4a1e4aaa40e3f3a46a35d25b   SHA1   8b5596b4c0b0ce1b20ea58a84839720ff251be17   Size   69.5KB ( Click On Link And Download gsrld.dll File https://www.dllme.com/dll/files/gsrld_dll.html gsrld.dll

CPU-Z Free Download for windows 10/7/8 And All others windows

Image
Download CPU Z From Below Link Or Click On CPU Z Text And Download. Cpu--z https://download.cnet.com/CPU-Z/3000-2086_4-10050423.html

How To find Execution Time In C/C++

  There is two way to find execution time in C/C++. We give differed inputs to get differed executions time. 1. 512*512 2. 1024*1024 3. 2048*2048 1st way Copy The code and Run It give input in array:  #include <stdio.h>  #include <time.h>  int m={1},n={1}; int array[2048][2048]; // A function that terminates when enter key is pressed  void fun()  {  printf("fun() starts \n");  printf("Press enter to stop fun \n");  for(int kk=0;kk<1000;kk++) { int sum={0}; for(int i=0;i<m;i++) { for(int j=0;j<n;j++) sum+=array[2048][2048]; } } printf("fun() ends \n");  }   // The main program calls fun() and measures time taken by fun()  int main()  {  // Calculate the time taken by fun()  clock_t t;  t = clock();  fun();  t = clock() - t;  double time_taken = ((double)t)/CLOCKS_PER_SEC; // in seconds  printf("fun() took %f seconds to...

How To Fix Hanging Problem In Max Payne 3 Game

Image
Copy This Code And Past In graphics Xaml page.  code available below . Steps:  Page Available in my documents folder  when open my documents folder than open  Rock star folder than open Max Payne 3   folder than open Graphic page   and past the given code and save it. Watch video And Learn How To Fix Bugs In max Payne 3 Code For Xaml page <?xml version="1.0" encoding="UTF-8"?> <Graphics Version="1"> <Resolution value="1"/> <Width value="800"/> <Height value="600"/> <RefreshRate value="60"/> <Fullscreen value="1"/> <TextureQuality value="0"/> <AnisotropicQuality value="0"/> <Vsync value="0"/> <SSAO value="0"/> <ShadowQuality value="1"/> <ReflectionQuality value="1"/> <WaterQuality value="0"/> <FXAA value="0"/> ...