Digital Differential Analyzer (DDA) Line Drawing Algorithm (C++)
Problem Definition: Write a program to implement Digital Differential Analyzer (DDA) Line drawing algorithm. #include <conio.h> #include <iostream.h> #include <graphics.h> #include <math.h> void main(){ float x,y,dx,dy; int x1,y1,x2,y2,i,length; int gdriver = DETECT, gmode; initgraph(&gdriver,&gmode,”C:\TC\BGI”); cout<<“Enter co-ordinates of point 1: “; cin>>x1>>y1; cout<<“Enter co-ordinates of point 2: “; cin>>x2>>y2; dx = abs(x2-x1); dy = abs(y2-y1); if(dx>=dy) length = dx; else length = dy; dx = dx/length; dy = … Continue reading Digital Differential Analyzer (DDA) Line Drawing Algorithm (C++)
Cash Karo, Aish Karo ;) | Website Review
For all the Online Shopping freaks in India, here’s a great way to save some of your bucks. I’m sure most of you might be searching for some sort of Coupons before purchasing anything Online. It’s pretty obvious that each one of us wants to save money in some or the other way. Cashkaro.com is the one way amongst many ways of saving money while … Continue reading Cash Karo, Aish Karo 😉 | Website Review
Basics of Blogging
Basics of Blogging Click the above link to Download the Presentation (.pptx) Description: I made this Presentation in reference with the Seminar which I was supposed to conduct at the College level. This Presentation will be useful for people who are fond of or good at writing but do not possess the sufficient knowledge to get their content online and are also a bit scared of … Continue reading Basics of Blogging
Who is the most famous person in the World?
Who is the most famous person in the world? This is a typical question which can’t have a generalized answer, as the choice of person varies from a brain to brain. Although surveys can be conducted to know the people’s choice in common, but even this practice can’t hold true in all the scenarios. Because no survey can cover the entire population, and since we’re … Continue reading Who is the most famous person in the World?
Did someone say “Hostel” ?
When the word “Hostel” comes to mind, there are many thought processes provoked at the same time. Different people, different choices, different voices. Before getting admitted or even before thinking to get admitted in a Hostel, there were people and their views, infact reviews on Hostel life. Most of them warned about the wrong goings, few made fun of my future sufferings in Hostel, and very few … Continue reading Did someone say “Hostel” ?
