Xref: utzoo gnu.emacs:3305 comp.emacs:8720 gnu.g++:974 gnu.gcc:1779 Path: utzoo!utgpu!watserv1!watmath!uunet!clyde.concordia.ca!s3!boucher From: boucher@ireq.hydro.qc.ca (S.Boucher (8458)) Newsgroups: gnu.emacs,comp.emacs,gnu.g++,gnu.gcc Subject: Emacs hacks to be done: do they exist ? Summary: Emacs tools for C and C++ programmers Keywords: C,C++,Lisp,Emacs Message-ID: <2123@s3.ireq.hydro.qc.ca> Date: 19 Jul 90 19:51:51 GMT References: <2122@s3.ireq.hydro.qc.ca> Sender: root@s3.ireq.hydro.qc.ca Distribution: na Organization: ireq Lines: 45 I am about to begin a serie of tools to be used with C mode and C++ mode. The tools I plan to make are as follow: -Extraction of function prototypes, to be placed in header files(for external references), or in classes declarations. -Extraction of global static variables to be put in header files for external references. -Generate man page, documation, etc. from the .c or .cc source file according to different keywords placed in the source file. -Generate general purpose methods for classes. For example: from class complex { float r, i;} generate complex:read(stream) {stream <<"{"<