I have recently migrated to a new laptop - HP dv6119tx (Intel Core i5, 4 GB RAM). It has Windows 7 Home Premium 64 bit installed.
I have a segmentation fault...i\'m not sure what\'s causing it. Also, when passing the member pname into the function get_names, am I doing this correctly, or is there a better way of doing this?
I am trying to implement the BFS algorithm described in CLRS. And have the following: #include <iostream>
I came across the following C puzzle: Q: Why does the fo开发者_JAVA技巧llowing program segfault on IA-64, but work fine on IA-32?
I\'ve been having trouble getting this section of code to work. I\'m trying to get a character array to be copied so I can get a count of how many tokens there are to dynamically allocate and save the
I\'m having a little trouble with making the following piece of code work. I cannot write a throw exception so I don\'t know what else could I do.
I know segmentation fault means that the process has attempted to access certain memory that it\'s not allowed to.
Bottom line, why would iterator cause segmentation fault? Note, I\'m typing here the relevant parts of my code and not copy pasting. If there is an error in compilation, please note but do not consid
i have a program that does some GPU computing with Optional OpenGL rendering. The use dynamic is as follow:
can开发者_高级运维 anybody tell me if there is a way we can force a segfault with certain specific information in it. Forcing a segfault can be done through abort(), call. But i need something