473,769 Members | 6,208 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 9332
In article <11************ **********@e3g2 000cwe.googlegr oups.com>,
Camellia <br*********@gm ail.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

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

Similar topics

0
5594
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 such, I am trying to find the best approach to learning Java and Eclipse. My current approach is to first focus on learning Java, then approach Eclipse after nailing down Java fundamentals. I'm currently working my way through "Head First Java",...
4
2209
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
4014
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 is no longer obvious to me that one would be much more productive in python for medium sized projects. Sure, all that Java static typing can be painful, but Eclipse takes
0
2000
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 more details". Same for all versions of JBoss. I couldn't find what causes the error. Any help would be much appreciated. My installation is: JDK 1.5.0 update 11 Jboss 4.0.4GA Eclipse 3.2.2
5
3331
by: chenhong | last post by:
Is there a way to highlight variable in vs2005 like what eclipse do?
16
10766
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 Codes: Class ApplicationActionBarAdvisor:
15
3690
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 environment for C++ programming, the targets would be both Unix and Windows. If there is any Eclipse/C++ developer out there, could you share your recommendations, tips, opinions, etc.
0
1378
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 problems... I downloaded the C/C++ Eclipse and unzipped the PLDT 2.0 plugin in the Eclipse directory. However, after restarting Eclipse there was no change, I think it didn't detect the plugin. Do you have a clue why this is so?
7
4508
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. What is the difference? Which one to choose? I would like to debug my applications. Please help. Thanks in advance. /RAM/
3
6769
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 to trace it. TextViewer.setSelection(100,true); is the statement whre it araised. TextViewer is org.eclipse.jface.text.SourceViewer object.
0
9587
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9863
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8870
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7406
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5298
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3958
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 we have to send another system
2
3561
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.