Posts in Category " programming languages "

Below are all the posts under " programming languages ", hope you will enjoy reading them.

Simple program to create a data text file with c sharp (c#)

From on May 19th,2012 No Comment

This is a really simple c sharp program which will create a text file with some data on it – code provided

Read More

Changing the content of a memory address with c program

From on May 18th,2012 No Comment

Simple c program showing you how to change the value of a content through the pointer.

Read More

How to use the strstr() function in c program

From on May 18th,2012 No Comment

This article will show you how to use the strstr() function in c program

Read More

Simple c language program related to an array of pointers

From on May 18th,2012 No Comment

Simple c language program showing you how to use an array of pointers to store the memory address of each array element – code provided

Read More

How to change the first character of a string using the pointer in c program

From on May 18th,2012 No Comment

Simple c program showing you how to write a program which will change the first character of a string accordingly.

Read More

How to pass an array variable to a function in c program

From on May 17th,2012 No Comment

Simple c program showing you how to pass an array into a function and then change the content of that whole array

Read More

How to store the memory location of a variable in a pointer variable with c program

From on May 16th,2012 No Comment

This article will show you how to store the memory location of a variable in a pointer variable with c program

Read More

How to find out the memory location (address) of a variable with c program

From on May 16th,2012 No Comment

This simple c program will show you how you can find a memory location of a variable temporary stores inside the RAM of your personal computer for the usage of that c program.

Read More

How to compile the java program with javac from the DOS command prompt in Windows?

From on May 9th,2012 No Comment

This post will show you how to compile the java program with javac from the DOS command prompt in Windows with java program sample provided.

Read More

Java source code for creating a simple rectangle box

From on April 23rd,2012 No Comment

Full java source code for creating a simple 500 x 300 rectangle box

Read More

This is how the javascript or operator works

From on April 21st,2012 No Comment

Examples showing you how to use the javascript or operator.

Read More

How to perform the Java BigDecimal type’s subtraction

From on April 11th,2012 No Comment

Example showing you how to perform the Java BigDecimal type’s subtraction

Read More

How to use the Java BigInteger class with source code provided

From on April 11th,2012 No Comment

Example showing you how to use the Java BigInteger class with source code provided

Read More