Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 10th, 2006, 04:45 PM
nvinhphu@gmail.com
Guest
 
Posts: n/a
Default program with gcc on Windows

Hello everyone,

Before, I used the MS compiler such as MS Visual.NET 2003 to build my
C++ program. Recently, together with template techniques, I found that
MS compiler was not a good choice. I then installed Cygwin (I just know
to use Windows), gcc and emacs. However, I do not know how to build a
multiple-files project with Cygwin, gcc and emacss.

Please show me how to do this.
Thanks in advance.

Vinh Phu

  #2  
Old November 10th, 2006, 04:55 PM
Victor Bazarov
Guest
 
Posts: n/a
Default Re: program with gcc on Windows

nvinhphu@gmail.com wrote:
Quote:
Before, I used the MS compiler such as MS Visual.NET 2003 to build my
C++ program. Recently, together with template techniques, I found that
MS compiler was not a good choice. I then installed Cygwin (I just
know to use Windows), gcc and emacs. However, I do not know how to
build a multiple-files project with Cygwin, gcc and emacss.
>
Please show me how to do this.
Please post your g++-specific questions to gnu.g++.help.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


  #3  
Old November 10th, 2006, 04:55 PM
Davlet Panech
Guest
 
Posts: n/a
Default Re: program with gcc on Windows

nvinhphu@gmail.com wrote:
Quote:
Hello everyone,
>
Before, I used the MS compiler such as MS Visual.NET 2003 to build my
C++ program. Recently, together with template techniques, I found that
MS compiler was not a good choice. I then installed Cygwin (I just know
to use Windows), gcc and emacs. However, I do not know how to build a
multiple-files project with Cygwin, gcc and emacss.
>
Please show me how to do this.
Thanks in advance.
>
Vinh Phu
>
Please ask this in a newsgroup relevant to gcc, cygwin or emacs. [Hint:
you might want to use DevC++, it's a free gcc IDE for Windows].

D.
  #4  
Old November 10th, 2006, 07:55 PM
David Harmon
Guest
 
Posts: n/a
Default Re: program with gcc on Windows

On 10 Nov 2006 09:00:08 -0800 in comp.lang.c++, "nvinhphu@gmail.com"
<nvinhphu@gmail.comwrote,
Quote:
>Before, I used the MS compiler such as MS Visual.NET 2003 to build my
>C++ program. Recently, together with template techniques, I found that
>MS compiler was not a good choice.
Don't be quick to blame your compiler. Although compilers are not
flawless, most problems are still user error. Read the error messages
from the compiler and fix your errors, and you will be a lot happier.

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles