Segmentation fault when function ends...1428 (3/30/2005 5:25:08 PM) comp.lang.c++ Hello all, I have a class member, which calls another member from the same class. The problem I'm experiencing is that the nested function executes fine, but causes a segmentation fault as it exits. I've t... deancoo
polymorphism type error, I think...611 (3/27/2005 5:38:24 PM) comp.lang.c++ Hello all, I'm having a problem compiling some code which I believe should compile. Can someone tell me what I'm doing wrong. The code in question is appended below, followed by the compiler output. Thank... deancoo
Best Linux distribution...1335 (3/21/2005 4:29:00 PM) comp.databases.oracle.server Quick question. What would be one of the better Linux distributions to run the Oracle db platform? I'm planning on using it in my home office/techlab to test out 'stuff' relating to data warehouses. It wou... deancoo
polymorphism, overloading...728 (3/15/2005 3:31:36 PM) comp.lang.c++ I'm having some trouble with a couple of classes I've created (base and derived). I had defined a function in a derived class, and then overloaded that function name in a class derived from the first derived... deancoo
Using 'random_sample'...729 (3/6/2005 9:57:00 PM) comp.lang.c++ I'm just a tad frustrated right now, because I need to ask such a n00b question. I'm trying to use 'random_sample', however, I'm getting back a compiler error saying; " `random_sample' undeclared (first use... deancoo
Copy algorithm with insert iterators...1615 (3/6/2005 8:55:44 PM) comp.lang.c++ I have gotten into the habit of often using copy along with an insert iterator. There are scenarios where I process quite a lot of data this way. Can someone give me a general feel as to how much of a perfor... deancoo
integer or long overflow...1122 (3/5/2005 1:57:07 AM) comp.lang.c++ When you increase the number contained within an integer or long data type beyond its capacity, what happens? I've run into this situation, and it continues right along. Is it simply just rolling over when ... deancoo
Class design...316 (3/4/2005 1:23:50 PM) comp.lang.c++ I'm hoping this isn't too off topic, but I'm not sure if I've included some of my member functions in the right class. I needed to develop numerous functions to help define object A. These functions current... deancoo
Swapping data between vector and map...717 (3/3/2005 12:20:21 PM) comp.lang.c++ Ok, I've got a vector I've filled with a LOT of data, and after massaging it just right, I need to copy it all over to a map where I'll have the advantage of assigning a custom key as the key attribute to do ... deancoo
Less than operator...224 (3/1/2005 12:03:10 PM) comp.lang.c++ Yet another question... I have a container (vector say) containing my class objects. I've overloaded the less than operator in my class definition to allow sorting based on a certain attribute of the class.... deancoo
Class design...316 (3/4/2005 1:23:50 PM) comp.lang.c++ I'm hoping this isn't too off topic, but I'm not sure if I've included some of my member functions in the right class. I needed to develop numerous functions to help define object A. These functions current... s2cuts555(49)
integer or long overflow...1122 (3/5/2005 1:57:07 AM) comp.lang.c++ When you increase the number contained within an integer or long data type beyond its capacity, what happens? I've run into this situation, and it continues right along. Is it simply just rolling over when ... s2cuts555(49)
Using 'random_sample'...729 (3/6/2005 9:57:00 PM) comp.lang.c++ I'm just a tad frustrated right now, because I need to ask such a n00b question. I'm trying to use 'random_sample', however, I'm getting back a compiler error saying; " `random_sample' undeclared (first use... s2cuts555(49)
What is wrong with this code? #3226 (3/8/2005 12:17:14 AM) comp.lang.c++ I have two vectors of objects, and these objects contain a double, 'ref_mass'. I want to remove the elements in one list from the other. My erase seems to work okay, except that after erasing the objects (... bcc6744(4)
A big thanks to you all427 (3/9/2005 8:01:58 PM) comp.lang.c Normally, when I make a post in these groups, I'm asking for help with some kind of error I'm having. This time, I have no questions (at the moment!). I just wanted to thank all of the regulars here that have h... guest9(7)
polymorphism, overloading...728 (3/15/2005 3:31:36 PM) comp.lang.c++ I'm having some trouble with a couple of classes I've created (base and derived). I had defined a function in a derived class, and then overloaded that function name in a class derived from the first derived... s2cuts555(49)
multiple projects in Dev-C++?519 (3/16/2005 9:40:42 PM) comp.lang.c++ Is it not possible to have multiple project open in Dev-C++? Each time I wan't to open a new project the program closes the one that is currently open. JS ... sfsdfs(27)
Best Linux distribution...1335 (3/21/2005 4:29:00 PM) comp.databases.oracle.server Quick question. What would be one of the better Linux distributions to run the Oracle db platform? I'm planning on using it in my home office/techlab to test out 'stuff' relating to data warehouses. It wou... s2cuts555(49)
polymorphism type error, I think...611 (3/27/2005 5:38:24 PM) comp.lang.c++ Hello all, I'm having a problem compiling some code which I believe should compile. Can someone tell me what I'm doing wrong. The code in question is appended below, followed by the compiler output. Thank... s2cuts555(49)
Segmentation fault when function ends...1428 (3/30/2005 5:25:08 PM) comp.lang.c++ Hello all, I have a class member, which calls another member from the same class. The problem I'm experiencing is that the nested function executes fine, but causes a segmentation fault as it exits. I've t... s2cuts555(49)