answersLogoWhite

0

Traditional C Programming follows the ECLG cycle: Edit (the source code), Compile (the program), Link the application and Go run it.

In truth, the ECLG cycle is a (ECLD)*CLG cycle: Edit, compile, link and debug. Repeat this until satisfied with the correct function, the create the final application with another compilation and linkage, and Go (ship, etc).

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

BASIC is a.... language?

The original BASIC would be considered an "interpreted" language; the instructions were never translated to machine code, but rather executed as the interpreter reads them. Visual Basic converts the commands into equivalent C++ programs, and then compiles them.


What has the author C Regena written?

C. Regena has written: 'Programmer's Reference Guide to the Texas Instruments 99/4A' 'BASIC programs for small computers' -- subject(s): BASIC (Computer program language), Computer programs, Microcomputers, Programming


Is C language readable?

No, but source-programs written in C language are.


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


Where can you get c programs for games?

C is the programming language (some) games are written in, your question makes no sense.


What is the benift of learning c language?

You will be able to understand C programs. Also to write C programs.


Compare c plus plus and visual basic?

Visual Basic is a Windows-specific programming language, developed by Microsoft. C++ is a standard, generic and cross-platform programming language. Microsoft's implementation is called Visual C++, but it is not standards-compliant. Visual Basic requires a runtime library. C++ does not. Visual Basic is 100% object-oriented. C++ is not 100% object-oriented, but gives programmers greater freedom of choice. C++ is efficient, compact and performs extremely well on a wide variety of hardware. Visual Basic programs are inefficient, generally large, and much slower than equivalent C++ programs, and only run on Windows.


What is the advantage of c over c?

c is the basic for all computer programming languages.All basic programs are also written in C.


What program can you use to make a computer game with?

Ok. You can just call the program that makes game or other programs a editor. Its much more simple. Now it sounds like you've never done this before so I would start out with something very simple like Game Maker. Then I would move on to a BASIC language (DarkBASIC). Which requires you to program with code. Then I would move on to a C language (C , C# , C++) once you mastered BASIC. Once you mastered one language you can master them all. BASIC is fast and easy to learn but has restrictions when it comes to making programs , but it great for games. The C languages are more for computer programs (also called applications). Hope it helped!


Advantage of c language?

You can write computer-programs in it.


Where can you get C programmes you want some basic prog?

hi friend try u can find more programs in c,c++,java and all rgds BM


What are examples of objected programming language?

C++C#EiffelJavaSmalltalkVisual Basic