Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: shinni
Forum: C++ Mar 12th, 2005, 8:09 AM
Replies: 3
Views: 298
Posted By shinni
Re :Program gets aborted on large input

I tried using the hard limits for stack space ( ulimit -s unlimited) , to get the available stack space ..

From another forum , i got a suggestion to create temporary stack file of some particular...
Forum: C++ Mar 11th, 2005, 10:07 AM
Replies: 3
Views: 298
Posted By shinni
Program gets aborted on large input

Hi All,

I am facing problem while i execute one C program on large input files. The program is running correctly, there is no segmentation fault. But after time (around 56-60 sec:- as shown in 'top'...
Forum: C++ Feb 8th, 2005, 12:01 AM
Replies: 0
Views: 135
Posted By shinni
Compilation error..

Hi all ,

I was trying to run one distribution, but came across some compilation problem. I'm using fedora core 2, and g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7) compiler. When tried to...
Forum: Bash / Shell Scripting Jan 31st, 2005, 5:02 AM
Replies: 4
Views: 1,009
Posted By shinni
Re :Bash script to access all files in a directory Reply to Thread

Thank u .. I had posted this doubt at one more forum n i got the following steps also..
This also works.

#!/bin/bash
cd <input_file_directory>
for file in `dir -d *` ; do
<exeFile with full path>...
Forum: Bash / Shell Scripting Jan 28th, 2005, 11:20 PM
Replies: 4
Views: 1,009
Posted By shinni
Bash script to access all files in a directory

Hi .. I am a new bie in writing scripts, so this doubt may be a simple one.

I am trying to apply a parsing program to a set of input files in a directoy.
How can i access all the files from a...
Showing results 1 to 5 of 5

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 10:38 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC