Cin in C++ for Receiving User, Console Input | CPP Programming Video Tutorial

preview_player
Показать описание
In this c++ / cpp programming video tutorials / lecture for beginners video series, you will learn how to use cin in cplus plus language to get user input or console input with example.

You will learn what is cin, how to use cin to read input from user, how to use extraction operator with cin, how to receive input for multiple variables using one cin in detail with examples.

Learn Programming in HINDI at our youtube channel

Catch us on Social Media
Рекомендации по теме
Комментарии
Автор

I thought that c++ is difficult than c, but by watching your videos, I feel like it's easier.
nice work.

bhargavagopi
Автор

Wow! I'm blown away at your ability to explain these concepts so simply. I feel like even I can do it now, and that's saying something! Thanks for the tutorial, you earned a like form me.

UnprovenAssumptions
Автор

#include <iostream>
using namespace std;
int main()
{
cout << " THANKS FOR TUTORIALS" << endl;
return 0;
}

shashidharkumart
Автор

Your videos are really helping me learning c++ ....thanks for helping us by your Very good learning....:):)

deepakreddy
Автор

All these videos are really helpful... thanks alot :)

Keetmalin
Автор

You are awesome teacher thanks for teaching us in this way

upasnasingh
Автор

sir can u tell me that how can space and enter both are same to read the input

aryavardhansingh
Автор

I hv learnt so much to see ur tutorial Anil Sir..
Sir I request u to put the videos of solution of some exercises given at the end.
e

Journalist.amrit
Автор

Your the best thanks for the tutorials.

tylorbray
Автор

5:40 why the execution time is soo high?

aryanpanchal
Автор

Bro, are we using cout and cin while building application?

ramchinthakayala
Автор

dear sir i want to know .if i lean your 143 vidio.do you think it is just for me to learn c++.

mohosinmohosin-eshf
Автор

if we need to take two inputs via cin where the two integer inputs are separated by spacebar, then can we write like this:
cin>>a>>" ">>b; ????

rishikvarma
Автор

this tutorial is 6yrs ago, is it still good to continue?. please i need response!

SOLOTECH-xxyj
Автор

I typed out everything exactly like I saw in the tutorial, but cin does not seem to work. If I pass in a char[] variable, I can get it to work somewhat but still not fully.
When I run it and try to enter the value, I can't get it to echo the keyboard. I press enter and I can see the cursor go down a line but it still dose nothing. If I press a ^z and enter, it goes to the cout statement, but then the integer is never assigned.

hitmanOnBillBoard
Автор

I am is real new to coder can u please tell be a one line diff in cout and cin

akhileshlsingh
Автор

thanks for the video. i am using the Microsoft visual studio c++.. i have been watching all of your videos and trying it all out. but in this video, when i debugged, it showed the output screen but disappeared after my input age value. usually, i use the cin.get(); at the end of every program since i am using the visual studio 2008 version. what am i doing wrong?

michaelthompson
Автор

Can you plss tell me the full form of cin and cout please ?

Reactionsgirls
Автор

hello sir
can we use cin for Boolean functions also?

rosewhitely
Автор

sir is there is and method of type casting through which we can change our float or integer value to some character??

goodthings