Posts Tagged ‘easyEclipse’
Write C code under Windows using Open Source App

I will share about my difficulties in write some of programming language code. In the beginning of this month, I had Network Performance Analysis and Simulation homework. It’s about simulation program in queuing theory. We should make some code to simulate M/M/1/K and M/M/m/m queuing system. The simulation result will be compared to analytical approach calculation.
By using my notebook, that have limited specification (memory only 256 MB), I cannot install any heavy compiler or debugger (i.e Visual Studio or Visual Studio .NET Frameworks). By suggestion of mbak Iin, I use easyEclipse C/C++ (open source application), its not consume much energy (Ram, Processor etc). First of all I install easyEclipse for C/C++ Interface. After install the application … i try to make a simple C code, named HelloWorld. Unfortunately the code is not running :(( .