Saturday, July 6, 2013

C++ Notes (Practical C++ Programming Teacher's Guide Introduction)


Practical C++ Programming Teacher's Guide Introduction


This guide is designed to help with the classroom presentation of the material in Practical C++ Programming. It contains a set of teacher's notes for each chapter which give you information about the key concepts covered in the chapter as well some ideas for in-class demonstration. The live demonstration section alrets you to the live programs available for demonstration in class. There is also a set of review questions for each chapter with answers. (The “Quiz” document contains these questions without answers.) Hopefully this guide will make your teaching of C++ a little easier.

Friday, July 5, 2013

Mathematics Group Presentation and Members SYBCA-2

Mathematics Group with Members

Matrices :
076,079,099,100,107,110

Graph Theory :
063,066,072,088,090,101

Connectives :
069,071,074,081,104,108

Normal forms and Theory of Interference :
068,077,092,105,109,111

Relational and Ordering :
064,075,082,089,096,113

Posets and Lattices :
061,067,078,087,095,106

Boolean Algebra :
062,073,083,091,097,112

Saturday, June 29, 2013

Download DFS PPT Material's Files

Hello, SY-BCA Students. Download this Data File Structure Material. Here is 4 files. If download link not working just comment below

Download below listed Files

Friday, June 28, 2013

C++ Simple Program with Class

#include<stdio.h>
#include<iostream.h>

class student
{
char name[20];
int age;

public:
void getdata()
{
cin>>name;
cin>>age;
}

Friday, June 21, 2013

First Hello World ! C++ Program

#include<iostream.h>
#include<conio.h>

void main()
{
               clrscr();

               cout<<"Hello World !";

               getch();
}

Monday, June 17, 2013

C++ File Maintain Instruction

This is instruction about How you have to maintain  C++ Lab File :

File Color : "Yellow"
Submit Duration : Each 10 Programs
Program Output : Front of Program Codding (as image below)


Note: Don't write program's output backside of your current codding page. example Id you have written program 1 then its output must be front of its codding.

Tutorial: How to Install Microsoft Lookback Adapter

Today we are going to install Microsoft Lookback Adapter in our system. Here I have listed steps that you will able to install this adapter easily. Follow each steps one by one and if you getting any difficulty in between just be free and post your comment below post. I will help you out.

Steps : How to Install "Microsoft Lookback Adapter"

step 1: Go to your "Control Penal"

step 2: Now, Select "Hardware and Sound"

step 3: Click on "Device Manager"

Sunday, June 9, 2013

Download SMITGUIDE Application for your Android Device

Hello, Friends. Today i'm going to launch SMITGUIDE Application for your Android Device. Download this app and you will able to get update in your phone without opening real website.