I am a second year software developer student who is looking to get some feedback on my C. I want to hear what I'm doing wrong, what coding conventions of mine are poor, where can I improve, etc.
I'm not sure if this is the right subreddit or not, hopefully it is. If not, please point me to the correct subreddit.
Either this repo about using pipes in Linux or this repo which is a small GPS Raspberry pi application should suffice.
Background on #1: A small program which disables terminals functionality in Linux, recreates it programmatically and then translates messages (turns all a's into z's and X's into backspaces) via communicating between three processes with pipes. Basically did this to learn IPC pipes.
Background on #2: Made a small GPS application with a friend using GPSD for Raspberry Pi's. Utilizes curses to draw all data to the screen, as well as attempt to "graph" your location on the world and the general direction of all visible satellites.
Thank you for your time.
Subreddit
Post Details
- Posted
- 8 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/C_Programmi...