Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for mm1
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #293503 |
Post edited: |
— | 2 days ago |
Edit | Post #293503 |
Post edited: Formatting |
— | 3 days ago |
Edit | Post #293503 |
Post edited: Formatting. |
— | 3 days ago |
Edit | Post #293503 |
Post edited: |
— | 3 days ago |
Edit | Post #293503 |
Post edited: |
— | 3 days ago |
Edit | Post #293503 |
Post edited: |
— | 3 days ago |
Edit | Post #293503 | Initial revision | — | 3 days ago |
Question | — |
Casting a non-`void` pointer to `uintptr_t` I came across the following code snippet on the SEI CERT C Coding Standard wiki: > Compliant Solution > > Any valid pointer to void can be converted to `intptrt` or `uintptrt` and back with no change in value. (See INT36-EX2.) The C Standard guarantees that a pointer to void may be converted to ... (more) |
— | 3 days ago |