14 Replies - 3926 Views - Last Post: 12 July 2012 - 03:00 AM
#1
New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 28 June 2012 - 02:05 PM
Replies To: New to MS Windows, wondering about solid c++ IDE any opinions?
#2
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 28 June 2012 - 02:18 PM
Quote
Well.. there's always Anjuta for windows as a place to start.
Side questions..
Quote
run-> "cmd.exe"
Quote
Why?
Quote
Explain.
Quote
Ah, what? You are just running any ol' executable willy nilly?
So explain what you've been doing for an OS then... I find it... difficult... to believe someone can toss around linux terms and some how has not to interact with any version of windows in the last ten or fifteen years.. be it for home, work, or where ever to the tune of information provided.
#3
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 29 June 2012 - 12:56 AM
#4
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 29 June 2012 - 01:02 AM
Quote
#5
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 29 June 2012 - 01:14 AM
<binary_glitch>, on 29 June 2012 - 12:56 AM, said:
There is no real built in thing like that in current released versions of Windows, although Windows 8 is trying to change that. Every application has to take care of installing its dependencies and this is what lead to the early problems of DLL Hell when everybody and their brother thought it was free reign to install files into the System32 directory. Newer apps try not to stomp on each other now by installing all their components as isolated from each other as possible. There are some concepts of shared components that are registered in the GAC (Global Assembly Cache) for managed applications, the Driver Store for device drivers, the COM registry for COM components, and also the Windows Installer cache/database that keeps track of installed applications and components. It's all a big mishmash, though of different approaches, concepts, and technologies.
Windows machines that managed by corporate ITs can be managed by the IT managers such that applications and components can be advertised, published, force installed, or force removed, but often this features are not exposed to home and small business users.
<binary_glitch>, on 29 June 2012 - 01:02 AM, said:
Quote
The CMD window is the past. PowerShell is what you want to learn.
Also abandon XP. Go with at least Windows 7.
#6
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 29 June 2012 - 01:44 AM
Quote
yeah from what I understand Windows lacks a lot out of the box, and is it true you can't shut down the window server and just work from a true terminal?
[quite]The CMD window is the past. PowerShell is what you want to learn.
Also abandon XP. Go with at least Windows 7. [/quote]
Lack of resources not just money, though I don't have much of that either it wouldn't matter if I had a million bucks unless i can pay for Win-7+ and download it, but if physical access to stores is necessary it's gonna be a while, lol... and can I just get bash for Windows? also keep in mind my download speed is around 15~30 kbps, lack of resources as I say but hey whatever works, I just wanna learn this system so i can get to authoring some viable code for it... and it looks like Anjuta needs gcc and g++ for Windows, I'm guessing windows uses a different compiler... why not it's just different in every other way... lol, oh and gcc needs this which needs that etc, it's like a dependency nightmare (DLL Hell) but with separate apps...
#7
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 29 June 2012 - 02:09 AM
#8
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 29 June 2012 - 02:57 AM
Quote
I wouldn't say so. It would be nice to have some developer tools installed out the box, like GCC or Visual Studio, but they're easy to obtain. By the Windows server, are you referring to the user interface?
<binary_glitch>, on 29 June 2012 - 10:09 AM, said:
I'd go for Visual C++ 2010 Express, it's free (to register) and very robust and useful when used properly. For command line compilation, you can still use GCC, it's ported to Windows under the name MinGW and has all the functionality of its Unix counterpart. You will find that most Unix software has a Windows equivalent.
This post has been edited by Aphex19: 29 June 2012 - 03:02 AM
#9
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 29 June 2012 - 03:56 AM
<binary_glitch>, on 29 June 2012 - 01:44 AM, said:
Quote
yeah from what I understand Windows lacks a lot out of the box, and is it true you can't shut down the window server and just work from a true terminal?
Not (quite) true. It depends on the Windows SKU you have installed. If you install versions of Windows tagged as "Server Core" they by default come with no GUIs. All you can get is a console window to type in commands into. Also if are running Windows "Preinstall Environment" (most know this as Win PE), then you also get just the console window. (Let me tell you that it is a major pain in the butt in both situations if you are a Dvorak keyboard user.)
Other Linux centric people have been very happy with using Cygwin. It'll give you a more familiar environment to work in complete with repositories, shells, and mounts, etc, but at the same time be interacting with the Windows OS as well.
#10
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 29 June 2012 - 05:48 AM
Quote
start -> control panel -> admin tools -> computer management -> disk management
alternative
start-> run -> "diskmgmt.msc"
http://support.microsoft.com/kb/309000
Quote
There's not one per say. Windows is an environment where the market place is open to anyone to make and promote what they want. Go to your local store and purchase what you need.. go to a company's specific website and purchase the digital download.. etc. The burden is on the companies making the software to do it all while Windows provides the stable platform to run it.
If you want something just run it through bing or google and find it.
Quote
Powershell
http://msdn.microsof...v=vs.85%29.aspx
Quote
Sorry - it looks like their website misled me.
If you want c++ just grab the visual studios express
http://msdn.microsof...o/hh388567.aspx
Of course know that c++ is a platform dependent compile so if you want to port it to another platform you'll need to recompile for that platform.
#11
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 29 June 2012 - 08:16 AM
<binary_glitch>, on 29 June 2012 - 03:09 AM, said:
DevC++ was the first (windows) IDE I ever used. I found it a relatively lightweight sold developing environment that was a little easier than the other options to learn.
Eclipse is available on most operating systems, so it might be a good choice for people wanting a familiar IDE on multiple different OSs. While I know people who use it successfully for c++ coding, I personally found the C side a little clunky and currently only use it for Java development.
I'd compare Visual Studios with XCode. Each has a bit of a learning curve, but is a powerful, optimized tool for developing applications targeted toward their native OS. VS has recently become my IDE of choice for writing Win32 applications.
#12
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 29 June 2012 - 08:57 AM
I would just like to add that starting with
Windows 8 there will be the
'Windows Store' to deploy 'Metro style apps'
As for IDE's
Visual Studio Express with the Windows 7
SDK download would be an excellent
choice.
However you cannot sell any software
using this method for that you would have
to download the full 'Professional Product'.
Paying MicroSoft a shed load of money
in the process.
Code::Blocks with the MinGW installation
is another very good free one.
This time however you can sell your
software as its under GNU public licence.
Code::Blocks doesn't come with all
the extra .libs and header files that
make life easier as Visual Studio does
but there is nothing that Visual Studio
can do that you can't do with Code::Blocks
if you are clever, and know how to access
functions inside the specific system .dll.
Avoid older IDE's like DevC++
Best Wishes
Snoopy
#13
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 30 June 2012 - 02:51 AM
#14
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 01 July 2012 - 01:21 AM
<binary_glitch>, on 30 June 2012 - 10:51 AM, said:
Just so you know, Dev C++ was last updated in 2005 and is not maintained. Did you consider Visual C++ Express? Also, take a look here.
This post has been edited by Aphex19: 01 July 2012 - 01:32 AM
#15
Re: New to MS Windows, wondering about solid c++ IDE any opinions?
Posted 12 July 2012 - 03:00 AM
|
|

New Topic/Question
Reply


MultiQuote







|