C++ File Position Indicators | Get, Put | tellg tellp | seekg seekp

  Рет қаралды 109,031

LearningLad

LearningLad

Күн бұрын

Пікірлер: 64
@NickLordiYT
@NickLordiYT 10 жыл бұрын
This really helped me understand this subject, thanks!
@humanhazard607
@humanhazard607 5 жыл бұрын
Awesome teaching Sir! And Sir,can you briefly explain the uses of seekg,seekp,tellg and tellp??
@umairabbasi2495
@umairabbasi2495 7 жыл бұрын
thank you so much sir it helped more than my expectations .
@LearningLad
@LearningLad 7 жыл бұрын
Awesome. Thank you and keep Learning :)
@technomoney618
@technomoney618 3 жыл бұрын
very good lesson! ~ thanks a lot~ . . we need more functions about files !
@LearningLad
@LearningLad 3 жыл бұрын
Coming soon!
@grishrana8432
@grishrana8432 4 ай бұрын
thanks man. It really helped me
@LearningLad
@LearningLad 4 ай бұрын
Glad my video helped you
@grybouilli5259
@grybouilli5259 7 жыл бұрын
thank you for a good video! What's the type of the value you put in seekg() (or seekp())? what is the value that tellp()/tellg() return?
@arunsurya5534
@arunsurya5534 5 жыл бұрын
Awesome explanation... it really helped me a lot. Thank you !!!
@LearningLad
@LearningLad 5 жыл бұрын
my pleasure thank you :)
@ahmadrezamp4183
@ahmadrezamp4183 4 ай бұрын
thank man it is very helpful for me excellent
@LearningLad
@LearningLad 4 ай бұрын
glad my video helped you :)
@mohammedabobakrsaeedbodawa5013
@mohammedabobakrsaeedbodawa5013 7 жыл бұрын
ur videos are all amazing Indian people make me crazy all of them smart doing coding
@LearningLad
@LearningLad 7 жыл бұрын
Thank you :)
@ShivamSingh-tk5gu
@ShivamSingh-tk5gu 4 жыл бұрын
Sir you explained really osm !!!👍👍
@LearningLad
@LearningLad 4 жыл бұрын
Thank you so much 😀
@syedrizvi2687
@syedrizvi2687 3 жыл бұрын
Very clear explanation, thank you so much!
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure :)
@georgeofsindrila
@georgeofsindrila 9 жыл бұрын
Thank you very much, you are very good at teaching!
@akshatsingh4937
@akshatsingh4937 5 ай бұрын
Thank you very much for the video
@LearningLad
@LearningLad 4 ай бұрын
my pleasure :)
@blind_neighbourhoodNerd
@blind_neighbourhoodNerd 5 жыл бұрын
Hey thanks so much , this really helped me!!
@yunestaku50
@yunestaku50 8 күн бұрын
Thank you so much brother
@LearningLad
@LearningLad 7 күн бұрын
You're most welcome.
@teluguPrapancham867
@teluguPrapancham867 7 жыл бұрын
Tq man(sir)!! U r teaching is good. Hope u will come up with tutorials on more topics in future.
@LearningLad
@LearningLad 7 жыл бұрын
sure will be back soon :)
@SajithJohnSam
@SajithJohnSam 9 жыл бұрын
Why do both the get and put pointers change dependantly when we change any of the this pointer at the fstream mode.? Are they dependant on each other?
@henrylarson1
@henrylarson1 3 жыл бұрын
Remember that for an fstream, the g (get, read) and p (put, write) offsets are merged into a single offset.
@whoisjrj
@whoisjrj 7 жыл бұрын
Thank you! It helped me out on al lot of things!
@LearningLad
@LearningLad 7 жыл бұрын
i'm really glad that my tutorials are helping you. Keep Learning :)
@xinking2644
@xinking2644 2 жыл бұрын
great, great explain!
@Endersontutoriales
@Endersontutoriales 7 жыл бұрын
Thank you!
@LearningLad
@LearningLad 7 жыл бұрын
Pleasure :)
@Renuma1199
@Renuma1199 9 жыл бұрын
Thanks it helped me a lot
@LearningLad
@LearningLad 9 жыл бұрын
+Sai Renuka pleasure :)
@Renuma1199
@Renuma1199 9 жыл бұрын
+LearningLad 😊😊😊
@wasimabbaci9399
@wasimabbaci9399 6 жыл бұрын
Good Kutti
@shashilata6702
@shashilata6702 8 жыл бұрын
Thanks for your helpful tutorial
@daekyong5059
@daekyong5059 3 жыл бұрын
Is there a way to indicate he row to seek in the file or is it really just for the character number?
@amirhajimirsadeghi
@amirhajimirsadeghi 10 жыл бұрын
At minute 10 when you called seekp() to chabnge the write position, why does the value of tellg() and tellp() both change?
@steavbun4199
@steavbun4199 8 жыл бұрын
+Amir Hajimirsadeghi Because The pointer was moved by seekp(2) it meant move the pointer from current position(0) to 2 , so when you use tellg() or tellp it meant you want to know where the pointer's position is then it will return number 2 for you!!
@sanjeevs6891
@sanjeevs6891 6 жыл бұрын
sir how did you make the count in seekp() function??????
@ststechnology-s9r
@ststechnology-s9r 2 ай бұрын
nice
@LearningLad
@LearningLad 2 ай бұрын
Thanks!
@mohammedabobakrsaeedbodawa5013
@mohammedabobakrsaeedbodawa5013 7 жыл бұрын
bro how are u how to write program to copy content from file to file please
@adventuresinphysics5069
@adventuresinphysics5069 2 жыл бұрын
what's the difference between seekg() and ignore() ?
@AnubhavShekharxp
@AnubhavShekharxp 9 жыл бұрын
cout
@ssharma5127
@ssharma5127 5 жыл бұрын
Try to open in both read and write mode
@saikiranrudra1283
@saikiranrudra1283 7 жыл бұрын
how to access new line if i have text in different lines ?
@ahmedelmelegy5490
@ahmedelmelegy5490 4 жыл бұрын
nice thanks :)
@LearningLad
@LearningLad 4 жыл бұрын
No problem!
@abhishekrai4325
@abhishekrai4325 8 жыл бұрын
Sir Thank You so very much ! It was really helpful.
@LearningLad
@LearningLad 8 жыл бұрын
+Abhishek Rai pleasure :)
@AhamedKabeer-wn1jb
@AhamedKabeer-wn1jb 7 жыл бұрын
Thankz
@LearningLad
@LearningLad 7 жыл бұрын
Pleasure :)
@JamesBond-jp2ep
@JamesBond-jp2ep 8 жыл бұрын
Hello, thanks for the nice video. I have the task to output a .txt file in c++ compiler with a justified width of 25 inputted by the user. I have to use ofstream and ifstream to read character by character and output each line so that the maximum number of character in a line is not more than 25. (not more than 25 characters) I need to solve this task urgently... :-( Could you please help me out?
@cityboy_jj
@cityboy_jj 10 ай бұрын
idk
@smithcodes1243
@smithcodes1243 8 жыл бұрын
Anil Shetty rocks ! Anil Shetty > Sunil Shetty
@mominmoney8835
@mominmoney8835 7 ай бұрын
Watching in 2024😮
@dealvin
@dealvin 3 жыл бұрын
seek(p|g) tell(p|g) mode write(p)/mode read(g)
@kaptanyadav6069
@kaptanyadav6069 6 жыл бұрын
are learning lad jra jor se bola kr bhai
@alishbamehmood6500
@alishbamehmood6500 Жыл бұрын
I wish it was in Urdu 🥲
Binary Files in C++ | CPP Programming File Handling Video Tutorial
7:52
you will never ask about pointers again after watching this video
8:03
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
SLIDE #shortssprintbrasil
0:31
Natan por Aí
Рет қаралды 49 МЛН
Ozoda - Alamlar (Official Video 2023)
6:22
Ozoda Official
Рет қаралды 10 МЛН
seekg and tellg in file Handling C++ || In English || By Vikash Shakya
10:30
Varteta Learning Platform
Рет қаралды 1,7 М.
Exception handling in C++ (How to handle errors in your program?)
24:46
C++ Header Files
15:10
The Cherno
Рет қаралды 746 М.
How to use binary files [an updated C++ tutorial]
19:18
Professor Hank Stalica
Рет қаралды 20 М.
POINTERS in C++
16:59
The Cherno
Рет қаралды 1 МЛН
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН