
Search In
Whenever we create a project in visual studio, a file named AssemblyInfo is created by itself which contains the attributes used to define the version of assembly during compilation.
Versioning an assembly helps to identify deployed assemblies and h
Create a strong encrypted password in Java : In almost every application we need to create a strong encrypted password. There are many encryption algorithems to create password. It is good approach to have a strong salt and on the basis of that salt
/*=========================== Program to sort the strings in an array of pointers to strings =======/
/============================ By :Bipin Gosain ============================/
============================= Date :27-5-2016 ===================
Array_merge
Array_merge merges the elements of two or more array in one array such that the value of second array is appended to the value of first array. If two or more array elements have same key, then the later value will overrides the pre
Below is the program to demonstrate various method calling conventions followed in C:
using System;
class Program{
public static void Main(){
// ========================= PART I =======================================================
int n1 =
I want to print a file with the data of this struct.
struct dados
{
char matr[50];
char ele[50];
float ela[50];
float final[50];
int freq[50];
float recu[50];
};
Already trie
C#
CB.Net
1. It contains a “using” keyword to release unmanaged code.
1. It doesn't contains a “using” keyword.
2. It doesn't suppo
Use of Custom Radio Buttons
Custom radio buttons are used to style radio buttons by the use of CSS properties by applying background-color and border-color.
HTML:
<div class="radioButtons ">
<label for="veryurgent">
I am creating a login form for that, for the validation purposes i need to consume 1 particular web service. I am using Gsoap to call that web service , I followed all the steps and its generate .h files as well as all those stubs for the client side
Stickers are one of the best advertising materials. This is because they look quite attractive, can be individually dyed and cut, can be stuck on anything and are also easily removable. A lot of people use vinyl stickers to decorate their surrounding
