Forum: C++ Apr 9th, 2008 |
| Replies: 9 Views: 1,764 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,764 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,764 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,764 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: C++ Dec 30th, 2007 |
| Replies: 5 Views: 4,259 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... |