Code Monkey home page Code Monkey logo

factory's Introduction

Factory
=======

Cで書いたツールとライブラリの寄せ集めです。
必要に応じて必要な機能を書き足し続けてきたものなので雑然としています。
実行形式を含むアーカイブは以下の場所から落とせます。

_ttp://stackprobe.ccsp.mydns.jp/_kit/Factory   -- ファイルが行方不明


開発環境
--------

Windows 10 (Pro | Home)
Visual C++ 2010 Express | Visual Studio Community 2019

システムドライブ = C


フォルダ構成
------------

一部のプログラムが以下のパス名を一時ディレクトリとして使用します。

	C:\1, C:\2, C:\3, ... C:\999


定番のフォルダ (自分用メモ)

	---> _memo_Hierarchy.txt


ビルド手順
----------

1. Windows 10 Pro または Windows 10 Home 環境を用意する。

	1.1. アップデートを全て適用する。

2. Visual C++ 2010 Express または Visual Studio Community 2019 をインストールする。

	Visual Studio Community 2019 の場合「ワークロード」で "C++ によるデスクトップ開発" を選択する。

	2.1. アップデートを全て適用する。

3. 全てのファイルをローカルに展開する。

	このファイルが C:\Factory\Readme.txt となるように配置する。

4. コンソールを開く。

	4.1. OpenConsole.bat を実行する。

5. 以下のコマンドを実行する。-- 全てのソースをコンパイル・リンクする。

	> ff
	> cd build
	> cd _cx
	> rebuild
	> ff
	> cx **

6. 以下のコマンドを実行する。-- 改行コードをCR-LFにする。

	> fcrlf

7. 以下のコマンドを実行する。-- 一時ファイルを削除する。

	> zz


補足
----

/J コンパイラオプションにより char は unsigned char になります。

習慣で unsigned を多用しています。

型の想定

	---> _memo_Types.txt

factory's People

Contributors

stackprobe avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.