( Any Picture Converter By Rostom V 1.0 )
All Rights Reserved (Storm).
=================================
Pictures converter which has the ability to convert any format into 3 different formats
which are : JPEG, PNG, and BMP
without losing the quality,
This programe was made by:
Programmer : Storm Rostom
Graphic Artist : Salim Bin Omar
=================================================
How to use :
https://www.youtube.com/watch?v=3Onjk4KonXE
Note: this programme requires net.framework v 4.0 you can get it by following this link :
http://download.microsoft.com/download/b/a/4/ba4a7e71-2906-4b2d-a0e1-80cf16844f5f/dotnetfx45_full_x86_x64.exe
CPIP is a C/C++ preprocessor implemented in Python. CPIP exposes all aspects of preprocessing for inspection.
NOTE: This project has now moved to https://github.com/paulross/cpip. This is no reflection on Sourceforge, indeed I am very grateful for them hosting CPIP for may years. It is merely because I can't manage two workflows!
C and C++ control flow graph generator and analyzer
CoFlo generates Control-Flow Graphs from C and C++ source code. It can then output the graphs in a number of ways and perform various control flow analyses.
NOTE: CoFlo has not been under active development for several years. At this time, I suggest you look into LLVM-based tooling to see if there is anything similar to CoFlo which will meet your needs.