Re: free c++ compiler

  • From: "Kristoffer Gustafsson" <kg84@xxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 7 Feb 2011 19:56:46 +0100

Hi.
But how do I come to that error list? If i press tab then I only edit the code.
/Kristoffer
----- Original Message ----- From: "Alex Midence" <alex.midence@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Monday, February 07, 2011 7:24 PM
Subject: Re: free c++ compiler


I don't know about dev c++ itself but the fork of it that is Wx Devc++
will let you see your error messages.  I'd imagine it's the same with
the regular Dev c++ so just tab a bit in your project until you hear
the compiler tab mentioned.  Then tab to the tree view of messages and
arrow down through the error messages.  You may have to go into your
view menu to make sure the compiler window is displayed.

Hth,
Alex M

On 2/7/11, Kristoffer Gustafsson <kg84@xxxxxxxxxxxx> wrote:
Hi.
Thanks, now I found out how I shall do.
Only the error messages problem left:)
/Kristoffer
----- Original Message -----
From: "Littlefield, Tyler" <tyler@xxxxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Monday, February 07, 2011 6:07 PM
Subject: Re: free c++ compiler


you can just add a system("pause") if you're on windows (note, don't do
this in anything that you distribute, it's just quick), or you can use
getch to just grab a key, right before your return statement.
On 2/7/2011 10:04 AM, Kristoffer Gustafsson wrote:
Hi.
I'm using dev c++ now at the moment.
In linux I just run gcc and look on the command line.
/Kristoffer

----- Original Message ----- From: "DaShiell, Jude T. CIV NAVAIR 1490,
1, 26" <jude.dashiell@xxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Monday, February 07, 2011 6:01 PM
Subject: RE: free c++ compiler


The script command is your friend.  Just run it before you compile or
run a program and exit script once done.  You'll get a file written to
disk with everything that went across the screen as you did those
operations. In Linux the file script produces is called typescript then
typescript.1 then typescript.2 and so on if more than one script run is
done.  It may work the same way in min/gw too.


-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Kristoffer
Gustafsson
Sent: Monday, February 07, 2011 11:38
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: free c++ compiler

Hi.
Oh, I forgot the dev c++ compiler.
I had it a very long time ago, and liked it when I last tried.

I only got 2 questions.
1.
When getting compile errors, is there a way to see them?
If I get some now I can't see the errors at all.
2.
WHen writing a program, is there a way to see the output without using
cin? If for example if I test with hello word, I want some screen I
can press

enter on before the program terminates so I can see that it works.
/Kristoffer
----- Original Message ----- From: "Trouble" <trouble1@xxxxxxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Monday, February 07, 2011 4:16 PM
Subject: Re: free c++ compiler


You might want to try Dev-C++. It uses the Mingw with gcc and so far
doing
well.
http://www.bloodshed.net/download.html


At 09:46 AM 2/7/2011, you wrote:
Hi.
I'm looking for a free c++ compiler, with a good ide.
I have visual studio and have tried that, but visual studio puts stuff
in
my code that I don't want. Then I don-t want to create a new project
for
every cpp file.
Any advice?
/Kristoffer

Tim
trouble

"Never offend people with style when you can offend them with
substance."
--Sam Brown

Blindeudora list owner.
To subscribe or info: //www.freelists.org/webpage/blindeudora
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind




--

Thanks,
Ty

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: