Software Engineer, Your next Programming Instructor.

"Here I share myself."
Showing posts with label github. Show all posts
Showing posts with label github. Show all posts

Saturday, 18 July 2020

Temperature converter using c\c++

Friday, 17 July 2020

C++ Program to Copy string

Tuesday, 25 February 2020

Program for factorial of a number C++

factorial c++ function,factorial c++ example,factorial c++ code,c++ factorial of a number,factorial of a number c++ program

Factorial Program in C++ | C++ Program to find factorial of a number

Friday, 8 November 2019

C++ Code to generate Random Questions

Thursday, 8 November 2018

Searching Code in C++ - By Hammad Maqbool



This C++ code is to give you idea about how the Searching system works this is the basic code.


Php login panel code - By Hammad Maqbool


Friends this is a basic code just to give you a knowledge how we can code a login panel, It is recommended to take this code as a learning point of views and basic structure and develop the high level code using this as a base.

You can also encrypt the password before saving to database so no one can read the password.

You can also make it secure from the SQL Injection, all  you need is to make some minor modification into this code and that is it.