473,625 Members | 3,201 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

life cycle

hi

Can any one explain me the life cycle of C from source code to process
termination.

please make it fast

k bye
-ramya

Apr 12 '06 #1
16 2328
bh************* *@gmail.com writes:
Can any one explain me the life cycle of C from source code to process
termination.
Edit, compile, link, run.

If that's not enough information, you'll have to ask a clearer question.
please make it fast


If English isn't your first language, you might not be aware that that
sounds a bit arrogant, as if you were giving orders to underlings.
You're asking us for help, which we give freely and voluntarily. The
best way to get help is to ask clear (and interesting) questions, and
to respond quickly to requests for clarification. Telling us that
your question is urgent will not get you a response any more quickly;
in fact, some people will be less inclined to help you at all.

If your question really is urgent, you should explain why -- but don't
expect a lot of sympathy. Your urgency does not create a sense of
obligation for anyone else.

And just in case you haven't read it already, I urge you to read
<http://cfaj.freeshell. org/google/> before posting a followup.

--
Keith Thompson (The_Other_Keit h) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Apr 12 '06 #2

bharathi.vemp.. .@gmail.com write:
Can any one explain me the life cycle of C from source code to process
termination. I think you should read the textbook.
please make it fast

....and learn to be polite, too.Please learn it fast...

Apr 12 '06 #3
Keith Thompson wrote:

bh************* *@gmail.com writes:
Can any one explain me the life cycle
of C from source code to process
termination.


Edit, compile, link, run.


I think that's overly complicated.

Edit, translate, run.

--
pete
Apr 12 '06 #4
pete wrote:
Keith Thompson wrote:
bh*********** ***@gmail.com writes:
Can any one explain me the life cycle
of C from source code to process
terminatio n.


Edit, compile, link, run.

I think that's overly complicated.

Edit, translate, run.


Edit, translate, fix syntax errors, translate, fix more
compile errors, translate, run, curse, study, fix logic
errors, translate, run, curse, ask for help on comp.lang.c
but show only the irrelevant lines, be cursed, make random
change, translate, run, curse, steal unrelated code from rogue.c,
translate, fix cut-n-paste error, translate, run, curse, have
Aha! moment, edit, translate, fix silly typo, translate, run,
HUZZAH! IT'S FINALLY WORKING! My low-level disk formatter is
even now reformatting (oops!) the disk containing its own source
code ...

--
Eric Sosman
es*****@acm-dot-org.invalid
Apr 12 '06 #5
bh************* *@gmail.com wrote:

Can any one explain me the life cycle of C from source code to
process termination.

please make it fast


Yassuh. Edit, compile, run.

--
"If you want to post a followup via groups.google.c om, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell. org/google/>
Also see <http://www.safalra.com/special/googlegroupsrep ly/>
Apr 12 '06 #6
??? wrote:
bharathi.vemp.. .@gmail.com write:
Can any one explain me the life cycle of C from source code to
process termination.


I think you should read the textbook.
please make it fast


...and learn to be polite, too.Please learn it fast...


The word is quickly. You make boats fast to docks, or you fast to
lose weight, or for religious reasons.

--
"If you want to post a followup via groups.google.c om, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell. org/google/>
Also see <http://www.safalra.com/special/googlegroupsrep ly/>
Apr 12 '06 #7
In article <44************ ***@yahoo.com>,
CBFalconer <cb********@mai neline.net> wrote:
??? wrote:
...and learn to be polite, too.Please learn it fast...

The word is quickly. You make boats fast to docks, or you fast to
lose weight, or for religious reasons.


<OT>
Summarizing from OED:

There are four major noun forms of 'fast' (e.g., absetinence from
food), and two major verb forms, but none of those are relevant to this
discussion because in "learn it fast", fast cannot grammatically be a
noun or verb.

In the context, fast could be an adjective or adverb.

fast, a.:

I. firmly fixed in place; not easily turned aside; fixed on the shore
(of a vessel); fixed in sleep; permanent colour; resistant to stain-
removing or toxic agent (biology); constipated; close shut, bolted, locked
(door, window); gripping, tenacious (fast hold); some specialized uses

II. rapid.
quick, swift motion; indicating a time more advanced than true time
(clock); needing only brief exposure (film); some physics uses such
as fast breeder reactor; adapted to or productive of quick movement
(e.g., billiard cushions, hard dry cricket grounds); living too
extravegantly, devoted to pleasure

