473,395 Members | 1,694 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

write this program

The end product of this program is an application that permits pilots to
perform the required weight and balance calculations prior to flight.

The User should be presented with a list of aircraft registration numbers
(a.k.a., tail numbers) with the aircraft model, call sign, and equipment list
presented on the same line and asked to select an aircraft.

After the User selects an aircraft, specific information should be provided for
that aircraft including a list of stations. The User should then be able to
enter the weights of the various items for the planned flight and be told the
resulting gross weight, location of the center of gravity, and an indication of
the loading condition.

At the User's request, a character-based graphic display should illustrate the
weight and balance information relative to the CG limits for that aircraft.
Nov 14 '05 #1
11 1344
Strix Nihildom wrote on 01/08/04 :
The end product of this program is an application that permits pilots to
perform the required weight and balance calculations prior to flight.


<specs snippes>

And your question about the C-language is ?

--
Emmanuel
The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html

"C is a sharp tool"

Nov 14 '05 #2
Strix Nihildom wrote:

The end product of this program is an application that permits pilots to
perform the required weight and balance calculations prior to flight.

[...]

Certainly! Just send me your full specs, along with a cashiers check for
$75,000 to cover the first 500 hours, and I'll get started once the check
clears.

--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody at spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+

Nov 14 '05 #3

"Strix Nihildom" <st***********@aol.com> wrote in message
news:20***************************@mb-m20.aol.com...
The end product of this program is an application that permits pilots to
perform the required weight and balance calculations prior to flight.

The User should be presented with a list of aircraft registration numbers
(a.k.a., tail numbers) with the aircraft model, call sign, and equipment list presented on the same line and asked to select an aircraft.

After the User selects an aircraft, specific information should be provided for that aircraft including a list of stations. The User should then be able to enter the weights of the various items for the planned flight and be told the resulting gross weight, location of the center of gravity, and an indication of the loading condition.

At the User's request, a character-based graphic display should illustrate the weight and balance information relative to the CG limits for that

aircraft.


My apologies for briefly off topic to C:

First, I personally do not see how this would be a 'C' question.

This would be an impossible database to maintain...as any changes to an
aircraft (such as replacement of old avionics with an installation of a new
avionics suite) changes the CG of that aircraft. Throughout the history of
one airplane that I owned shares in, the weight and balance sheet was
probably superceded 7 or 8 times. The weight and balance sheet that is
required documentation of that specific aircraft are there with the
aircraft, but not in some central database (especially GA type aircraft). I
know of no mechanisms that are in place to keep a central type database up
to date with those changes.

A little time with your weight and balance sheet and a spreadsheet will give
you the results that you seem to be seeking. A quick Google search will
bring up several examples that you can down load.
Partially on topic:

I know of an individual that as part of his MS developed a prototype system
that read the pressures out of the landing gear struts on Piper Cherokee and
from there, in theory, with the aircraft sitting on the ground, could
calculate the loading of the aircraft and the CG. Taking those readings and
making the calculations for that *might* be the basis for several questions
about C.

Nov 14 '05 #4
(supersedes <mn***********************@YOURBRAnoos.fr>)

Strix Nihildom wrote on 01/08/04 :
The end product of this program is an application that permits pilots to
perform the required weight and balance calculations prior to flight.


<specs snipped>

And your question about the C-language is ?

--
Emmanuel
The C-FAQ: http://www.eskimo.com/~scs/C-faq/faq.html

"C is a sharp tool"

Nov 14 '05 #5

"Strix Nihildom" <st***********@aol.com> wrote in message
The end product of this program is an application that permits pilots to
perform the required weight and balance calculations prior to flight.

It sounds like you've got a reasonable spec that a competent programmer
could produce in his spare time (not knowing anything about the subject).
comp.lang.c isn't the right place for such a request, however. There is no
pressing reason for C to be the language of development, and in any case
we're not a contract clearing shop but a forum for discussing technical
issues concerning the language itself.

Maybe comp.programming. If you are prepared to offer money then make that
clear - someone might do it for the interest but you'll get far more people
if there is realistic compensation attached.
Nov 14 '05 #6
Strix Nihildom wrote:
The end product of this program is an application that permits pilots to
perform the required weight and balance calculations prior to flight.

