Posts

Watch netflix shows free without paid

Image
            Watch free web series    Hello guys   Today i will give you a netflix mod   without ad and any amount paid which tottally free to watch online webseries and also  u can  download it easily without any headache .        In this app you can watch hoster webshows, altbalaji shows, amazon webseries at the cost of which is totally free.       Downloading link is in given below :     Download Moviezhub V3.0 No need for a Subscription or any paid plan. Watch More than 1000+ Movies, Series & Live TV Free. The choice of OVER 50K+ users. Here is the  downloading link  can download the app :- 1. https://up-load.io/56fmtg325y7n 2.  https://www.file-upload.com/3qkdnsd5b9hy Thnks       

Make kabir singh face using c or c++

Image
        Computer graphics  program coding.                                                    Student project      Hello guys today i will tell you how to create kabir singh face  in computer grapics using  c++ or c. This project made by spartan  akka spandan dongre from raisoni collage . So lets start  the coding. Coding : #include<graphics.h> #include<conio.h> #include<dos.h> #include<stdio.h> void floodfill(int x,int y,int oldcolor,int newcolor)   {   if(getpixel(x,y)==oldcolor)   {   putpixel(x,y,newcolor);   {   floodfill(x+1,y,oldcolor,newcolor);   floodfill(x,y+1,oldcolor,newcolor);   floodfill(x-1,y,oldcolor,newcolor);   floodfill(x,y-1,oldcolor,newcolor);   floodfill(x+1,y+1,oldcolor,newcolor);   floodfill(x-1,y-1,oldcolor,newcolor);   floodfill(x+1,y-1,oldcolor,newcolor);   floodfill(x-1,y+1,oldcolor,newcolor);   }   }   } int main() { clrscr(); int gd=DETECT,gm; initgraph(&gd,&gd