Saturday, August 5, 2023
Home »
» Run/Test website on Smartphone that is hosted on local PC
Run/Test website on Smartphone that is hosted on local PC
Related Posts:
A SIMPLE WEB BROWSER MADE IN C# Click here to download the source file.… Read More
Assistant MayaThis android app will help you get your daily class routine delivered to you in the form of voice and also you can schedule your daily plans so that Maya can recall them for you whenever you require. … Read More
Android app for my blog (Vj blog)You can directly access my blog in your android phone through this app. Click here to download.… Read More
C++ program to draw a line using Bresenham's algorithm (using graphics.h)#include<iostream> #include<graphics.h> using namespace std; void drawline(int,int,int,int); int main(){ int gdriver=DETECT, gmode, x1, y1, x2, y2; initgraph(&gdriver, &gmode, "… Read More
C++ Program for drawing line using DAA algorithm (using graphics.h)#include <graphics.h> #include <iostream> #include <math.h> using namespace std; int main( ) { float x,y,x1,y1,x2,y2,dx,dy,step; int i,gd=DETECT,gm; initgraph(&… Read More
0 comments:
Post a Comment