473,499 Members | 1,548 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

EOF in Eclipse

Hi all,
Can anyone please tell me how to pass an EOF signal in Eclipse? I've
googled it and searched the CDT manual but still couldn't find it. I've
tried ctrl+c and ctrl+d, they don't work.
Any suggestions are appreciated:)

Nov 19 '06 #1
14 9284
In article <11**********************@e3g2000cwe.googlegroups. com>,
Camellia <br*********@gmail.comwrote:
>Hi all,
Can anyone please tell me how to pass an EOF signal in Eclipse? I've
googled it and searched the CDT manual but still couldn't find it. I've
tried ctrl+c and ctrl+d, they don't work.
Any suggestions are appreciated:)
Allow me to be the first to provide a helpful redirect.

You came here, because you probably thought this was comp.lang.ctrlc, but
as you can see that doesn't work. You might want to try: comp.lang.ctrld.

Nov 19 '06 #2
Camellia wrote:
Hi all,
Can anyone please tell me how to pass an EOF signal in Eclipse? I've
googled it and searched the CDT manual but still couldn't find it. I've
tried ctrl+c and ctrl+d, they don't work.
Any suggestions are appreciated:)
An EOF has meaning only in a command line based environment. I don't
know much about Eclipse, but from the command line under Windows and
DOS use CTRL+z. It's CTRL+d under UNIX type systems including Linux.

Nov 19 '06 #3
Kenny McCormack wrote:
<snip>
You came here, because you probably thought this was comp.lang.ctrlc, but
as you can see that doesn't work. You might want to try: comp.lang.ctrld.
Thanks for the input.
Well I tried to search for the eclipse group but ended up failed and
I've asked on the IRC channel of C & eclipse & cdt but no one knows
then I thought some people here may use eclipse to do C stuff so I just
gave it a try:)

Nov 19 '06 #4
santosh wrote:
>I don't know much about Eclipse, but from the command line under Windows and
DOS use CTRL+z. It's CTRL+d under UNIX type systems including Linux.
Thanks for the information.
Perhaps I should skip this little humble spot:)

Nov 19 '06 #5
Camellia wrote:
>
Can anyone please tell me how to pass an EOF signal in Eclipse?
I've googled it and searched the CDT manual but still couldn't
find it. I've tried ctrl+c and ctrl+d, they don't work.
Any suggestions are appreciated:)
What's Eclipse? I see no mention of such a thing in the C
standard. I suspect you want some (unknown to me) newsgroup that
deals with Eclipse.

EOF is normally signalled with CTL-d on Linux and Unix based
systems, and with CTL-z on Windows and DOS based systems. I have
no idea what sort of system you are using.

--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net>
Nov 19 '06 #6
CBFalconer a écrit :
Camellia wrote:
>>Can anyone please tell me how to pass an EOF signal in Eclipse?
I've googled it and searched the CDT manual but still couldn't
find it. I've tried ctrl+c and ctrl+d, they don't work.
Any suggestions are appreciated:)


What's Eclipse? I see no mention of such a thing in the C
standard. I suspect you want some (unknown to me) newsgroup that
deals with Eclipse.

EOF is normally signalled with CTL-d on Linux and Unix based
systems, and with CTL-z on Windows and DOS based systems. I have
no idea what sort of system you are using.
Eclipse is a program to fill your hard disk.

You download it, then it takes some 500MB away. But that is nothing
Chuck, your 486 will love it.

After you download those gigs and install the whole thing, you have to
DOWNLOAD again a thing called CDK to be able to edit programs in
your favorite language.

And then, (at last) the REALLY INTERESTING STUFF COMES!

You start it...

And then:

YOU WAIT!!!!!!

You wait, and you wait. And then....

YOU ARE STILL WAITING!!!!
After 5.30 Minutes waiting and thought something was wrong. Called
up the maintenance:

Me: Hello? IBM Maintenance? The debugger takes 5.30 + minutes just to
start. This is normal?

IBM Maintenance: Yes. The debugger uses Eclipse technology and it
is written in JAVA. But be patient. After the first few times
in my machine it takes only 2 minutes to start.

