Search Results

Search: Posts Made By: arun.viswanath
Forum: Programming 04-26-2006
9,854
Posted By arun.viswanath
main function
Is it possible to execute any function before main() function in C or C++.
9,584
Posted By arun.viswanath
telnet through script
Hi,
How to write a script to perform telnet/ftp operation.

Also please refer some site to get reference about shell scripting.

Thanks in advance

-Arun.
Forum: Solaris 11-09-2005
100,563
Posted By arun.viswanath
Process CPU usage in Solaris 10
Hi All,
Please let me know the command (expect top) to view the cpu usage of every process in Solaris 10.

Thanks in Advance,
Arun
2,446
Posted By arun.viswanath
First check whether the "send mail" daemon is...
First check whether the "send mail" daemon is running in your machine.
To send a mail from solaris server, this daemon is mandatory
3,098
Posted By arun.viswanath
Oracle 9i Installation
Will any one refer me a site form where I can get the info about "Oracle 9i installation in Solaris 8 or Solaris 10".
Forum: Programming 09-05-2005
2,253
Posted By arun.viswanath
Reference to a const
Can any one explain how the statement '2' in the following statements is a legal one.

int & ref = 3; // Illegal statement - Compiler error.
const int& ref=3 ; // Compile and executes properly.
...
Forum: Programming 09-02-2005
2,597
Posted By arun.viswanath
Can i get the pro*c compiler by installing Oracle...
Can i get the pro*c compiler by installing Oracle 9i.
Forum: Programming 09-01-2005
14,531
Posted By arun.viswanath
C++ = new and delete
This is one basic question regarding C++ new and delete operator.


# include <iostream>
int main()
{
int *ptr = new int(10);
int i=0;
for (i=0 ; i<10 ;i++)
ptr[i] = 10;

delete [] ptr;...
Forum: Solaris 08-29-2005
6,086
Posted By arun.viswanath
Thanks for your help . Let you please tell me...
Thanks for your help .
Let you please tell me from where I can able to get all this kind of info regarding various commands of vim editor.
Forum: Solaris 08-29-2005
6,086
Posted By arun.viswanath
Thanks for your info . I like to use vim for...
Thanks for your info . I like to use vim for opening C and C++ source code files. Will you please help me to configure VIM for this.
Forum: Solaris 08-29-2005
6,086
Posted By arun.viswanath
Thanks for your info . I like to use vim for...
Thanks for your info . I like to use vim for opening C and C++ source code files. Will you please help me how to configure VIM for this.
Forum: Solaris 08-28-2005
6,086
Posted By arun.viswanath
Syntax Highlight editor
Is there is any syntax highlithing editor available for C and C++ programming language in Solaris.
Forum: Solaris 07-12-2005
3,608
Posted By arun.viswanath
oracle 9i installation
Let me please know how to install oracle 9i in SOLARIS 5.8 version ...
I'm having oracle9i CDROM with me.
Showing results 1 to 13 of 13

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