User Profile
Collapse
-
I am using C++ on Solaris. Hence the Makefile utility for compiling. Please let me know how can I link the external library to my program.... -
How to link an external library in my C++ application?
How can I use one external library in my C++ program? -
how to get the sum of the values in entire column inside a file?
I have a file, in which one particular column contains integers/float values. How to get the sum of these values of the particular column? -
-
how to kill a process, if we have the process name?
Inside a shell script, how can we kill a process during run time, if we know only the process name. -
How to make public member of a class, private in the derived class?
There is a base class A, which contains 4 different data members, all are public.
class B is publicly derived from class A.
How to make just one data member of class A as private in class B ? -
Hi,
I need to call the perl script from a webpage means from the HTML code.
My perl script is in unix server.Leave a comment:
-
How to call a perl script in Unix server from a web-page.
Hi,
I have a perl script resides in my unix serve. I want to call that from inside a web-page. Please let me know, how can i make it possible? -
how to search the pattern from the given file
I have a text file. I need to search for two strings and replace the string for values from another line. I am attaching the text file.
The requirement is like below:
For every :61: line it will search for NOREF or NONREF string,
if anyone of these exist, this string (NOREF/NONREF) will be replaced with the string in :86: line (the only :86: line that follows :61: line) OUR REF and YOUR REF which is in bold and... -
-
what does it do undef $/;
Hi,
I am new to Perl and could not understand the below line from an existing Perl Code.
undef $/;
Could anyone please let me know, what does it do? Thanks in advance.
Regards... -
how to add time stamp in logfile
Hi,
I am working in a project, which consists of C++ and shell scripting code.
In the logfiles there is no time stamp.
Please let me know how I can add time stamp to the logfiles.
I want to prefix the date and time to all the lines of a logfile.
Please help me. Thanks in advance.
Regards. -
SQL statements inside shell script
Hi,
I have written a shell script, in which I am connecting to the oracle database and doing some manipulation. while I am running the script, its showing me the messages I am displaying in the script as well the Oracle messages. But I dont want to display the oracle messages. Please let me know how to do this. Here I am pasting the output
dpdcs5:/home/rd31424/DBAScript $ ./newAdmMenu.sh
Enter the connect string... -
what does :=0 mean in shell scripting
Hi,
Could anyone please let me know what does it mean by the following statement in solaris shell scripting.
$PROMPT " Select an option: "
read ans
db_option=${ans :=0}
I wanted to know the interpretation for this last line. what does it mean by :=0
Please let me know asap. -
Design for the program.
I have a assignment for a program. Could any one tell me the class design, so that it will be the best program. The assignment is like this:
1. Create a program to simulate an in-memory Binary Tree with several nodes.
2. Each node should comprise of a unique key, which can be a character string; and a value of the node.
3. Left and right nodes must be chosen on comparing the keys of the... -
please let me know how to write the wraper function
I have a function sEntityFree() which is a function from a third party S/w we are using. For this we have our enhanced code.
sEntityFree() has been called inside our enhanced code 2000 or 3000 times. But NULL pointer checking before freeing the memory is not there.
Like the function has been called as below:
sEntityFree(Ent ity, ( void** )&StructPtr, sYES );
or
sEntityFree(Ent ity, ( void** )&StructPtr,... -
Other than using delete, if I will use
tokens.clear();
will this work?
Thanks,
Rasmi.Leave a comment:
-
please let me know how to delete the token in the existing code.
Should I take a counter, to count the number of token allocated and then delete? Please let me know. Its very very urgent to fix this for me.
Thanks.Leave a comment:
-
-
No activity results to display
Show More
Leave a comment: