Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » reading files in CDT?
reading files in CDT? [message #224180] Mon, 29 September 2008 05:48 Go to next message
Eclipse UserFriend
Hello all.
As I am new to eclipse I am not so new to C programing. What I have tried
to
do is make a program that reads a text file with some data put that data
into
a list and print it out on the screen. But when I try to run the program
nothing happens in console and when I try to debug it I get following
message:
"No symbol "new" in current context.
Stopped due to shared library event
Stopped due to shared library event
Single stepping until exit from function _IO_vfscanf,
which has no line number information."
I have not used vfscanf function in my program at all but fcanf and fopen.
and fscanf was used tsin is file stream tsin = fopen("xindata.txt", "r");

All help is appriciated.
Regards NIk
Re: reading files in CDT? [message #224221 is a reply to message #224180] Mon, 29 September 2008 11:40 Go to previous messageGo to next message
Eclipse UserFriend
> a list and print it out on the screen. But when I try to run the program
> nothing happens in console

I also have this problem no idea what is causing it and couldn't find
explanations for it yet. The button you can tick for output to be
redirected to console is greyed-out and ticked.

Regards,

Helmut
Re: reading files in CDT? [message #224480 is a reply to message #224221] Sat, 04 October 2008 15:01 Go to previous message
Eclipse UserFriend
Well as much as I am glad I am not the only one with this problem I am
still looking for solution. This should probably be reported as a bug? I
am not sure how to do this though.
Regards Nik
Previous Topic:Content of any variable cannot be displayed (empty or displayed as null for a pointer memory).
Next Topic:Error occured when exporting c/c++ index: map failed
Goto Forum:
  


Current Time: Fri May 09 16:59:08 EDT 2025

Powered by FUDForum. Page generated in 0.02664 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top