Beginner with something in mind.
Posted: Tue Mar 22, 2011 11:42 am
Alright, I'm pretty much self taught in c++ and vb.net. I took some classes in high school, and I got hooked or programming. Recently I came into ownership of more free time, so I decided to pick up NDS programming again. Here is my plight, what I'm working towards is a basic text editor, but what I have in mind is a fully operational text editor. You see, I'm a good writer, and I get a lot of inspiration when I'm not in front of my computer. So to date, the text editors I have seen have either been too bloated, too lightweight, or unresponsive. I have a desire to correct this, but I'm still a beginner at this.
Base Flow --
Startup
File system initialization
Asks to open a file
Open
Edit with on screen keyboard
Save
Loops back to open file
--
I'm a bit confused on how to initialize FAT, I see an example, but it doesn't seem to do anything. I'm also fairly sure that the default C++ filestream methods are what I use to save files and open. I've also got the on screen keyboard mapped to a specific button combo. Which, I would actually like to use button combos to save files, and keep the touch screen as uncluttered as possible.
As soon as I get the basic function worked out, what I would like to start adding is hand writing recognizability (Such as PAlib), and skinnable and customizable keyboards. Another sweeping view I have is a fully functional image editor, and sketch pad for the on the go writers who also illustrate.
I'm not asking for too much help, I need some pointers and advice on how to get started, and perhaps some feedback on the idea itself.
Base Flow --
Startup
File system initialization
Asks to open a file
Open
Edit with on screen keyboard
Save
Loops back to open file
--
I'm a bit confused on how to initialize FAT, I see an example, but it doesn't seem to do anything. I'm also fairly sure that the default C++ filestream methods are what I use to save files and open. I've also got the on screen keyboard mapped to a specific button combo. Which, I would actually like to use button combos to save files, and keep the touch screen as uncluttered as possible.
As soon as I get the basic function worked out, what I would like to start adding is hand writing recognizability (Such as PAlib), and skinnable and customizable keyboards. Another sweeping view I have is a fully functional image editor, and sketch pad for the on the go writers who also illustrate.
I'm not asking for too much help, I need some pointers and advice on how to get started, and perhaps some feedback on the idea itself.