We are here with you hands in hands to facilitate your learning & don't appreciate the idea of copying or replicating solutions. Read More>>
+ Link For Assignments, GDBs & Online Quizzes Solution |
+ Link For Past Papers, Solved MCQs, Short Notes & More |
Dear Students! Share your Assignments / GDBs / Quizzes files as you receive in your LMS, So it can be discussed/solved timely. Add Discussion
How to Add New Discussion in Study Group ? Step By Step Guide Click Here.
Assignment No. 03 CS602: Computer Graphics
|
Total Marks: 20
Due Date:27/01/2016 |
|
Instructions Please read the following instructions carefully before submitting assignment: Read and follow the instructions given in document inside the Help folder attached. It should be clear that your assignment will not get any credit if:
Objective The objective of this assignment is to;
Assignment
In this assignment, you are provided with a small startup code attached with this assignment in folder “Startup_Code”. Your job is to slightly modify this code as desired in this assignment. First, you need to understand the working of the given code and execute it in Dev-C++. This program essentially draws some text in the middle of screen and a circle of small circles on screen as shown in following screenshot. We refer it as “Circles”.
Initially, you need to open Assigment3.dev project file in Dev-C++. After successful compilation and execution, you will see the output.(Ignore warning messages) Your Task Your task is to add new code that make these circle start rotating in a clock wise direction. Also add three new circles like this within this big circle so that next circle will move in anti-clockwise direction, again next in clock wise and the last in anti-clockwise as shown in “Rolling_Circles.exe”. While applying rotation keep in mind that homogeneous coordinates must be used in rotation .To show the circles movement you need to add the “delay” function. All this simply requires only few lines of code to modify. You shall add your code in the areas indicated with comments “add your code here”. Screenshot of the desired output:
Submission You are required to submit your solution through LMS in zip format containing two files.
|
Tags:
+ How to Follow the New Added Discussions at Your Mail Address?
+ How to Join Subject Study Groups & Get Helping Material? + How to become Top Reputation, Angels, Intellectual, Featured Members & Moderators? + VU Students Reserves The Right to Delete Your Profile, If?.
+ http://bit.ly/vucodes (Link for Assignments, GDBs & Online Quizzes Solution)+ http://bit.ly/papersvu (Link for Past Papers, Solved MCQs, Short Notes & More)
+ Click Here to Search (Looking For something at vustudents.ning.com?) + Click Here To Join (Our facebook study Group)Copy Paste, change the values and you will come to a solution.
plzz code share krain jis main rotation ka ho clockwise and anticlockwise plzzzzzzzzzzz help
thanx @sanwal
CS602_Assignment_03_Solution
is main cpp file nhn hay jahan code lehka hota hay
Remove Circles.cpp file from Circles.dev project and then add it again by selecting the file present in folder.
koi solution file e send kr do plz
Bro help me, mere pas window 10 hai ... file nahi chal rahi , samjh se bahir hai :/
is code main error arha hay
Code is here.
#include<stdio.h>
#include<graphics.h>
#include<conio.h>
#include<dos.h>
#include<stdlib.h>
#include<math.h>
main()
{
int gd=DETECT,gm,x=295,y=222,a,j,i;
initgraph(&gd,&gm," ");
setcolor(8);
outtextxy(x-82,y-10,"My Student id:??????????????");
for (i=1; i>0 ;i++)//change code here
{
delay(1);
setcolor(16);
circle(x+(200*cos(i)),y+(200*sin(i)),8);
setcolor(9);
circle(x+(200*cos(i+45)),y+(200*sin(i+45)),8);
//add your code here
setcolor(16);
circle(x+(165*sin(i)),y+(165*cos(i)),7);
setcolor(14);
circle(x+(165*sin(i+38)),y+(165*cos(i+38)),7);
setcolor(16);
circle(x+(128*cos(i)),y+(128*sin(i)),5);
setcolor(2);
circle(x+(128*cos(i+38)),y+(128*sin(i+38)),5);
setcolor(16);
circle(x+(98*sin(i)),y+(98*cos(i)),6);
setcolor(12);
circle(x+(98*sin(i+38)),y+(98*cos(i+38)),6);
}
getch();
return 0;
}
compile error araha hai koi perfect code de do
© 2019 Created by + M.Tariq Malik.
Powered by
Promote Us | Report an Issue | Privacy Policy | Terms of Service
VU Students reserves the right to delete profile, which does not show any Activity at site nor has not activity more than 01 month.
We are user-generated contents site. All product, videos, pictures & others contents on vustudents.ning.com don't seem to be beneath our Copyrights & belong to their respected owners & freely available on public domains. We believe in Our Policy & do according to them. If Any content is offensive in your Copyrights then please email at m.tariqmalik@gmail.com or Contact us at contact Page with copyright detail & We will happy to remove it immediately.
Management: Admins ::: Moderators
Awards Badges List | Moderators Group
All Members | Featured Members | Top Reputation Members | Angels Members | Intellectual Members | Criteria for Selection
Become a Team Member | Safety Guidelines for New | Site FAQ & Rules | Safety Matters | Online Safety | Rules For Blog Post