Name: Anonymous 2012-09-12 14:20
I started reading K&R.
Until now, I've been using nano to code. However, I heard there are more efficient editors.
I wanted something that would tell me if there is a missing } ,for example, before I try to compile.
Another thing I seem to always do is to type things as following:
printf
printf()
printf("")
printf("\n")
printf("hello, world\n")
Basically, I go from the general to the specific. Is there any editor who automates this process?
Until now, I've been using nano to code. However, I heard there are more efficient editors.
I wanted something that would tell me if there is a missing } ,for example, before I try to compile.
Another thing I seem to always do is to type things as following:
printf
printf()
printf("")
printf("\n")
printf("hello, world\n")
Basically, I go from the general to the specific. Is there any editor who automates this process?