There are some tutorials of programming and techy news and worldwide new update daily keep visits and giveaway announced soon.
Google Chrome
Get link
Facebook
X
Pinterest
Email
Other Apps
-
Good news for Chrome users, Google Chrome launches a default Ad-Blocker from today (15-Feb-2018).Google updates its browser chrome from now it will blocks all annoying ads which shows on sites and some auto play annoying videos.
Expense London Sydney Monthly rent for an apartment in a normal area R34,040 R29,446 1 litre of petrol R22 R14 Bread for 2 people for 1 day R18 R28 Big Mac Meal R110 R113 Internet (Wifi) (1 month) R402 R574 1 pair of jeans (Levis or similar) R1,308 R1,137 Short visit to private doctor R1,359 R727 1 beer in a pub (500ml) R93 R84 Monthly public transport ticket R2,567 R1,685
Basics Header Files : There are several header files. #include<iostream> is input output stream header files in which cout & cin functions are stored.I will discuss about more header files in my tutorials like #include<conio.h>, #include<math.h> etc. # means pre-process (process before compilation) headerfiles are always write on the top. Namespace std: We write "using namespace std;" to tells the compiler to use standard namespace.if you not write this after headerfiles then you will write it before every cout functions or some else.This saves our time if we write it after headerfiles. Cout: cout is a function to display something on the black screen after debugging.syntax is cout<<"Your Message"; Every thing in inverted commas be shown on black screen.if you just missed a ; there will be error.Variables will be discussed in our next lecture. Return 0: Return 0; terminates the main() function and causes it to ...
Comments
Post a Comment