Re: Gene Theory - C core commands

From: James Connell (jconnell_at_gci.net)
Date: 01/01/04


Date: Wed, 31 Dec 2003 15:23:40 -0900

Michael wrote:

> I am currently doing some genetic research on the life cycle of viruses
> (biological as opposed to computer based) and require some information about
> the core operations of the C programming language so that I can do a little
> modelling of viral replication concepts.
>
>
> As far as I remember from the courses I took many years ago, the majority of
> the language is written as include files that are simply extra functions
> consisting of a core set of instructions. I need to find out what these core
> functions / commands are. Ideally I need to limit these in number to the
> fewest numbers that would still allow the language to be as useable as it is
> now.
>

no you're not quit right about that. "C" has a builtin set of
'instructions' ( key words ). you use those to implement the logic of
the program, what is "included" by the header files is a few 'time
saveing' functions ( so you don't have to reinvent the wheel each time )
and the system specific functions that communicate with the outside world.

>
> I am not entirely sure that this is making any sense whatsoever!!
>
>
> My second question is how would I go about allowing a running piece of code
> to modify a piece of code, and then have that code compiled and executed
> automatically? If any of you have any code fragments at all, this would be
> extremely well appreciated as it would mean I could concentrate on my core
> business of genetic research instead of spending six months attempting to
> get a single piece of code doing what I am sure is a rather simple
> operation.
>
>
> (I do hope that last part is not excessively cheeky!!)
>
>
> Thank you all in advance for what I am sure will be invaluable advice.
>
> please send any replies not applicable to the group to michael at
> futilequest dot com
>
>



Relevant Pages

  • Re: Gene Theory - C core commands
    ... > the core operations of the C programming language so that I can do a little ... > consisting of a core set of instructions. ...
    (comp.lang.cpp)
  • Gene Theory - C core commands
    ... I am currently doing some genetic research on the life cycle of viruses ... the core operations of the C programming language so that I can do a little ... consisting of a core set of instructions. ...
    (comp.lang.cpp)
  • Gene Theory - C core commands
    ... I am currently doing some genetic research on the life cycle of viruses ... the core operations of the C programming language so that I can do a little ... consisting of a core set of instructions. ...
    (alt.comp.lang.learn.c-cpp)
  • Re: [9fans] nice quote
    ... If it's not possible to clearly describe the core of a computer ... programming language in fifty pages, ... embellished with features, unnecessary to the language proper, to help ... Comeau C/C++ with Dinkumware's Libraries... ...
    (comp.os.plan9)
  • Disable logins?
    ... /etc/nologon in UNIX.) ... "In the core C# language it is simply not possible to have an uninitialized ... - A. Hejlsberg, The C# Programming Language ...
    (microsoft.public.win2000.security)

Loading