Me: Ahh OK. Just two minutes... OK.

The guy was right. Now the IBM debugger takes only 1 minute to start.

Afterwards it is PAINFULLY SLOW but that is JAVA and that is PROGRESS
we can't do anything about it.

Now you know what ECLIPSE is. The sun disappears, darkness is overall.

jacob

Nov 19 '06 #7
CBFalconer wrote:
EOF is normally signalled with CTL-d on Linux and Unix based
systems, and with CTL-z on Windows and DOS based systems. I have
no idea what sort of system you are using.
I'm in linux and ctrl+d WILL work in console, it just doesn't work in
my eclipse console.
Here's a bit about eclipse if you're interested:
http://en.wikipedia.org/wiki/Eclipse_%28software%29

Nov 20 '06 #8
jacob navia wrote:
[snip: eclipse is big and slow]

Well it takes fairly short to load on my laptop, about 5 seconds. And
the debugger
is bit longer. Yes as long as I have a quite small project in it:)
Could you please suggest some IDE that you think are better? I really
have no idea which one I should stick with.

Nov 20 '06 #9
Camellia wrote:
jacob navia wrote:
[snip: eclipse is big and slow]

Well it takes fairly short to load on my laptop, about 5 seconds. And
the debugger
is bit longer. Yes as long as I have a quite small project in it:)
Could you please suggest some IDE that you think are better? I really
have no idea which one I should stick with.
If you're not programming in multiple langauges and you don't need all
the bells and whistles of Eclipse, try code::blocks and DevC++.
Microsoft's Visual so and so environment is also available. There're
also KDevelop and Anjuta under Linux and other UNIX type systems.

You can also explore the possibility of working from a text editor like
Vim or Emacs. They're much less bloated than IDEs and provide many
powerful features for programming, especially in C.

Or you can do your editing with any text editor and invoke the compiler
and other utilities from the command line, which is the traditional
UNIX method.

I suggest trying all these methods out and using whatever is most
comfortable. But be warned that Vim and Emacs have a rather steep
learning curve. But once you've learned them, they become second nature
and more importantly, they, (Vim & Emacs), are available just about
everywhere. And unlike the other IDEs you don't need an X server
running. They can also be used in resource constrained environments
like DOS, (atleast Vim can).

You Google. You'll dig up more options than you'll have time to think
about. :)

Nov 20 '06 #10
Camellia wrote:
CBFalconer wrote:
EOF is normally signalled with CTL-d on Linux and Unix based
systems, and with CTL-z on Windows and DOS based systems. I have
no idea what sort of system you are using.

I'm in linux and ctrl+d WILL work in console, it just doesn't work in
my eclipse console.
Here's a bit about eclipse if you're interested:
http://en.wikipedia.org/wiki/Eclipse_%28software%29
Why don't you browse around on Eclipse's official website. I'm sure
this issue has come up and has been resolved long before now. Search
for any forums or mailing lists on Eclipse and ask this question on
them after subscribing.

As this group attracts a lot of C programmers working in diverse
environments, it's likely that most are not acquainted with Eclipse.
You'll get a much better response if you post to an Eclipse or even an
IDE specific group.

Nov 20 '06 #11
Camellia wrote:
CBFalconer wrote:
>EOF is normally signalled with CTL-d on Linux and Unix based
systems, and with CTL-z on Windows and DOS based systems. I have
no idea what sort of system you are using.

I'm in linux and ctrl+d WILL work in console, it just doesn't work
in my eclipse console.
Here's a bit about eclipse if you're interested:
http://en.wikipedia.org/wiki/Eclipse_%28software%29
I'm not. Did you fail to read my comment that Eclipse is off-topic
here? This newsgroup deals with the ISO standard C language, not
unknown things.

--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net>
Nov 20 '06 #12


santosh wrote:
<snip>
I suggest trying all these methods out and using whatever is most
comfortable. But be warned that Vim and Emacs have a rather steep
learning curve. But once you've learned them, they become second nature
and more importantly, they, (Vim & Emacs), are available just about
everywhere. And unlike the other IDEs you don't need an X server
running. They can also be used in resource constrained environments
like DOS, (atleast Vim can).
Thank you I'll stick with Vim as always:)

