+ 1
I am learning system programming in c ?
But i don't what can i do using that What are the cool thing i can do ? Any project idea?
2 Antworten
+ 3
I don't really understand what you'd like to know, but I try to answer anyway.
C is definitely a good choice for systems programming. It's a very fast language that can be used to create anything you want from operating systems to desktop applications and web servers. You can also look at the projects of the GNOME project which are open source and mostly written in C: https://www.gnome.org/get-involved/
Currently however Rust is a rapidly growing new language that already replaces C in many projects. It's easier and more secure than C and has lots of other advantages: https://rust-lang.org
+ 2
Try an integration project where you connect to a device (a process controller). Look into computer architecture concepts also.