Hello AK,
Have you tried for eclipse ide?
Sajan
On 7 Oct 2011 06:03, "AK - The Emperor !" <anoopkammaran@gmail.com> wrote:
>
> HI Chris,
>
> On Oct 6, 11:08 pm, Chris Miller <lordsauronthegr...@gmail.com> wrote:
> > On Thu, Oct 6, 2011 at 9:35 AM, AK - The Emperor !
> >
> > <anoopkamma...@gmail.com> wrote:
> > > Hi all,
> >
> > > I had to move to Windows 7 64 bit thanks to my new laptop(switching to
> > > linux voids warranty). So, could anyone please let me know a good C/C+
> > > + development tool that I can use with this OS?
> >
> > Disclaimer: I work on a Mac.
> >
> > I have a buddy that's working on getting into C++, and we've got him
> > set up with CLang and LLVM 2.8 in MinGW. (CLang and LLVM aren't quite
> > ready to try and work outside of a MinGW environment I think).
> >
> > He's using Code::Blocks to edit things, and then we can tell it works
> > cross-platform because I wrote an SCons script to build it against my
> > Mac's dev toolchain.
> >
> > If you haven't already explored this option, you might run Linux in a
> > virtual machine. I aced my x86 Assembler class running Windows XP in a
> > virtual machine on my Mac (for MASM; translating everything to NASM
> > wasn't at the top of my list of things to do). It wasn't fast or
> > flashy, but it sure got the job done!
> >
> > > I used to use the Bloodshed Dev-C++ back when I used to use Windows XP
> > > and as for linux, I used vim editor most of the times and kdevelop
> > > too... Other than Visual Studio, I am unable to find any other tool
> > > that I can use.
> >
> > If you're not worried about being completely tied to MSFT OS, then
> > Visual Studio is your best bet:
> >
> > • Simple to install
> > • Tends to work
> >
> > The biggest beef I have with it is that there's a lot of custom
> > language features and compiler behaviors that are specific to MSVC.
>
> Yeah. Thats what I want to avoid. I am looking for a compiler that
> sticks with the standards. Anyways, I will try out Code::blocks. I
> just found Cygwin and it seems to give me gcc in a bash-like shell,
> although it creates a.exe rather than a.o or a.out :D. So, by today I
> have set Netbeans to connect to Cygwin for C/C++ development mode.
> However, I wonder what I can do when I'l have to work with graphics
> libraries like WinBGIM, etc. This is precisely why I am looking for
> other options.
>
> Regards
> AK
>
> --
> You received this message because you are subscribed to the Google Groups "Programmer's Avenue" group.
> To post to this group, send email to progav@googlegroups.com
> To unsubscribe(which is not recomended at all) from this group, send email to progav-unsubscribe@googlegroups.com
> For more options, visit this group at http://groups-beta.google.com/group/progav
>
> P.S : In case of any grievances/issues/comments/suggestions regarding this group, please contact the group owner.
You received this message because you are subscribed to the Google Groups "Programmer's Avenue" group.
To post to this group, send email to progav@googlegroups.com
To unsubscribe(which is not recomended at all) from this group, send email to progav-unsubscribe@googlegroups.com
For more options, visit this group at http://groups-beta.google.com/group/progav
P.S : In case of any grievances/issues/comments/suggestions regarding this group, please contact the group owner.


0 comments:
Post a Comment