An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# NerdPad IDE
A simple developed in C language for C language IDE.

Developed by carlostojal - Copyright 2019.


NerdPad Logo


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