Developers

How to Compile and Run a C program in Linux?

How to Compile and Run a C program in Linux? Do you wish to know howto write, compile and execute C Program in Linux platform? Then you are at right place.In this tutorial I will show you howto code and run C Program in Linux terminal. :) 1. Goto Linux Terminal. 2. Type Vi Filename.C In the above screenshot I have given...

Basic Applet Program in Java

Basic Applet Program in Java This program is only for beginners in Java. Following program just gives you a gist of how an Applet must look like and what is the basic structure. There are actually five phases in an applet which are not explicitly shown here. The width and height values must be given and there are no...

Animating a car in Java

Animating a car in Java This program is only for beginners in Java. Most of you may have imagined it is very difficult of it takes a lot of time to grasp the essence of animation in Java. Well this program here dispels all those fears. It is a very basic (and dare I say an ugly) animation of a red car which moves from...

Know About CUDA

Know About CUDA Hi Geekyardian’s , I am here to explain what is actually CUDA. CUDA(Compute Unified Device Architecture) is a new technology which was introduced, developed, and currently under research by NVIDIA. “It is parallel computing architecture that enables dramatic increases in computing...

C++ Code To Emulate A Piano

C++ Code To Emulate A Piano Are you bored of typing Graphics Programs in C++? Here is something for your acoustic senses! This code will transform your ordinary keyboard into a Digital Piano! // DIGIP.CPP // DIGITAL PIANO // Created by Karthik Sampath on 3/3/2010. // Copyright 2010, Karthik. All rights reserved. //...

C Code To Display List Of ASCII Characters

C Code To Display List Of ASCII Characters Don’t know which number represents your favorite ASCII character???? This tiny, but useful, code is here to help you out! // ASCIICHR.CPP // ASCII Characters // Created by Karthik Sampath on 3/3/2010. // Copyright 2010, Karthik. All rights reserved. // The copyright to the computer...
  • Page 1 of 2
  • 1
  • 2
  • >