No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
@extr3mex, A good resource for learning more about gdb is the book ["The Art of Debugging with GDB, DDD, and Eclipse"](https://nostarch.com/debugging.htm). In this book there is a chapter (ch4), which covers how to find the location of a SEGFAULT, by dumping to the core file, loading it into GDB and …
hello, i'm working on a code where i have to make a calculator. i hope you guyes can check out my code and help. I would greatly appricate any help (: . here is what i have to do, calculator. this calculator keeps track of a #include <stdio.h> #include <stdlib.h> …
Write a program that reads integers, finds the largest and counts the occurrences. Assume that when the user enters it ends the sequence. Example : 3 5 5 5 0 Largest : 5 Occurrences : 3 I can't use arrays . I know I'm suppose to use loops but I …
The End.
Max_14