I have a Parent class with a number of children.Each function in the Parent class is pure i.e. there are no parent implementations of the functions but the children have their own implementations.No n
I am facing this strange problem in my android , When I try to run a executable by using : su -c \"/path/to/executable\"
The following application generates a Segmentation Fault when executed: .set __NR_reboot, 169 .set LINUX_REBOOT_CMD_POWER_OFF, 0x4321FEDC
This question is specific to the task construct in OpenMP 3.0 and its use of implicit firstprivate for C++. I am looking for an explanation of the problem and also possible solutions.
#include <iostream> using namespace std; void initializeMap(int mapSizeX, int mapSizeY, int map[][10])
Why am I getting a bus error? The problematic line is marked inside the code. Exercise 2-4. Write an alternative version of squeeze(s1,s2) that deletes each character in s1 that matches any character
Am attempting to use [gensim][1], a Vector Space Modelling package for python in some Machine Learning experiments of mine. I followed their installation instructions as said here, though installation
I\'m experiencing a very weird problem. Let\'s say I have a class, a public member of which is a vector of pointers to some type:
I am getting a segmentation fault in my program and gdb tells me it is in this function on the line of
I have just created an Ubuntu virtual machine for web development and I want to use Git for version control, however I\'m running into some problems.[The reason that I mention the VM is simply because