Tag: console
This post shows you 3 interesting/fun BASH commands: BASH Console Tetris Game You can now play tetris game in Bash console. You would need to install this via: $ …
February 15, 2014
32 bit, algorithms, beginner, c / c++, code, code library, implementation, linux, math, programming languages, windows
If you are a linux user, you may know this ‘useless’ command factor which will print the prime factors of given positive integers on command line. On execution, the factor will …
February 13, 2014
32 bit, animation, beginner, c / c++, code, console, implementation, programming languages, Win32 API, windows
In yesterday’s post, the random rectangles are printed using console only without the help of any graphics. The basic type of each element/pixel in the console (code page 437) …
February 13, 2014
16 bit, 32 bit, 64 bit, algorithms, animation, beginner, c / c++, code, code library, console, DOS, programming languages, Win32 API, windows
Are you still using Turbo C with graphics (code with initgraphics) ? It has been outdated for at least a decade. It is 16-bit graphics so please DON’T use it …
I believe some of you might have used Turbo C++ in the past. Turbo C++ is a 16-bit programming language and it has been outdated for a while. However, …