Search Results

Search: Posts Made By: sureshreddi_ps
Forum: Programming 10-11-2004
2,939
Posted By sureshreddi_ps
Could following be the reason?
In main() I have two objects of different classes say class1 & class2.

Class1 and class2 both uses pointer variables. Class1 initializes all the pointer variables but class2 doesn't.

My...
Forum: Programming 09-29-2004
2,939
Posted By sureshreddi_ps
Will we get SEGV if we try to “delete []” un-initialized integer pointer variable.
I have a class with an integer pointer, which I have not initialized to NULL in the constructor. For example:

class myclass
{
private:
char * name;
int *site;
}

myclass::...
Forum: Programming 09-09-2004
3,688
Posted By sureshreddi_ps
Thanks Driver it works for me.
Thanks Driver it works for me.
Forum: Programming 09-08-2004
3,688
Posted By sureshreddi_ps
How to get exit value of an executable that gets called from function?
How to get exit value of an executable that gets called from function?

I have an executable called “myexec” which returns 0 on success and different values for different fail scenarios.

I need...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 11:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy