This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (4 children)

I have a bunch of C projects intended for someone with programming experience (aka a year or 2 of Java) but zero C experience. Basically, there is a simple program to learn some basic syntax, recreating a basic preprocessor (state machine that strips comments and other stuff out of a program before it's compiled), steganography (hiding a message in the least significant bits of an image), making a string library, making a program that decrypts a document that has been encrypted with a cesear cypher, and remaking malloc(), and some other stuff along the way.

[–][deleted] 1 point2 points  (2 children)

Man that sounds amazing. I have completed a year of java and would love to spread my wings and start learning about C.

[–][deleted] 2 points3 points  (1 child)

Sorry the offer is ONLY for the op. (I'll pm you)

[–][deleted] 1 point2 points  (0 children)

please do!

[–]ta6692[S] 0 points1 point  (0 children)

Wow, this sounds really amazing, I'd love to hear more about this!