Find some Tweaks & Tips over Here

SIMPLE C & C++ PROGRAM TO ADD TWO NO.

SIMPLE C & C++ PROGRAM TO ADD  TWO NO


C programm

#include<stdio.h>

void main()
{
int a,b,c;
printf("Enter the value of  a");
scanf("%d",&a);
printf("Enter the value of  b");
scanf("%d",&b);
c=a+b;

printf("\nThe value of a+b is=%d",c);

}

C++ programm

#include<iostream.h>
void main()
{
int a,b,c;
cout<<"Enter the value of  a";
cin>>a;
cout<<"Enter the value of  b";
cin>>b;
c=a+b;

cout<<"\nThe value of a+b is="<<c;

}



Thanks for visiting...................





Share:

C++ PROGRAMMING INTRO

C++ PROGRAMMING

After the invention on 'C' there are lots of the changes came in programming world but at the name security C language fails ,then there is need of new Language which has security in the programming
C++ programming language is far better than 'C' programming language .It is like dad of  'C'.
In C++, classes are used to which makes program secured & encrypted , 'C' has lack of security thats why C++ (c plus plus)is invented in early 1980s by Bjarne Stroustrup at AT&T Bell lab.He decided to extend the language by adding features from his favorite language,Simula 67.Simula 67 was earliest object oriented language.
This is also called "C with classes"

list of  operating system contains C++


Ios (C,C++,Objective C)
Android(C,C++,Java)
Windows Phone(C++, .Net)
Symbian(C++)


Simple C++ program

#include<iostream.h>
void main()
{

cout<<"You are into C++";

}

Instead of stdio.h C++ uses iostream.h as main header file of I/O library function.

cout used for print something into quotes .



Thank you for visiting....................


Share:

HOW TO DOWNLOAD TORRENT FILES IN WITHOUT UTORRENT OR BITORRENT

 HOW TO DOWNLOAD TORRENT FILES IN WITHOUT UTORRENT OR BITORRENT 


Dont want to download Files using utorrent or bitorrent 
got to www.zbigz.com ant uppload torrent file by selecting then ok ->Free
it will Caсhing torrent ,after complition  click on zip  and i will start downloading the file 
use internet download manager(idm) for faster download.
i is very useful for slow internet connection .
idm Download it at 20-30Kb/s where Utorrent & Bitorrent download it on 8-15Kb/s



Download Idm link..http://mirror2.internetdownloadmanager.com/idman615.exe
 with 30days trial version





Thank you for visiting............................   
Share:

HOW TO Increase Firefox surfing speed

Increase Firefox surfing speed

Yes you can increase speed of firefox browser 
lets start...
open firefox now
In the address bar type: “about:config” (Without quotes)
Click "yes i'll be careful,I promise"

paste folowing lines in search bar one by one and change the values acc. to below

1. "network.http.pipelining" double click to TRUE
2.“network.http.proxy.pipelining” double click to TRUE
  browser.tabs.showSingleWindowModePrefs - true
network.http.max-connections - 48 
network.http.max-connections-per-server - 16 
network.http.max-persistent-connections-per-proxy - 8 network.http.max-persistent-connections-per-server - 4
network.http.pipelining.maxrequests - 100 network.http.proxy.pipelining - true network.http.request.timeout - 300
3.Now. Right-Click anywhere then click “Create New” Then “Integer. Name it ''nglayout.initialpaint.delay''
   Then Click Ok, then put the number “0" in the next box

4. Click OK, Restart Firefox ..enzoyyyyy


Share:

How to Check ur antivirus WORKING OR NOT

How to Check ur antivirus


How to check  that How much ur antivirus strict for virus 

1.open notepad from start menu and copy this code written below

X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

2. save this notepad as whatever u name it like "anti.bat" and select save type as 'all files'

now ur antivirus automatically quarantine this file if ur  antivirus is in working if not else ur  antivirus disabled or its detection rate is low


here
anti=Name of the file
.bat=type of file  
u can save in any format like .com , .exe etc.


Thank you for visiting...... 
Share:

A Simple C Program INTRO

A Simple C Program

  
 In every 'C' program must have "main" function .Here is the point where execution starts. The group of statements defined in the "main" enclosed in a pair of braces {}. Every expression statement must end with a semicolon & tell  to compiler that this statement is ends here .The closing brace of the main tell  to compiler that end of the program. 

       When you execute(run) program you won’t see "You are into C" on the  console  becz.  the screen will just pop ups and go away .If you want to see the line you can use getch()(use conio.h file) function just  below the printf().

for save F2
for run use CTRL+F9
For compile use ALT+F9
for see output use ALT+F5


*stdio.h is a header file which is like a library for printf.
*main is the function of program without main function no one can execute or run a program 
* whenever you write anything else in  between of  " " it prints as it is what you written  

#include<stdio.h>
     void main ()
  {
       printf ("You are into C ”);

   }





go to File which is on title bar and click on it then save as "FileName.cpp"  then click 'Ok'


Always make a habit ,before Executing the program,save it

Download turbo c compiler 



Share:

recent posts

featured video

BTemplates.com

Powered by Blogger.

Search This Blog

Blog Archive

Translate

About

Blog Archive