I am pretty new at C programming but i want to try to write a simple text editor anyway.
but i'm not shore where to begin.
Is there someone who can provide some hints (no code!) on how to structure the program
and perhaps a good starting point to get me on track?
Thanks in advance ,
Breekbot
BTW altough this is not a homework assignment i wouldn't dream of opposing forum rules
So this is my best effort!
its not much but im proud of it
#include <stdio.h>
int main()
{
printf("Hello editor\n");
return 0;
}

New Topic/Question
Reply




MultiQuote





|