Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Forums
Favorite Tags
c x 5

3 Posted Topics

Member Avatar for extr3mex

@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 …

Member Avatar for Max_14
0
707
Member Avatar for Max_14

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> …

Member Avatar for Max_14
0
220
Member Avatar for Max_14

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 …

Member Avatar for jnneson
0
172

The End.