Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Every time you visit for the FIRST TIME today... [Part 1]

Name: Anonymous 2013-10-20 22:56

Post a random function that you made. May be from any project you've done or make one impromptu.

Any QUALITY is allowed. No bullying!

Name: Anonymous 2014-01-09 11:31

>>181
If you rely on undefined behavior, your program will function differently depending on the compiler's whim. It's unlikely that the collection of possible behaviors fits within the set of intended ones, as they are all undefined. If you need functionality that goes outside of standard C, then there are platform specific libraries, and many compilers support inline asm. Between those, you should be able to accomplish what you need without invoking undefined behavior. I think I'll need to see an example of what you are referring to. I don't see how constructs like *++a = *++b; help solve real world problems.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List