This really helped me understand this subject, thanks!
@humanhazard6075 жыл бұрын
Awesome teaching Sir! And Sir,can you briefly explain the uses of seekg,seekp,tellg and tellp??
@umairabbasi24957 жыл бұрын
thank you so much sir it helped more than my expectations .
@LearningLad7 жыл бұрын
Awesome. Thank you and keep Learning :)
@technomoney6183 жыл бұрын
very good lesson! ~ thanks a lot~ . . we need more functions about files !
@LearningLad3 жыл бұрын
Coming soon!
@grishrana84324 ай бұрын
thanks man. It really helped me
@LearningLad4 ай бұрын
Glad my video helped you
@grybouilli52597 жыл бұрын
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?
@arunsurya55345 жыл бұрын
Awesome explanation... it really helped me a lot. Thank you !!!
@LearningLad5 жыл бұрын
my pleasure thank you :)
@ahmadrezamp41834 ай бұрын
thank man it is very helpful for me excellent
@LearningLad4 ай бұрын
glad my video helped you :)
@mohammedabobakrsaeedbodawa50137 жыл бұрын
ur videos are all amazing Indian people make me crazy all of them smart doing coding
@LearningLad7 жыл бұрын
Thank you :)
@ShivamSingh-tk5gu4 жыл бұрын
Sir you explained really osm !!!👍👍
@LearningLad4 жыл бұрын
Thank you so much 😀
@syedrizvi26873 жыл бұрын
Very clear explanation, thank you so much!
@LearningLad3 жыл бұрын
Pleasure :)
@georgeofsindrila9 жыл бұрын
Thank you very much, you are very good at teaching!
@akshatsingh49375 ай бұрын
Thank you very much for the video
@LearningLad4 ай бұрын
my pleasure :)
@blind_neighbourhoodNerd5 жыл бұрын
Hey thanks so much , this really helped me!!
@yunestaku508 күн бұрын
Thank you so much brother
@LearningLad7 күн бұрын
You're most welcome.
@teluguPrapancham8677 жыл бұрын
Tq man(sir)!! U r teaching is good. Hope u will come up with tutorials on more topics in future.
@LearningLad7 жыл бұрын
sure will be back soon :)
@SajithJohnSam9 жыл бұрын
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?
@henrylarson13 жыл бұрын
Remember that for an fstream, the g (get, read) and p (put, write) offsets are merged into a single offset.
@whoisjrj7 жыл бұрын
Thank you! It helped me out on al lot of things!
@LearningLad7 жыл бұрын
i'm really glad that my tutorials are helping you. Keep Learning :)
@xinking26442 жыл бұрын
great, great explain!
@Endersontutoriales7 жыл бұрын
Thank you!
@LearningLad7 жыл бұрын
Pleasure :)
@Renuma11999 жыл бұрын
Thanks it helped me a lot
@LearningLad9 жыл бұрын
+Sai Renuka pleasure :)
@Renuma11999 жыл бұрын
+LearningLad 😊😊😊
@wasimabbaci93996 жыл бұрын
Good Kutti
@shashilata67028 жыл бұрын
Thanks for your helpful tutorial
@daekyong50593 жыл бұрын
Is there a way to indicate he row to seek in the file or is it really just for the character number?
@amirhajimirsadeghi10 жыл бұрын
At minute 10 when you called seekp() to chabnge the write position, why does the value of tellg() and tellp() both change?
@steavbun41998 жыл бұрын
+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!!
@sanjeevs68916 жыл бұрын
sir how did you make the count in seekp() function??????
@ststechnology-s9r2 ай бұрын
nice
@LearningLad2 ай бұрын
Thanks!
@mohammedabobakrsaeedbodawa50137 жыл бұрын
bro how are u how to write program to copy content from file to file please
@adventuresinphysics50692 жыл бұрын
what's the difference between seekg() and ignore() ?
@AnubhavShekharxp9 жыл бұрын
cout
@ssharma51275 жыл бұрын
Try to open in both read and write mode
@saikiranrudra12837 жыл бұрын
how to access new line if i have text in different lines ?
@ahmedelmelegy54904 жыл бұрын
nice thanks :)
@LearningLad4 жыл бұрын
No problem!
@abhishekrai43258 жыл бұрын
Sir Thank You so very much ! It was really helpful.
@LearningLad8 жыл бұрын
+Abhishek Rai pleasure :)
@AhamedKabeer-wn1jb7 жыл бұрын
Thankz
@LearningLad7 жыл бұрын
Pleasure :)
@JamesBond-jp2ep8 жыл бұрын
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?