0
I want a write a notepad program in C++.
Please give me some ideas to write a C++ program for notepad.
11 Respuestas
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.
0
hence, you must have some experience in programming in C++...right
then give me the ide you are using
0
try using a gui framework like qt
0
lol, it'd be better if he'd shift to .NET Framework
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
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
0
I am using codeblocks IDE. Even if it is restricted to Windows no problem. I just need for my project work.
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
0
I know file handling but is there any sample code to understand more about the text editor
0
search in github
- 1
Sorry if I say something wrong or offensive,
But do you even know what notepad is?