programming_tools

所属分类:开发工具
开发工具:TeX
文件大小:0KB
下载次数:0
上传日期:2017-06-01 16:21:50
上 传 者sh-1993
说明:  C程序员的编程工具和技术,
(Programming tools and techniques for C programmers,)

文件列表:
LICENSE (16146, 2017-06-01)
args/ (0, 2017-06-01)
args/Makefile (164, 2017-06-01)
args/code/ (0, 2017-06-01)
args/code/Makefile (182, 2017-06-01)
args/code/main.c (1169, 2017-06-01)
args/commandLineReview.tex (8031, 2017-06-01)
binaryFiles/ (0, 2017-06-01)
binaryFiles/Makefile (164, 2017-06-01)
binaryFiles/binaryExample.c (1450, 2017-06-01)
binaryFiles/binaryFiles.tex (9358, 2017-06-01)
commandShell/ (0, 2017-06-01)
commandShell/Makefile (164, 2017-06-01)
commandShell/bash.tex (9592, 2017-06-01)
commandShell/commandShell.c (224, 2017-06-01)
compileScript (236, 2017-06-01)
compilingAndUsingLibraries/ (0, 2017-06-01)
compilingAndUsingLibraries/Makefile (164, 2017-06-01)
compilingAndUsingLibraries/exampleMath/ (0, 2017-06-01)
compilingAndUsingLibraries/exampleMath/main.c (267, 2017-06-01)
compilingAndUsingLibraries/exampleStaticLib/ (0, 2017-06-01)
compilingAndUsingLibraries/exampleStaticLib/libmean.a (1606, 2017-06-01)
compilingAndUsingLibraries/exampleStaticLib/meanMain (8672, 2017-06-01)
compilingAndUsingLibraries/exampleStaticLib/meanMain.c (156, 2017-06-01)
compilingAndUsingLibraries/exampleStaticLib/myLib.c (95, 2017-06-01)
compilingAndUsingLibraries/exampleStaticLib/myLib.h (83, 2017-06-01)
compilingAndUsingLibraries/exampleStaticLib/myLib.o (1464, 2017-06-01)
compilingAndUsingLibraries/libraries.tex (7264, 2017-06-01)
cppcheck/ (0, 2017-06-01)
cppcheck/Makefile (164, 2017-06-01)
cppcheck/code/ (0, 2017-06-01)
cppcheck/code/main.c (895, 2017-06-01)
cppcheck/cppcheckReview.tex (13222, 2017-06-01)
doxygen/ (0, 2017-06-01)
doxygen/Doxyfile (106165, 2017-06-01)
doxygen/Makefile (164, 2017-06-01)
doxygen/doxygenReview.tex (8972, 2017-06-01)
doxygen/html/ (0, 2017-06-01)
... ...

# programming_tools This repository contains useful introductory programming material such as tools and technique specifically focusing on C language. The material within this repository was created to support students learning and development. As such, the repositiory is open to contributions and suggestions from students. If you wish to contribute or suggest new topics please create new issues or pull requests. ## Latex To install and get started with software required for LaTeX, please check out instructions for your specific operating system at https://www.latex-project.org/get/ You will need pdflatex and make to generate PDFs for the review material. ## Getting Started ### Linux #### Compile Script On a Linux operating system, you can the use the ./compileScript to create a pdf file for each topic directory. This will run a script with a significant amount of output, once complete a pdf will be available in each directory. #### Compile Single PDF 1) Change to topic directory ex) cd cppcheck 2) Compile tex file into pdf, by calling make file ex) make or 2) If you don't have make installed use you can use pdflatex to compile ex) pdflatex cppcheckReview.tex ### Mac ### Windows

近期下载者

相关文件


收藏者