Thursday, August 2, 2012

How to read the content from the RAM (Random Access Memory)

How to read the content from the RAM (Random Access Memory)

RAM Stands for "Random Access Memory,". RAM is made up of small memory chips that form a memory module. These modules are installed in the RAM slots on the motherboard of your computer.

Monday, July 16, 2012

Amazing DOT Tricks

Most of us would be using Gmail for email service . Do you have a period “.” in your email address .? If yes , then try logging into your account without that period and if no , then try to add a period wherever you want and then login. You will be granted access to your account.

Not understood ? Let me give you an example .




Thursday, July 12, 2012

Emulated Turbo C++ - Full Screen Version-Windows-Vista-7-8-x86-x64


Emulated Turbo C++ v3.00 for All Aero Based Windows version! Just Install the package and start using C++ full screen on your Windows!! No more need to stuck with XP for your programming needs!! Go Ahead and Do Code!!

Wednesday, July 11, 2012

printf() Tricks - C - Win/GNU


It may be old-fashioned, but I still find printf (and sprintf and _vsnprintf) incredibly useful, both for printing debug output and for generating formatted strings.

Here are a few lesser-known formats that I use again and again.