Showing posts with label to. Show all posts
Showing posts with label to. Show all posts

Dec 2, 2016

Download and Install JAVA (JDK & JRE) for Windows

Download and Install JAVA (JDK & JRE) for Windows


JAVA JDK JRE - D4Techs

You can download and install latest version of JAVA (JDK, JRE) from it's official site. To know how to do this read the entire content given on D4Techs. While building a java application we require JDK to compile and JRE to run the application. So have to install it on our machine first.


Nov 20, 2016

Execute Graphics in Dev CPP

Execute Graphics In Dev CPP D4Techs

How to Execute Graphics in Dev CPP?


Dev CPPCode Block & other software generally not able to execute graphics and its function. This is happen because the software you are using may not have Graphics.h header file in library. To solve this problem, we have to include graphics library into the library directory. This trick works for Turbo C, Dev C++, Code Block and other software also.

Bulk Rename - Replace _ with space using PowerShell

How to Bulk Rename - Replace _ with space using PowerShell? Execute below command in PowerShell to replace it, Make sure you enter correct p...