|
|
|
|
/* CONVERT A 24-BIT TRUE COLOR IMAGE TO GRAYSCALE IMAGE USING C/C++ CODE*/
#include &...
|
|
Category:
C/C++
|
Date:
10/29/2010 8:45:15 AM
|
|
|
|
|
|
|
I was reading through various SharePoint forums and found the below code snippet to upload mu...
|
|
Category:
SharePoint
|
Date:
10/25/2010 11:56:29 PM
|
|
|
|
|
|
|
/* CONCATINATION OF TWO STRINGS */
#include<stdio.h>
#include<conio.h>
void main()
...
|
|
Category:
C/C++
|
Date:
7/20/2010 11:22:05 AM
|
|
|
|
|
|
|
/* TO FIND SUM OF SERIES S=1+2/3!+3/4!+------------ */
#include<stdio.h>
#include<conio...
|
|
Category:
C/C++
|
Date:
7/20/2010 11:19:55 AM
|
|
|
|
|
|
|
/* ENTER A STRING & COUNT NO. OF VOWELS IN IT */
#i...
|
|
Category:
C/C++
|
Date:
7/20/2010 11:17:29 AM
|
|
|
|
|
|
|
/* ENTER A NO. & PRINT SUM & MULTI. OF DIGITS */
#include<stdio.h>
#include&...
|
|
Category:
C/C++
|
Date:
7/20/2010 11:13:05 AM
|
|
|
|
|
|
|
A program to sort a range of numbers with Insertion and Quicksort, check their sorting time and prom...
|
|
Category:
C/C++
|
Date:
7/19/2010 11:37:11 AM
|
|
|
|
|
|
|
I have developed a custom web part which reads data from SharePoint List named "Projects"...
|
|
Category:
SharePoint
|
Date:
7/5/2010 4:01:17 AM
|
|
|
|
|
|
|
Following sample code snippets reads a SharePoint list named "Members" and filters ...
|
|
Category:
SharePoint
|
Date:
7/3/2010 2:08:29 PM
|
|
|
|
|
|
|
We can reply to a SharePoint Discussion Thread programmatically using C# code. Here is the code sn...
|
|
Category:
SharePoint
|
Date:
6/19/2010 3:45:22 PM
|
|
|