Skip to content

jdduke/RuntimeCompiledCPlusPlus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 

Repository files navigation

Runtime Compiled C++ sample code

* Code: https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus
* Wiki: https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus/wiki
* Blog: http://runtimecompiledcplusplus.blogspot.com/
* Group: http://groups.google.com/group/runtimecompiledcplusplus

Runtime-Compiled C++ is a way to reliably make major changes to your C++ code at runtime and see the results immediately. It's aimed at games development but could be useful in any industry where turnaround times are a bottleneck.