Modular programming in C: an approach and an example

K Dutta - ACM SIGPLAN Notices, 1985 - dl.acm.org
Unlike ADA or Modula-2, the programming language C is not inherently modular. But by
exploiting certain features of the language it is possible to build modular design into C …

Modular C

J Gustedt - 2015 - inria.hal.science
We propose an extension to the C standard called Modular C. It consists in the addition of a
handful of directives and a naming scheme transforming traditional translation units into …

[PDF][PDF] Modular programming in C

JR Hayes - Embedded Systems Programming, 2001 - Citeseer
How do you organize medium-sized or larger C programs? Few C textbooks give any
insight; they concentrate on exposition of C's features using small examples. The examples …

[PDF][PDF] Modular C

R Strandh - 1994 - metamodulaire.com
This is a guide to writing reusable and maintainable code using the C language. Reusable
code is essential to avoid duplicated effort in software development. Instead of rewriting …

[PDF][PDF] An introduction to the c programming language and software design

T Bailey - 2006 - diglib.globalcollege.edu.et
This textbook began as a set of lecture notes for a first-year undergraduate software
engineering course in 2003. The course was run over a 13-week semester with two lectures …

Free and bound generics: two techniques for abstract data types in Modular C

S Boyd - ACM SIGPLAN Notices, 1984 - dl.acm.org
A description of two fundamentally distinct techniques for the implementation of abstract data
types within Modular C, a preprocessor extension of C. Issues of reusability, environmental …

[PDF][PDF] A Module System for C++(Revision 4)

G Dos Reis, M Hall, G Nishanov - 2014 - open-std.org
We present a design of a module system for C++, along with rationale for the design
choices. The document focuses on programmer's view of modules (both production and …

[图书][B] Programming Fundamentals: A Modular Structured Approach Using C++

KL Busbee - 2013 - openlibrary-repo.ecampusontario.ca
Programming Fundamentals-A Modular Structured Approach using C++ is written by
Kenneth Leroy Busbee, a faculty member at Houston Community College in Houston …

A UNIX tool for managing reusable software components

J Plaice, WW Wadge - Software: Practice and Experience, 1993 - Wiley Online Library
Sloth is a simple Unix‐based tool for creating and maintaining large C programs built from
reusable 'modules'. Sloth is a collection of UNIX shell commands for creating and editing …

[图书][B] Formal Specification Techniques for Engineering Modular C Programs

YM Tan - 1996 - Springer
Software is difficult to develop, maintain, and reuse. Two factors that contribute to this
difficulty are the lack of modular design and good program documentation. The first makes …