Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugoarregui/statement-templates
Automatically exported from code.google.com/p/statement-templates
https://github.com/hugoarregui/statement-templates
Last synced: about 2 months ago
JSON representation
Automatically exported from code.google.com/p/statement-templates
- Host: GitHub
- URL: https://github.com/hugoarregui/statement-templates
- Owner: hugoArregui
- Created: 2016-02-10T18:01:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T18:02:54.000Z (almost 9 years ago)
- Last Synced: 2023-04-06T00:32:21.671Z (over 1 year ago)
- Language: C++
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
Awesome Lists containing this project
README
Please visit the project homepage at http://statement-templates.googlecode.com
To build in gcc (4.7 or above) issue make in a linux shell.
The source code is organized as follows:
* src/ Contains the basicStatements, those that should be created
by the compiler at compile time.* sampleUses/ Sample libraries that would overload the statements.
Look here!* test/ Cpp file to test and show results.