Postingan

Menampilkan postingan dari April, 2016

Cara mudah menginstall minGW offline

Gambar
g++ compiler c++ yang ada di MinGW32 MinGW adalah Minimalist GNU yaitu development environment untuk windows, banyak yang menggunakan minGW karena penggunaannya sangat mudah, dan gratis, akan tetapi jika kita menggunakan MinGW installer yang disediakan oleh MinGW diharuskan untuk terkoneksi internet, karena file yang ingin di install memang harus didownload dahulu(tidak di pack langsung di installer nya), ini tentunya sangat merepotkan jika kita ingin mengintall MinGW di banyak komputer. Berikutini adalah installer MinGW offline Cara installnya anda tinggal menjalankan file yang telah di download, sedangkan untuk cara mengatur path agar perintah g++/gcc/dsb dapat dijalankan lewat command prompt dapat dilihat di post sebelumnya

Simple File Splitter and Joiner C++ Source Code Download

Gambar
Hello everybody, today i will share my latest meantime code XD a simple file splitter and joiner . file splitter and joiner is a software that can split and join the marged files that have been splitted by the program, peoples mostly using file splitter for split file that will be uploaded to hosting servers, because some hosting server have their maximum upload file size, this program can merge HJSplit’s splitted files. Screenshoot: Run without argument How to use simple file splitter and joiner? use “filesplitterandjoiner.exe -h” it will show available argument, or you just run the program directly(by double clicking it) How this simple file splitter and joiner work? Spliting file When you split the file this program wil make input file stream object(ifstream), and use your desired file name as input file and then make output stream object and set the output name to <filename.ext>.001 and write data from input file to that output file until the de

Console Snake Game C++ Source and Program Download

Gambar
Hi, long time no see, today i will share source code of my simple program, this program is written in C++, here is this program screenshot: difficulty select screen Game screen There is no further documentation about this game , sorry about it XD there is the source code, codeblock project file and compiled program : DOWNLOAD