File Handling in C++ Part 2 | C++ Tutorials | Mr.Kishore
Вставка
- Опубліковано 13 гру 2024
- C ++ Tutorial Videos | Mr. Kishore
** For Online Training Registration: goo.gl/r6kJbB ► Call: +91-8179191999
💡 Also Watch
C Language Tutorials: goo.gl/qDhJ2r
Core Java FAQ's: goo.gl/qGh5mA
Core Java Tutorials: goo.gl/NbaEge
Java Programming Tutorials by Mr.Hari krishna:
goo.gl/HThq6H
Advanced Java Programming Tutorials by Mr.Nataraj:
goo.gl/1U2Qgy
Subscribe to our channel and hit the bell 🔔🔔🔔 icon to get video updates.
💡 Visit Our Websites
For Classroom Training: nareshit.in/cp...
For Online Training: nareshit.com/c...
#JavaCollectionsFramework #Tutorials #Videos #corejava #Quiz #Clanguage
--------------------------
💡 About NareshIT:
"Naresh IT is having 14+ years of experience in software training industry and the best Software Training Institute for online training, classroom training, weekend training, corporate training of Hadoop, Salesforce, AWS, DevOps, Spark, Data Science, Python, Tableau, RPA , Java, C#.NET, ASP.NET, Oracle, Testing Tools, Silver light, Linq, SQL Server, Selenium, Android, iPhone, C Language, C++, PHP and Digital Marketing in USA, Hyderabad, Chennai and Vijayawada, Bangalore India which provides online training across all the locations
--------------------------
💡 Our Online Training Features:
🎈 Training with Real-Time Experts
🎈 Industry Specific Scenario’s
🎈 Flexible Timings
🎈 Soft Copy of Material
🎈 Share Videos of each and every session.
--------------------------
💡 Please write back to us at
📧 us.training@nareshit.com/ 📧 online@nareshit.com or Call us at the USA: ☎+1404-232-9879 or India: ☎ +918179191999
--------------------------
💡 Check The Below Links
► For Course Reg: goo.gl/r6kJbB
► Subscribe to Our Channel: goo.gl/q9ozyG
► Circle us on G+: plus.google.co...
► Like us on Facebook: / nareshit
► Follow us on Twitter: / nareshitek
► Follow us on Linkedin: goo.gl/CRBZ5F
► Follow us on Instagram: goo.gl/3UXYK3
Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: goo.gl/HIB0wL
Sir really you are amazing. Your class motivated me to learn c++ . Its only because you have given amazing daily life examples like that you have given an example in files. Really I liked alot. Really you have did a wonderful job.
Its very amazing,
he is explaining everything so deeply thanks a lot...
Your are great teacher...Thanks for the videos.
very good teacher...kudos to all the teachers of this channel.
Thanks for giving information about c ++ .all your videos are very helpfull to me in exam time.
thnku sir ...best teacher of C++ from Pakistan ❤❤❤
Very much simpler, thank u sir, and upload more video's.. 🙏👍
You're good lecturer who knows how to explain things in details big up ,,,may oneday come to my house to teach me face to face 🙊🤗🤗🤗
I am learning face to face in naresh it daily. 😌😌
I have one doubt Sir, whatever notes I referred according to that we can write data to hard disk or to file by using object of ofstream and insertion operator. Can we do like this? For example here in this video 'file' is the object of ofstream so can we write after opening a file that file
very clear explainaton sir!
Superb explanation sir👌👌
I like theory and the way he is explaining, but written code is not working as expected, id is number and when converted to char* it actual gets the ASCII code of that id number, if you enter 65 you get A for example. Lessons learned, those trainings should be supported with hands-on code typing/running.
Really u re awesome teachers 🙏 i ever seen on youtube
Very well explanation 👍
Thank you so much sir 😊😊
V. Good presentation. Thank you.
Sir you are just amazing love from Pakistan, God bless you , Thanks Sir.
You are a good teacher
Great experience sir thanks a lot.
Sir you are amazingly takeing a class
you are amazing?? me and my friend from istanbul universiy are following your good way>>>>all the best (:
Explaination is nice
Very nice teaching sir
Of stream file( "stu.dat") how can u say it's a constructor????
It is overwriting the default constructor of the object that was formed 'File' Of class ofstream.
This is file name
amazing teacher
Sir why do we use (char *) why do need to convert into character
you are best describer
Thank you sir🙏
Thank u sir
I am unable to read ...sir can you please conclude us the concept in live demo?
Tnq sir
Y it should be converted in character format??
because character can store any data type even numbers , float variables , texts ,symbols etc...
Sir it is over writing the 1st entered contents.
why do we have to use ( .dat) after file name ?
integer value is not getting typecast in file help....by using the above code
👍
Set playback speed to 1.25x
Sir please, can you explain in hindi. Please sir.
Sir ji please please please sir try to explain in hindi please guru ji please.
Plz set playback speed 2x before listening
#include
#include
using namespace std;
int main()
{
char passw[30];
coutpassw;
ofstream FILE;
FILE.open("Exam.txt");
for(int i=0;i>-2;i++){
FILE.write((char *)&passw,sizeof(passw));
}
FILE.close();
}
I have one doubt Sir, whatever notes I referred according to that we can write data to hard disk or to file by using object of ofstream and insertion operator. Can we do like this? For example here in this video 'file' is the object of ofstream so can we write after opening a file that file
Thank you sir.