[etc.]

Do your own homework or else offer a decent fee.

Nov 14 '05 #7
Strix Nihildom <st***********@aol.com> spoke thus:
The end product of this program is an application that permits pilots to
perform the required weight and balance calculations prior to flight.


Sorry, Lisa "Left-Eye" Lopez and her crewmembers are already dead;
your little program can't help them now.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Nov 14 '05 #8
st***********@aol.com (Strix Nihildom) wrote in message news:<20***************************@mb-m20.aol.com>...
[blatant "DO MY HOMEWORK" or "DO MY WORK ASSIGNMENT"] request redacted


You forgot to give either
1) your professor's email address so we can mail in your homework
2) your boss's email so that we can send him the bill for our services
Nov 14 '05 #9
Christopher Benson-Manica <at***@nospam.cyberspace.org> wrote in message news:<ce**********@chessie.cirr.com>...
Strix Nihildom <st***********@aol.com> spoke thus:
The end product of this program is an application that permits pilots to
perform the required weight and balance calculations prior to flight.


Sorry, Lisa "Left-Eye" Lopez and her crewmembers are already dead;
your little program can't help them now.


Wasn't that Aaliyah that died by a plane crash?

Gregory Pietsch
Nov 14 '05 #10
In article <3a**************************@posting.google.com >,
Gregory Pietsch <GK**@flash.net> wrote:
Christopher Benson-Manica <at***@nospam.cyberspace.org> wrote in message news:<ce**********@chessie.cirr.com>...
Strix Nihildom <st***********@aol.com> spoke thus:
> The end product of this program is an application that permits pilots to
> perform the required weight and balance calculations prior to flight.
Sorry, Lisa "Left-Eye" Lopez and her crewmembers are already dead;
your little program can't help them now.


Killed in a car crash (in Honduras).
Wasn't that Aaliyah that died by a plane crash?


Yes.

Nov 14 '05 #11
Gregory Pietsch <GK**@flash.net> spoke thus:
Wasn't that Aaliyah that died by a plane crash?


So it was. So much for my attempt at (grim) humor.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Nov 14 '05 #12

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

Similar topics

33
by: Nick Evans | last post by:
Hello there, I have been on and off learning to code (with python being the second language I have worked on after a bit of BASIC). What I really want to know is, if you are going to actually...
6
by: rxl124 | last post by:
someone please please help w/ this one. As I been working on this on and off and it just does not want to work. 1 #!/usr/bin/perl -w 2 3 $file = "/home/user1/dothis"; 4 open(FILE, ">$file");...
8
by: Zheng Da | last post by:
I don't know where should I ask the question, so send the email to this group. I choose this group, because I want to write the program with c++ :) I want to write a program which support...
24
by: gswork | last post by:
Let's write a c program, without knowing what it does... Some of you may recall Jim Roger's excellent series of posts (on comp.programming) exploring the implementation of common software...
24
by: Charles Ulrich | last post by:
Greetings, I hope my greenness isn't showing too bad by asking this, but I ran across this trivial program today that left me flabbergasted: #define MESSAGE "This account is currently not...
18
by: jacob navia | last post by:
In C, we have read-only memory (const), read/write memory (normal data), and write only memory. Let's look at the third one in more detail. Write only memory is a piece of RAM that can only...
4
by: Break2 | last post by:
I am trying to write a simple program which asks a user to enter 5 integers after which the average will be computed and written to the screen. That simple. However I want to do it according to a...
1
by: Sachin Garg | last post by:
I have a program which opens a fstream in binary input+output mode, creating the file if it doesn't exists. But writing doesn't works after reading, it must be something obvious that I am not aware...
5
by: Jon Skeet [C# MVP] | last post by:
On Sep 9, 9:41 am, raylopez99 <raylope...@yahoo.comwrote: It's tricky in .NET for two reasons: 1) LINQ doesn't have any concept of "remove" 2) List<T>.RemoveAll doesn't pass in the index...
11
by: 960392954 | last post by:
The Towers of Hanoi is a famous problem about moving a certain number of disks from one peg to another.I write a recursive program for it.If you have known it ,you can skip the program. #include...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.