I was looking at the disassembled code of 2 programs compiled with gcc. In one program I initialised an unsigned variable and in the next program I initialised the same variable as signed.
Oct 30, 2011
Oct 27, 2011
Static and Shared libraries with C
This post explains how to use static and shared libraries with C. My platform is gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5).
Oct 12, 2011
Install basic required applications in Ubuntu 10.04 LTS - Lucid Lynx
LTS means long term support. So this version of Ubuntu is a nice flavor. But the main problem with open source OS is it will be just an OS without the some good applications.
Subscribe to:
Posts (Atom)
For Web Developer
open -a "Google Chrome" --args --disable-web-security
-
open -a "Google Chrome" --args --disable-web-security
-
This post is incomplete. Would update later... ;) Address space of a process can exceed physical memory using virtual memory. I can use t...
-
Deleting a file in Win/Linux is almost like locking in a safe. It can be retrieved from the drive easily with a recovery program as long ...