I want a write a notepad program in C++. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want a write a notepad program in C++.

Please give me some ideas to write a C++ program for notepad.

13th Jul 2016, 3:23 PM
Karan V B
Karan V B - avatar
11 Answers
0
I know what notepad is. I just wanted to know because that I wanted to create a some utility program for my project work.
13th Jul 2016, 4:48 PM
Karan V B
Karan V B - avatar
0
hence, you must have some experience in programming in C++...right then give me the ide you are using
13th Jul 2016, 4:57 PM
Vedant Patadia
Vedant Patadia - avatar
0
try using a gui framework like qt
14th Jul 2016, 10:37 AM
Mr K
Mr K - avatar
0
lol, it'd be better if he'd shift to .NET Framework
14th Jul 2016, 10:42 AM
Vedant Patadia
Vedant Patadia - avatar
0
.net is good, but is restricted to windows. Qt is platform independent so it can run on windows, mac and linux. Depends on what platform you want your app to run on
14th Jul 2016, 10:55 AM
Mr K
Mr K - avatar
0
k.... whatsoever, go look to some open source utility software code, and personally C++ , is a no go....you can do much more in other langs
14th Jul 2016, 11:03 AM
Vedant Patadia
Vedant Patadia - avatar
0
I am using codeblocks IDE. Even if it is restricted to Windows no problem. I just need for my project work.
14th Jul 2016, 12:42 PM
Karan V B
Karan V B - avatar
0
bro, notepad is a text editor to be precise you'll need to know file handling and graphics programming for the GUI if you intend to make one it's not necessary to build a GUI and as far as ide is concerned, I don't think codeblocks is language specific you better shift to a proper IDE for development of a utility as we both suggest, try VS or Qt and wish you luck
14th Jul 2016, 12:55 PM
Vedant Patadia
Vedant Patadia - avatar
0
I know file handling but is there any sample code to understand more about the text editor
14th Jul 2016, 12:58 PM
Karan V B
Karan V B - avatar
0
search in github
14th Jul 2016, 1:07 PM
Vedant Patadia
Vedant Patadia - avatar
- 1
Sorry if I say something wrong or offensive, But do you even know what notepad is?
13th Jul 2016, 4:04 PM
Vedant Patadia
Vedant Patadia - avatar