text editor

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Sep 2006
Posts: 12
Reputation: lakshmi.1987 is an unknown quantity at this point 
Solved Threads: 0
lakshmi.1987 lakshmi.1987 is offline Offline
Newbie Poster

text editor

 
1
  #1
Sep 17th, 2006
can some one guide me in creating a text editor?tools that can be used,in detail.......
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 7,617
Reputation: ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of 
Solved Threads: 466
Super Moderator
Featured Poster
~s.o.s~'s Avatar
~s.o.s~ ~s.o.s~ is offline Offline
Failure as a human

Re: text editor

 
1
  #2
Sep 17th, 2006
A C++ compiler, an IDE and a GUI toolkit like the GTK+ which can be used for creating the user interfaces. This should be the bare minimum to get you started with.

BTW dont expect a source code or any help of that kind from here since we can only answer your queries but cant provide you automated homework help.

Best of luck for your future endeavours, bye.
I don't accept change; I don't deserve to live.
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 12
Reputation: lakshmi.1987 is an unknown quantity at this point 
Solved Threads: 0
lakshmi.1987 lakshmi.1987 is offline Offline
Newbie Poster

Re: text editor

 
1
  #3
Sep 18th, 2006
i hope u can find the word "GUIDE" in the thread which i posted.....anyways lemme tell u i am takin up text editor as a mini project which is a part of our curriculum....and i am restricted to use either C or C++ only...no GUI...thats the problem. so please help us.......
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 1,496
Reputation: WolfPack has a spectacular aura about WolfPack has a spectacular aura about WolfPack has a spectacular aura about 
Solved Threads: 104
Moderator
WolfPack's Avatar
WolfPack WolfPack is offline Offline
Mentally Challenged Mod.

Re: text editor

 
0
  #4
Sep 18th, 2006
Originally Posted by lakshmi.1987 View Post
and i am restricted to use either C or C++ only...no GUI...
Give us an example on how this text editor should look like.
Is it something like notepad in windows or like the old command line edit program in windows?
Last edited by WolfPack; Sep 18th, 2006 at 12:28 am.
バルサミコ酢やっぱいらへんで
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 12
Reputation: lakshmi.1987 is an unknown quantity at this point 
Solved Threads: 0
lakshmi.1987 lakshmi.1987 is offline Offline
Newbie Poster

Re: text editor

 
0
  #5
Sep 18th, 2006
similar to note pad....cant i create something like turboc editor??
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 1,496
Reputation: WolfPack has a spectacular aura about WolfPack has a spectacular aura about WolfPack has a spectacular aura about 
Solved Threads: 104
Moderator
WolfPack's Avatar
WolfPack WolfPack is offline Offline
Mentally Challenged Mod.

Re: text editor

 
1
  #6
Sep 18th, 2006
Here.
バルサミコ酢やっぱいらへんで
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 12
Reputation: lakshmi.1987 is an unknown quantity at this point 
Solved Threads: 0
lakshmi.1987 lakshmi.1987 is offline Offline
Newbie Poster

Re: text editor

 
1
  #7
Sep 18th, 2006
i appreciate your help.....but the stuff in the link which u gave is too complicated....as i have been asked to implement a simple text editor....i need the basic things....like i wanna know how do i start off with mere knowledge of C and C++ and data structures
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 7,617
Reputation: ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of 
Solved Threads: 466
Super Moderator
Featured Poster
~s.o.s~'s Avatar
~s.o.s~ ~s.o.s~ is offline Offline
Failure as a human

Re: text editor

 
1
  #8
Sep 18th, 2006
To achieve a difficult task and make a complete software is not easy as it appears and due to teh complexity it is bound to contain advanced concepts so that the software can be realized. If you have the desire to make a software you have to study hard to make it happen. Just asking for something to happen the easy way just doesnt click right. Before creating anything its better you do a reality check.

If you still feel that you can create a text editor software with the knowledge you possess, then best of luck for your project.
I don't accept change; I don't deserve to live.
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 5,850
Reputation: Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute 
Solved Threads: 749
Team Colleague
Salem's Avatar
Salem Salem is offline Offline
Void main'ers are DOOMed

Re: text editor

 
1
  #9
Sep 18th, 2006
> as i have been asked to implement a simple text editor
So a nice simple console editor, with a menu containing a few options
a) insert a line
b) change / edit a line
c) delete a line
d) print some lines
e) load
f) save
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC