Re: c++ programming evironment (Todd Simi)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Sorry, I meant Visual c++, not virtual.  Anyway, the professor is going
to have us turn in the printed output of our programs, and email the
source code to him as an attachment.  He stated we can develop one
whatever platform we choose.  But, he must be able to compile and run
the program from the attachment in Visual C++ 3.0.  He gave us a link to
download Visual C++ 5.0 free from M$.

When he demoed using Visual C++, I was pretty amazed at how easy
development could be.  I've been programming on PICK systems for about
20 years (talk about a basic interface), and for about 6 years I've been
supporting Linux as the host machine running PICK as a virtual machine.
I'm looking forward to learning this new more
transportable/acceptable/marketable skill.

Thanks for the responses, I'll check out those environments.

Todd
 


> > -------- Forwarded Message --------
> > From: jdow <jdow@xxxxxxxxxxxxx>
> > Reply-To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> > To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> > Subject: Re: c++ programming evironment
> > Date: Tue, 20 Jun 2006 17:54:01 -0700
> > 
> > From: "Kevin Kofler" <kevin.kofler@xxxxxxxxx>
> > 
> > > Todd Simi <tsimi <at> speakeasy.net> writes:
> > >> Is their anything similar to the Virtual C++ environment for linux?
> > > 
> > > There are 3 C++ IDEs included with Fedora (Core or Extras):
> > > * KDevelop (KDE based)
> > > * Anjuta (GNOME based)
> > > * Eclipse CDT (Java/GCJ based)
> > > You can try these (I'd suggest trying them all and picking the one you like 
> > > best), or you can use a text editor such as Kate and compile from the command 
> > > line.
> > 
> > It might be of interest to learn what form of output the professor
> > accepts. If development is done on a 'ix machine the source code
> > format might not be professor friendly. (Fortunately with the
> > Visual (not Virtual) C++ IDE this is not an issue.) If the professor
> > wants executable files as well then an environment that produces
> > output files suitable for a Win32 or Win64 (depending on the
> > professor's environment) would be called for.
> > 
> > If the course is going to touch Microsoft Foundation Classes, which
> > it should not based on Todd's full message and the course name, then
> > he is stuck with VC++ if he wants life to be easy. There MIGHT be a
> > version that he can download for free if he digs through the MSDN
> > web site. They do, from time to time, have such things to attract
> > people to Windows development.
> > 
> > And if he can MY personal druthers are for VC++ 6.0 not the Visual
> > Net development environment. That one drives me nuts trying to use
> > it. (Yeah, I know, it's a short drive. {^_-}) But if he finds 
> > something free and needs it then one takes what one can get. Here's
> > hoping this is really a C++ course and not a Microsoft C++ course.
> > Then he could work with the tools above if he wishes. Since he's here
> > I presume he does.
> > 
> > {^_^}   <ob Joanne - does delivering the code to the professor
> >         constitute "distribution" requiring that it be GPL? Don't
> >         answer. I'm just being silly.>
> > 
> > 
> email message attachment
> > -------- Forwarded Message --------
> > From: Kevin Kofler <kevin.kofler@xxxxxxxxx>
> > Reply-To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
> > To: fedora-list@xxxxxxxxxx
> > Subject: Re: c++ programming evironment
> > Date: Wed, 21 Jun 2006 01:02:27 +0000 (UTC)
> > 
> > jdow <jdow <at> earthlink.net> writes:
> > > It might be of interest to learn what form of output the professor
> > > accepts. If development is done on a 'ix machine the source code
> > > format might not be professor friendly.
> > 
> > Well, use ASCII (7-bit) characters only and run unix2dos on the sources before 
> > sending/uploading them and the sources should come out as expected.
> > 
> > > (Fortunately with the
> > > Visual (not Virtual) C++ IDE this is not an issue.) If the professor
> > > wants executable files as well then an environment that produces
> > > output files suitable for a Win32 or Win64 (depending on the
> > > professor's environment) would be called for.
> > 
> > That would be MinGW. (Creates Win32 binaries, but Win32 executables run on 
> > Win64 too.)
> > http://mirzam.it.vu.nl/mingw/
> > Sadly, the gcc-core RPM there doesn't include g++ (the C++ compiler), only the 
> > C compiler, so get MinGW GCC from there instead:
> > http://bitwalk.hp.infoseek.co.jp/download.html
> > 
> > > {^_^}   <ob Joanne - does delivering the code to the professor
> > >         constitute "distribution" requiring that it be GPL? Don't
> > >         answer. I'm just being silly.>
> > 
> > If you don't use GPLed libraries nor borrow GPLed code, then nothing requires 
> > programs developed under GNU/Linux to be GPLed.
> > 
> >          Kevin Kofler
> > 
> > 
> 


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux