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 M3dc0dâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #282670 |
thank u, i i have solve the problem, yes it's an infinite loop, i did declare a variable mi and i did'nt use it in the loop, i used the min variable. Thank u (more) |
— | over 3 years ago |
Comment | Post #282670 |
when i compile it i got no error, but when i run it using ./a.out i got : "segmentation fault ./a.out" (more) |
— | over 3 years ago |
Edit | Post #282670 | Initial revision | — | over 3 years ago |
Question | — |
Why does this code that uses a pointer-to-pointer-to-int segfault? Hello folks, can someone resolve this seg fault with me please, i can't find the error where it occur. Thank you. ``` #include #include int ftultimaterange(int range, int min, int max) { int lentgh; int i; int mi; mi = min; lentgh = max - min; if (min >... (more) |
— | over 3 years ago |