المشاركات

Gifs

صورة
 

Makefile Tutorial

صورة
Have you ever peeked into the source code of any of the applications you run every day? Ever used  make install  to install some application? You will see make in most projects. It enables developers to easily compile large and complex programs with many components. It’s also used for writing maintenance scripts based on timestamps. This article shows you how to have fun with make. Large projects can contain thousands of lines of code, distributed in multiple source files, written by many developers and arranged in several subdirectories. A project may contain several component divisions. These components may have complex inter-dependencies — for example, in order to compile component X, you have to first compile Y; in order to compile Y, you have to first compile Z; and so on. For a large project, when a few changes are made to the source, manually recompiling the entire project each time is tedious, error-prone and time-consuming. Make is a solution to these problems. It

Turbo C for 64 bit windows 7

صورة
Hi guys you can use Emulated Turbo C++ for running turbo c in 64 bit win 7 Emulated Turbo C++ 2.0 hare Version 2.0 of Emulated Turbo C++ (Supporting IDE 3.0) which is lighter, faster and more stable. This is Turbo C++ for windows vista and windows7 32 bit and 64 bit. also supports i3, i5 & i7 processor. Updated Feature: 1) Support for Intel's new range of processor (i3, i5 & i7). 2) Keyboard and mouse sticking issues. 3) Problems in saving the files. 4) Problems faced during compiling. 5) Added support to more keyboards. Installation: 1st you need to download Turbo C++ compiler and install it. Refer this article to install turbo c. How to Install Turbo C Compiler Make sure you don't change location of any files or folders, especially in ‘C:\TC' folder. Doing so might make the software unusable. Next step is to Download and install Emulated Turbo C++. for this   click here Password for download is -  mohitsaxena Installation of th

Creating shortcut commands in terminal using .bashrc file

Hi guys I would like to share about .bashrc file, I think you might already have come across this file at your home directory on any linux system, I am using Linux Mint 12 currently whatever I explain here will hold good for almost all linux distributors. What is .bashrc ? This is a hidden text  file in your home directory. The  ~/.bashrc  file determines the behavior of interactive shells. A good look at this file can lead to a better understanding of Bash. This file will be run as soon as you launch your shell.                  Now you might have got little idea, for now just remember that .bashrc would control your terminal behavior. so you might think what so special about this file? actually this is a quit interesting file you can play around and give customize your bash a better way. Creating shortcuts:               .bashrc can be used to customize commands the way you like.     Every time you do               $~ sudo apt-get install "some_package&qu