A simple GUI Notepad using C++ natively made in my high school in 2015

栏目: IT技术 · 发布时间: 3年前

内容简介:A GUI Notepad completely made from scratch using C++ native library and Graphics library coupled with mouse eventsCNotepad is a very simple application which I had development during my Highschool(12th) Grade Project as part of the courseWork It has been l

CNotepad

A GUI Notepad completely made from scratch using C++ native library and Graphics library coupled with mouse events

Introduction

CNotepad is a very simple application which I had development during my Highschool(12th) Grade Project as part of the courseWork It has been lying in my mails for more than 3 years and I would now love to opensource the project for everyone. So First of all I would like to thank to my High school Teacher, Mrs. Aswathy for her overwhelming support for this project

Main Headers used in the project

Following headers were used for the development of the project

#include<string.h>
#include<fstream.h>
#include<process.h>
#include<graphics.h>
#include<stdio.h>
#include<conio.h>
#include<dos.h>

Features

So this application doesn't have any advance features but plain functions and usage of graphics headers for having a plain UI which is minimal and effective and as well as simple to understand. This uses Binary file operations for making files and reading it.

  • Binary File Operations
  • Open Files
  • Read Files
  • Edit Files
  • Details of every file like no of words, letters, paragraph's etc.
  • Customisation of
  • Background
  • Text Field
  • Diffrent panels

Bugs

There are few issues as this is a very early implementation of it.

  • Cannot Edit the notes directly always as it is a binary file may face issues at times.
  • Have few GUI issues of wrong constraints and frames
  • The Customisation settings are temporary and it is not saved when the application is closed
  • Sometimes when you input files it may be going out of frame of the notepad UI as I have_not found a proper solution to fix it

Screenshots

A simple GUI Notepad using C++ natively made in my high school in 2015

A simple GUI Notepad using C++ natively made in my high school in 2015

A simple GUI Notepad using C++ natively made in my high school in 2015

A simple GUI Notepad using C++ natively made in my high school in 2015

A simple GUI Notepad using C++ natively made in my high school in 2015

A simple GUI Notepad using C++ natively made in my high school in 2015

A simple GUI Notepad using C++ natively made in my high school in 2015

A simple GUI Notepad using C++ natively made in my high school in 2015

Changelogs

V0.0 - 15-11-2015

  • First Beta Release
  • Known issues : Refer Bugs above

以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

零基础学算法

零基础学算法

戴艳 / 机械工业出版社 / 2012-3-1 / 69.00元

零基础学算法(第2版),ISBN:9787111372493,作者:戴艳 等编著一起来看看 《零基础学算法》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

SHA 加密
SHA 加密

SHA 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试