C/C++ / Software TurboExcel converts Excel spreadsheets to C++ code. / This helps developers create perfect code instantly. Whenever you have to write a new function, prototype it in Excel first, getting the logic working before writing a single line of code. Then, push a button, and a perfect DLL is instantly created. / TurboExcel slashes development time, and you get working DLLs 10 times quicker with TurboExcel than traditional programming languages. How?... Tools / Code Generators SQL-to-C++ code-generator that generates a C++ class for every table in your SQLite3 database. The code-generation is performed based on the 'CREATE TABLE' SQL operators. Kalman filtering demo in MATLAB with... - Houman Zarrinkoub This entry contains the demo presented as part of two separate MathWorks webinars related to MATLAB-to-C code generation. In this demo, we feature a Kalman filtering algorithm for tracking moving objects and will demonstrate how to automatically... Development / Libraries ArmaNpy is a set of SWIG interface files which allows for generating Python bindings to C++ code which uses the Armadillo matrix library. Development / Libraries Sockeye is a language similar to Java, but with some pythonic sugar, which at least for the initial version will convert to C code prior to further compilation. Currently the parser only builds an AST and is on hold, and currently the std lib is... Tools / Compilers f2cpp is a python script to convert Fortran 77 to C++ code. The output files of f2cpp script, in contrast to the well-known f2c translator, can be easy read by human. Tools / Compilers relipmoC converts i386 assembly code to C code. Input must be in the same format as the i386 assembly produced by gcc. The resulting C code produces the same output as the original C program. Tools / Compilers a Java source to C code translator Tools / Code Generators Convert time sequence data to C code which can be compiled and executed to generate data for output to hardware. Tools / Build Tools Generate Pascal and/or C code starting from a simple HTML-like file. You insert then the output in your program and with a simple call to a function you'll see on the screen the linked HTML! In the future the format will be HTML/XML. Tools / Compilers Rpg2Cpp (Rpg++) is a compiler that translates RPG-III and RPG/400 sources from IBM-midrange systems (iSeries, AS/400) to native C++ code. C++ class-libraries resembling the RPG-III datatypes are included as well as a tiny CL-runtime-system. Tools / Code Generators Converts non-visual Delphi (Object Pascal) source code units to equivalent C# code. Tools / Code Generators Open Source Code Demo of MATLAB Coder converting Hello World M script to C++ file This is a simple demo of this powerful to demo the conversion of Matlab's M script file to a C++ file for your trading or target platform.
C/C++ / Miscellaneous A Coding Convention for C Code is a multi-platform compatible script that makes it easier for us to read each other's code, here are a few guidelines to follow when writing C code. Tools / Build Tools py2cpp, a Python to C++ converter. This is a tool to generate C++ source code from Python scripts and build a standalone executable program. Tools / Compilers Alpycc (Alberta Python-to-C compiler) is a Python to C compiler. It takes annotated subset of Python as input and produces C code for an extensions module. The compiler has basic support for NumPy. Tools / Code Generators C Code Completer enhance writing C code with auto popupping words, it also shows parameter list, the header file they are defined in, and what they do. This can be also used to compile if Borland Turbo C is present in the same directory.Based on .NET Tools / Code Generators Designed to aid in the conversion of Python modules to C extension modules while keeping the same interface into the module. This will make it easier to convert existing Python code into C code to give it a speed boost without changing to existing... C/C++ / Miscellaneous Absolute Beginner's Guide to C, Second Ed. is a multi-platform compatible program that introduces and teaches C for those with no prior experience, a good starter book. The Ultimate Introduction to C - The Ultimate Introduction to C C/C++ / Tips and Tutorials / Programming in C and C++ This tutorial is an introduction to C programming. C is an extremely powerful programming language. C is a language written by programmers for programmers. It teaches you how to program in C, learn: Your very first C program, what pointers are and... |