Search Results

Search: Posts Made By: Saurabh78
Forum: Linux 01-12-2010
3,050
Posted By Saurabh78
env DISPLAY problem
Hi,
I am working on Windows and from here accessing a Linux system using Putty.
Now, I like to run the firefox but it is opening on that Linux system. How to open it on my Windows system so I can...
10,453
Posted By Saurabh78
it failed with localhost name itself. Windows 7
it failed with localhost name itself. Windows 7
10,453
Posted By Saurabh78
gethostbyname failed
gethostbyname is failing and returning NULL on Windows 7. Should i use inet_addr or there is other way to get it
Forum: Programming 05-21-2009
35,578
Posted By Saurabh78
Thanks arunchaudhary19 and puldi. I will try...
Thanks arunchaudhary19 and puldi.
I will try and let you know.
Forum: Programming 05-21-2009
35,578
Posted By Saurabh78
Any reference or sample ?
Any reference or sample ?
Forum: Programming 05-21-2009
35,578
Posted By Saurabh78
Send an email with C/C++
HI,
I have a requirement to send an email through C++ code. We are already using sockets. I like a reference point to how we proceed on it. Like in starting we like to send on gamil or yahoo...
Forum: OS X (Apple) 04-21-2009
3,318
Posted By Saurabh78
How to debug signals
Hi,
In our program, we are using SIGTERM and i tired to put break point in this function. But my debuger is unable to brake at that point.
I am working on Mac X and using XCode.

Thanks
Forum: Programming 04-21-2009
3,688
Posted By Saurabh78
Can we debug Signals
Hi,
In our program, we are using SIGTERM and i tired to put break point in this function. But my debuger is unable to brake at that point.
I am working on Mac X and using XCode.

Thanks
1,419
Posted By Saurabh78
i need to rectify my sed command. Here nothing...
i need to rectify my sed command.
Here nothing is fixed. The varaible valu ecould be anything.
1,419
Posted By Saurabh78
Sed problem
HI,
I have a file test which content are as

APP_NAME="%APPNAME%"

Now, i m using sed command to replace the %APPNAME% with variable APPNAME.

Here variable value is as
export APPNAME="AB"
...
1,868
Posted By Saurabh78
Volume problem
WE are working on Mac and our end user getting a problem. WE are thinking, it due to the volume related.
He changed his HD name and anyhow the same disk is replicated on the system but have not any...
2,436
Posted By Saurabh78
Thanks
Thanks
2,436
Posted By Saurabh78
Echo behavior
Echo is removing extra blank spaces. See the command.

export INSTALLDIR=”First Second /Two Space”
echo $INSTALLDIR
out put: First Second /Two Space
Here only on blnak space is present...
Forum: Programming 10-17-2008
5,085
Posted By Saurabh78
Jim, thanks for input. But i like the...
Jim, thanks for input.
But i like the substitute of lstat. So, i will get the same info as lstat but also support the long path.
Forum: Programming 10-16-2008
5,085
Posted By Saurabh78
lstat long path problem
Hi,
We are using lstat in our project.
But in case of the path length more than 1024, it's returning error ENAMETOOLONG. Is there any another system call which is supporting more than 1024 path...
Forum: Programming 10-07-2008
2,554
Posted By Saurabh78
try to create program of your command.. like ls...
try to create program of your command..
like ls or dir.
Get the file attribute to know, hidden or not.
Make game like chess..
do whatever u think at basic level ...
Write your own mspaint type...
Forum: Programming 10-07-2008
10,169
Posted By Saurabh78
better use strtok_r
better use strtok_r
Forum: Programming 10-07-2008
3,699
Posted By Saurabh78
prefixed with 0x and every digit must be in...
prefixed with 0x and every digit must be in between 0-9 and a-f.
Forum: Programming 09-25-2008
5,759
Posted By Saurabh78
Hi, This is totally OS dependent. In think...
Hi,
This is totally OS dependent. In think WIndows allow 1024 threads.
Forum: OS X (Apple) 09-24-2008
2,976
Posted By Saurabh78
Sym Link problem
Hi,
I am using Mac X 10.5. It's supporting BSD. I am getting strange problem.

• Launch the terminal.
• Create a directory. Use cd <directory>
• Now create another directory test with command...
Forum: BSD 09-24-2008
3,201
Posted By Saurabh78
sym link problem
Hi,
I am using Mac X 10.5. It's supporting BSD. I am getting strange problem.

• Launch the terminal.
• Create a directory. Use cd <directory>
• Now create another directory test with command...
Forum: Programming 09-22-2008
4,091
Posted By Saurabh78
I think, files size could not go beyond the int...
I think, files size could not go beyond the int size. Offset reference type is size_t and it is unsigned int.
Forum: Programming 09-15-2008
3,126
Posted By Saurabh78
I have not go through the entire code. But if...
I have not go through the entire code.
But if you have multiple threads, then possibly strtok function is not thread safe.
Use strtok_r() .
Forum: Programming 09-12-2008
3,922
Posted By Saurabh78
Process creation
I want to execute an application from my c code.
I am using system call to run it. But sytem call is blocking, because it waiting to die that application. Therefore, my running application is...
6,338
Posted By Saurabh78
nilesh. Thank you for reply. what does mean abt...
nilesh. Thank you for reply.
what does mean abt blocks in directory?
Showing results 1 to 25 of 41

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