C++ is one of the most advanced and one of the most useful programming language in the present world of programming.If you are searching for good complier or interpreter for c++.You may check these Visual studio Dev c++ Starting the code: #include <iostream> #include <string> using namespace std; int main() { const string USERNAME = …
Programming
You can find all the Posts related to Programming in this Category
How to create a Numeric Password Generator in Batch?
What’s happening, guys? I am Binit Ghimire and I am new here in the CoderPradip blog but I’ve always been a reader of this site since the time it started. I am CoderPradip‘s friend and I’d like to thank him for letting me post in his blog. In this tutorial, I am going to show you how …
How To Remotely Control Your PC From Your Android Device?
It’s too hard to operate your PC anytime. sometimes you want to operate your PC located on your room from another room or from kitchen, you want it right? you search on the internet for that but the internet is full of scams and spams, but here guys I’m gonna help you on it. so …
C Programming Collection Videos by Tutor Sushant
Hi everyone, Welcome to my new blog post again. Here i am presenting some C Programming Video Tutorial from my dear bro Tutor Sushant‘s YouTube channel. You Guys can also checkout his channel for free c programming videos. Checkout his Playlist for C programming videos You can watch next videos by pressing the next button. he …
Write a program to find greatest number among 3 numbers
Hello everyone here is a another program to check out the Greatest number among three. Previously i have made a post on another topic “finding greatest among 2” one of my Friend requested me to make another post on finding greatest number among three so here is the program. #include<stdio.h> #include<conio.h> void main() { …