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
What about Russian spy ? The UK will expel 23 Russian diplomats after Moscow refused to explain how a Russian-made nerve agent was used on a former spy in Salisbury, the PM says. Theresa May said the diplomats, who have a week to leave, were identified as "undeclared intelligence officers". She also revoked an invitation to Russia's foreign minister, and said the Royal Family would not attend the Fifa World Cup later this year. Russia denies being involved in the attempted murder of Sergei Skripal. The Russian Embassy said the expulsion of 23 diplomats was "unacceptable, unjustified and short-sighted". Former spy Mr Skripal, 66, and his daughter, Yulia Skripal, 33, remain critically ill in hospital after being found slumped on a bench on 4 March. Det Sgt Nick Bailey also fell ill responding to the incident, and is in a serious but stable condition, but is thought to be improving.
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