473,507 Members | 2,387 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

frns i need a code for

frns i need a codef for solving common point for three circles pls any
one help me please

Dec 13 '05 #1
3 1346
satish wrote:
frns i need a codef for solving common point for three circles pls any
one help me please


1. please post in standard english
2. make an attempt at the problem

For instance try solving the problem with paper and pencil. I'm not
actually
sure what "...common point for three circles..." means.
--
Nick Keighley

Dec 13 '05 #2

satish wrote:
frns i need a codef for solving common point for three circles pls any
one help me please


English please. Please also send the mail id of your instructor, I
would send it across directly to him and mark you a copy.

Dec 13 '05 #3
Nick Keighley wrote:
satish wrote:

frns i need a codef for solving common point for three circles pls any
one help me please

1. please post in standard english
2. make an attempt at the problem

For instance try solving the problem with paper and pencil. I'm not
actually
sure what "...common point for three circles..." means.


I think what the OP is asking for is to determine the point at which
three circles intersect. I've seen this in the various programming
classes I have attended. It is actually a great learning exercise when
the student actually does the work themselves instead of hiring someone
on RentACoder.com to do it for them.

Furthermore, if you pay attention during class instead of goofing off
and talking to your friends online then this assignment is rather
trivial. I'm starting to think that the OP was in my c programming class
at the college here...he was the guy who was always surfing the web and
soaking up the high speed connection instead of doing the assignments.

For the OP:
Draw three triangles using alphanumeric characters to represent each
point on the triangle on a piece of paper. Refer to the below illustration.

a2 b3
a1
a3 b2

c2 c3

What point do all three triangles share? The same principal applies to
circles as well as squares, rectangles, etc. Simply iterate throughout
each circle's points and determine which point combination all three
circles share. For simplicity, here's a struct to get you started.

struct point
{
int x;
int y;
};

Now use that to contstruct a circle and display it in the terminal. Do
this for all three circles (using the letter 'a' for the first circle,
'b' for the second, and 'c' for the third). Visually seeing the common
point for all three will make it easier for you. Now, go read your book
on c and give it your best attempt. If you get stuck on something post
here and let us know what part is confusing you.

Joe
Dec 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
9857
by: James Hong | last post by:
Help please, I try to sending an email from my html page using the java applet. but it give error on most of the PC only very few work, what is the error i make the java applet show as below ...
21
2959
by: Chris Reedy | last post by:
For everyone - Apologies for the length of this message. If you don't want to look at the long example, you can skip to the end of the message. And for the Python gurus among you, if you can...
10
3069
by: Jeff Wagner | last post by:
I am in the process of learning Python (obsessively so). I've been through a few tutorials and read a Python book that was lent to me. I am now trying to put what I've learned to use by rewriting...
10
2623
by: Beach Potato | last post by:
Dear Y'all: I'm about to start porting a big old project written in anscient version of Delphi to something more stable, robust, supportable and maybe even portable. Since I haven't seriously...
48
3182
by: Chad Z. Hower aka Kudzu | last post by:
A few of you may recognize me from the recent posts I have made about Indy <http://www.indyproject.org/indy.html> Those of you coming to .net from the Delphi world know truly how unique and...
4
7385
by: Phil | last post by:
k, here is my issue.. I have BLOB data in SQL that needs to be grabbed and made into a TIF file and placed on the client (could be in temp internet dir). The reason we need it in TIF format is...
4
2734
by: Quas.co.ua | last post by:
Hello all. I need your help. I need C compler to make demo of some technologie. This C compiler I need to write program which after run will be located in one segment of memory and it...
9
2173
by: MrHelpMe | last post by:
Hello again experts, I have successfully pulled data from an LDAP server and now what I want to do is drop the data into a database table. The following is my code that will insert the data but...
20
4222
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
0
7111
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7319
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7485
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5623
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5042
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1542
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
412
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.