|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
2 | added 631 characters in body | ||
|
Small apps that don't have a UI, especially when you're trying to learn. Edit: After thinking a little more on this, I'd add the following: if you already know a higher-level language and you're trying to learn more about C, a good route may be to not create a whole new C app, but instead create a C DLL and add functions to it that you can call from the higher language. In this way you can replace simple functions that your high language already has to ensure that you C function does what it should (gives you pre-built testing), lets you code mostly in what you're familiar with, uses the language in a problem you're already familiar with, and teaches you about interop. |
||||
|
1 |
|
||
|
Small apps that don't have a UI, especially when you're trying to learn. |
||||