III. various combinations like fastback, fast buck, fast lane

fast as an adverb has very similar senses to the adjective form.
Sense specifically listed include "Quickly, rapidly, swiftly";
"in quick succession; one close upon another"; "readily, with alacrity".
As the sentance being nitted was describing a second action,
the "quick succession" sense is not ruled out, and the "with alacrity"
meaning applies as well, in addition to the "quickly, rapidly, swiftly"
meanings.

If the phrase had been "make it fast" then adjective or adverb could
both have been possibilities, but for "learn it fast", adverb is
the only real choice: "make" is a verb of intentional creation
of state and an adjective can describe a state (e.g., "make it round"),
but for "learn" an auxillary denoting mode (that is, an adverb) makes
more sense -- and... OED clearly shows "quickly" as one of the
adverbal meanings.

I would certainly agree that "quickly" would likely be a better
word than "fast" for the -probable- meaning, but "quickly" is within
the adverbal meaning, and for those other two senses I noted above, "fast"
is the appropriate word.

In summary, your nit is wrong in implying that "fast" was definitely
being used incorrectly.
</OT>
--
Programming is what happens while you're busy making other plans.
Apr 12 '06 #8
Keith Thompson wrote:
bh************* *@gmail.com writes:

Can any one explain me the life cycle of C from source code to process
termination.


Edit, compile, link, run.


but he already has the (presumably correct) source code so he can skip
the
edit phase :-)

<snip>
--
Nick Keighley

Apr 12 '06 #9
It's not full enough, you should've put more curses :DD

Apr 12 '06 #10

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

Similar topics

1
3508
by: athos | last post by:
Hi all, Believe you have sound experience in development, however, if we look at the whole Software Development Life Cycle (SDLC) of the project, say, 1. Project Initiation, 2. Gathering Requirements, 3. System Analysis and Design, 4. System Development,
2
1941
by: cmbardon | last post by:
I have a C# application that uses a C++ COM exe server, and I've noticed some strange behaviour with the life cycle of the object. In my .net app, I create an instance of the COM object (generated RCW), and am able to deal with methods and connection points without any real problems. The object is a member variable of the main client form. When the client application is closed however, the COM server is not always advised, meaning that...
2
1466
by: prem | last post by:
Hi, Iam new to ASP.NET. Any one can please give full description about ASP.Net life cycle. Thanks in Advance, Prem.
6
2630
by: jim | last post by:
Hi All, I like to know the life cycle of an ASP .NET Application( incudieng server application, such as .NET Web Service). That means from initialization to fully running and how to reboot it or shut it down. Including how to establish the running environment( current working folder, ...etc) for each ASP .NET application. Because in my ASP .NET application, there are a lot of modules. Some were developed by using VC#, others using...
3
2317
by: | last post by:
Hi all, when are code render blocks rendered in asp.net page life cycle? what method does the code render block rendering? thanks! ingo
12
1848
by: TB | last post by:
Hi All: I am trying to create a variation on the standard datagrid, whereby the datagrid is only shown after pressing some buttons. This reason for this is that I would like to use the same datagrid for several tables, and the idea is that the button events store the the SQL select statement and the SQL update statement in view state items, which can the be reused for all the datagrid events (paging and editing). However I seem to...
2
1439
by: Umut Tezduyar | last post by:
What is the control life cycle in asp.net 2.0. I need a schematic representation?
1
2658
by: =?Utf-8?B?U2FtZWVrc2hh?= | last post by:
I vaguely know that HTTP Post does not send all the data (hidden fields?) along with the request. I would like to know the stage in ASP.Net application life cycle where the POST data is read - is it in HttpApplication.Init or at the time when viewstate / postback data is loaded? I am not able to find this type of info on MSDN or other sites. It would be great if someone also explains the difference between GET and POST with reference to...
4
3088
by: lander | last post by:
I've read the page life cycle thing in msdn, still, i'm getting a bit confused of thinking how all the things are going under the hood... I know that when page loading, that the controls' properties is populated and when page unloading, the resources are cleared. What I want to know is what's happening behind it, that is, from the perspective of the asp.net implementor.....I'm not sure whether i've stated clearly, hope you get it.
0
8253
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
1
8354
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8497
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7182
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 projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6116
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 presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4089
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4192
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2621
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 we have to send another system
1
1802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.