Forum: C++ Apr 9th, 2008 |
| Replies: 9 Views: 1,706 Okay.
The code file is lectic.cc
#include <argp.h>
#include <cassert>
#include <cstdio>
#include <ext/hash_map>
#include <fstream>
#include <iostream> |
Forum: C++ Apr 9th, 2008 |
| Replies: 9 Views: 1,706 HI.
Thanks. I try download Eclipse and execute the debugger. However, it still gives me the same limited error which is:
"cannot read count from ./stamp-labels"
I am stuck and do not know... |
Forum: C++ Apr 8th, 2008 |
| Replies: 9 Views: 1,706 Hi,
I tried to debug using GDB but since the code is large and wrap-up with Make; it cant point to the exact location of gdb.
The error which I get is cannot read run count from ./stamp-labels... |
Forum: C++ Apr 6th, 2008 |
| Replies: 9 Views: 1,706 Hi,
I recently has a C++ code which only run on Fedora Platform.
I wanted to run debugging on these code as I came across some unexplainable
scenario output.
Can anyone suggest how could... |
Forum: Shell Scripting Apr 2nd, 2008 |
| Replies: 6 Views: 1,651 Hi,
I have a list of data in text files with :-
ColA ColB ColC ColD ColE ColF
12 122 2280 30 0.012987 1.776
13 118 2280 30 0.012987 1.954
14 115 2620 30 0.011321 2.131
15 113 2654 30 0.011177... |
Forum: Shell Scripting Apr 1st, 2008 |
| Replies: 3 Views: 2,151 Hi there,
I have hundreds of files to process in this case and the thing is i would like to combine a bunch of text files into different worksheet for a similar workbook.
Means workbook A... |
Forum: Shell Scripting Mar 31st, 2008 |
| Replies: 3 Views: 2,151 Hi,
I have multiple text files (.txt) which is a table like input:-
Column1 Column2 Column3 Column4
1 5 10 15
5 10 20 ... |
Forum: Shell Scripting Mar 27th, 2008 |
| Replies: 1 Views: 765 Hi,
I have the following file input:-
542 4795 61
543 4795 61
544 0 0 |
Forum: C Mar 20th, 2008 |
| Replies: 4 Views: 1,026 Hi,
If i assign a pointer based, it would have meant the filename is always fix at all time. I desired something in the end of the day which executes whole bunch of different test.txt namely... |
Forum: C Mar 20th, 2008 |
| Replies: 4 Views: 1,026 Hi,
Recently I have a text file which contain a bunch of numbers :-
1,0,0,1,0................
1,0,1,1,1................
I would like to read these numbers line by line and stored into an... |
Forum: C++ Dec 30th, 2007 |
| Replies: 5 Views: 4,161 Hi,
I happen to bump around wiht this problem too.
I have a .c file and multiple header files.
After executing the -lm flag, I managed to get the executable file. However, when I tried to... |