https://github.com/carlostojal/nerdpad
A simple developed in C language for C language text editor.
https://github.com/carlostojal/nerdpad
c notepad
Last synced: 24 days ago
JSON representation
A simple developed in C language for C language text editor.
- Host: GitHub
- URL: https://github.com/carlostojal/nerdpad
- Owner: carlostojal
- Created: 2019-03-13T23:02:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T12:47:15.000Z (over 7 years ago)
- Last Synced: 2025-03-04T20:34:18.530Z (over 1 year ago)
- Topics: c, notepad
- Language: C
- Homepage:
- Size: 4.78 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NerdPad IDE
A simple developed in C language for C language IDE.
Developed by carlostojal - Copyright 2019.

Directories description:
-
bin: executable and GCC files. -
img: images related to NerdPad -
src: source code of NerdPad
Warning: you need GCC compiler set as environment variable to use the compiler.
You can find the files in /bin/gcc
To check and install GCC (Windows):
- Open CMD
- Type set path
- If path to GCC compiler appears there, all is ok
- Else, open the Control Panel and go to System and Security->System->Advanced System Settings->Environment variables->System variables->Path and add the path to the GCC binaries