Elise - A Responsive Blogger Theme, Lets Take your blog to the next level using this Awesome Theme

This is an example of a Optin Form, you could edit this to put information about yourself or your site so readers know where you are coming from. Find out more...


Following are the some of the Advantages of Opt-in Form :-

  • Easy to Setup and use.
  • It Can Generate more email subscribers.
  • It’s beautiful on every screen size (try resizing your browser!)

Thursday, 11 July 2013

// // Leave a Comment

Postfix Evaluation

#define max_items 50 typedef int itemtype; #include<iostream> #include<string> #include<math.h> #include<fstream> using namespace std; class posteval { private: string input; itemtype result; int top; itemtype *items; int cheak; int counter; public: posteval(); void getexp(); void display(); bool isfull(); bool isempty(); void push(itemtype x); itemtype pop(); void eval(); void cheakexp(); }; posteval::posteval() { ...
Read More
// // Leave a Comment

Minesweeper Game in C++

#include<iostream> #include <stdlib.h> #include<conio.h> using namespace std; void main() {   int option;   int counter=0;   cout<<"for easy enter 1, for hard enter 2: ";   cin>>option;   cout<<endl;   while(option!=1&&option!=2)   { cout<<"enter 1 or 2: "; cin>>option; cout<<endl;   }   int mainArray[10][10];         //main array which has the values   if(option==1)   { srand(time(0)); ...
Read More
// // Leave a Comment

GPa Calculator in c++

#include<iostream.h> #include <stdlib.h> using namespace std; void main() { char number[40] ={0};           //this array use to store enrollment number char name[40] ={0}; // this array use to store students name float arr[9] = {0}; // this array use to store number and gpa float gpa,s = 0; // declare variable,,"s" variable use to store credit hours of every subject int totalcredithours=18; // total credit hours for(int p=0;p<1;p++) // this loop depend on number of students...
Read More
// // Leave a Comment

Casino + dice game in C++

#include<iostream.h> #include<conio.h> #include<stdlib.h> #include<time.h> void rules();       //function definition void main() { //start braces for main function  double balance,amount,num,dice;      //declare variables  char name[50],ch;                //declare variables  srand(time(0));  clrscr();  cout<<"*****************************************************************************";  cout<<"\n\n\t\t...
Read More

Monday, 24 June 2013

// // 7 comments

Best css drop down menu list for blogger

Today I am going to post a list of css drop down menu for your blog or website. This drop down menu Fully created in CSS and it does not effect your blog or website load time. Now a days most of blogger use drop down menu to make blog or website more attractive. Drop down menu is a best way to attract your visitors to visit again on your blog. Drop down menu play effective role in the development of an effective and user friendly blog....
Read More