Search Results

Search: Posts Made By: manish
2,030
Posted By manish
Christmas Theme still ?
https://www.unix.com/forumdisplay.php?s=&forumid=17

:)
8,902
Posted By manish
www.google.com
www.google.com
2,132
Posted By manish
Have you tried tools like awk and sid and diff...
Have you tried tools like awk and sid and diff and grep ??

The above tools are sufficient for the task.
17,520
Posted By manish
Why not just use "dos2unix filename" ??
Why not just use "dos2unix filename" ??
4,109
Posted By manish
If you want to make a "webspace" (means you want...
If you want to make a "webspace" (means you want to host HTML,etc. pages or .PL scripts on that space), you need to have a web server installed on that Linux server, and you need to find the path to...
Forum: Programming 04-28-2002
2,244
Posted By manish
g++ is really a script to call gcc with the...
g++ is really a script to call gcc with the appropriate arguments for C++.
7,571
Posted By manish
This is really a great solution!
This is really a great solution!
93,547
Posted By manish
Although I don't use c shell, use "export"...
Although I don't use c shell, use "export" command (or equivalent command, if any, in c shell) to make the environment changes applicable to the current shell and any new shells spawned by it.
60,170
Posted By manish
Just to add:.... and is represented by...
Just to add:.... and is represented by "-a".
Forum: Programming 04-28-2002
3,697
Posted By manish
Can't you use any other method other than SIGALRM...
Can't you use any other method other than SIGALRM ... like instead of killing the thread, you call the thread to destroy/exit itself?
Forum: Programming 04-28-2002
4,485
Posted By manish
Suggestion: Read any good C or UNIX programming...
Suggestion: Read any good C or UNIX programming book and read about "standard input".
Forum: Programming 04-28-2002
2,888
Posted By manish
return; may also suffice; (if its main(), then...
return; may also suffice; (if its main(), then you needn't give 0 after return)
Forum: Programming 04-28-2002
4,361
Posted By manish
First write the value of vector::size() to the...
First write the value of vector::size() to the file. And then write all the values in vector using a for-loop. The size will tell you (when reading from the file) how many vector values are present.
Showing results 1 to 13 of 13

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