CBFalconer wrote:
>I'm not. Did you fail to read my comment that Eclipse is off-topic
here? This newsgroup deals with the ISO standard C language, not
unknown things.
Sorry I'll stop right here:)

Nov 20 '06 #13
Camellia wrote:
santosh wrote:
<snip>
I suggest trying all these methods out and using whatever is most
comfortable. But be warned that Vim and Emacs have a rather steep
learning curve. But once you've learned them, they become second nature
and more importantly, they, (Vim & Emacs), are available just about
everywhere. And unlike the other IDEs you don't need an X server
running. They can also be used in resource constrained environments
like DOS, (atleast Vim can).

Thank you I'll stick with Vim as always:)
<snip>

It's blasphemy for a True Vim'mer to even consider such fancy and
new-fangled notions as an IDE :)

Nov 20 '06 #14
jacob navia wrote:
Eclipse is a program to fill your hard disk.

You download it, then it takes some 500MB away.
cd ~/eclipse
du -h .

(nested output ending with)

139M .

Perhaps it's different under Windows.
After you download those gigs and install the whole thing, you have to
DOWNLOAD again a thing called CDK to be able to edit programs in
your favorite language.
Gosh. How shocking, that an IDE should need a plugin loaded
for a language other than its native one.
And then, (at last) the REALLY INTERESTING STUFF COMES!
(fx:snip)
After 5.30 Minutes waiting and thought something was wrong.
Something certainly was. Never took 5mins on either of my
boxes.

Eclipse is certainly chunky when running, though.

[The version of the C[++] tools I have on my other box is,
sadly, nowhere near as useful as the Java tools are,
although the syntax highlighting and post-compile-message-display
is handy, but what I /really/ want is refactoring & unit-test
support and it isn't there yet [for values of "yet" that mean
"when I downloaded it several months ago"].
]

--
Chris "VOOM? What means this VOOM?" Dollin
Meaning precedes definition.

Nov 20 '06 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
5577
by: Donovan | last post by:
Hello. I am interested in learning about and using the Eclipse framework and Java -- both of which are new to me. I have prior programming experience with VB.NET and c#.NET; but not Java. As...
4
2191
by: junee | last post by:
I tried to develop php on eclipse installed are prerequisites but it didn't work help me, if any one experienced with it succeeded. it is 0.7 build help plz
16
3979
by: Amir Michail | last post by:
Hi, It seems to me that measuring productivity in a programming language must take into account available tools and libraries. Eclipse for example provides such an amazing IDE for java that it...
0
1970
by: Husey | last post by:
Hi, I am trying to create a very simple EJB project which requires me to create a new jboss configuration in Eclipse. I keep getting the error message "An error has occurred. See error log for...
5
3310
by: chenhong | last post by:
Is there a way to highlight variable in vs2005 like what eclipse do?
16
10738
by: Ananthu | last post by:
Hi I dont know how to connect mysql with ECLIPSE in RCP application. Please send me the sample code of connecting mysql sever with ECLIPSE in RCP application. Coding Part: RCP Application...
15
3660
by: Ramon F Herrera | last post by:
I have been using Eclipse for a few weeks, and IMO there is no better IDE. Since my experience has been so productive -and hence satisfactory- in Java, I would like to use the same IDE...
0
1359
by: Pesho318i | last post by:
hello, I'm writing in the Java forum, because I believe here I can find ppl comfortable with Eclipse. I'd like to install the PLDT plugin for Eclipse, but always run into compatibility...
7
4490
by: R.A.M. | last post by:
Hello, I have started learning PHP5. I would like to programme in Windows XP and Fedora Linux. I have found two IDEs for PHP (if I understood correctly): - Eclipse PDT, - EasyEclipse for PHP....
3
6749
by: ravit | last post by:
Hello All, I am trying to execute an application that is developed using eclipse libraries. Jface, SWT , etc. While I execute the application , i have received an exception which I am unable...
0
7006
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7169
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7215
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6892
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7385
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4917
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3096
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1425
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
294
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.