EvilZone

Hacking and Security => Beginner's Corner => : Drahgon December 09, 2015, 01:48:08 AM

: C++ IDE/Compiler for Windows 10 ?
: Drahgon December 09, 2015, 01:48:08 AM
I have tried CodeLite, NetBeans, CodeBlocks and DevC++. None of which work.

OS: Windows 10

Beginner C++ programmer who just needs an IDE that can compile and run a f*cking program -_-

Can anybody help?

P.S .. sorry if i'm pissed off, this should not be a problem in 2015. It should be *Click install button* -> *Works*. I need to save my patience for important problems like debugging.
: Re: C++ IDE/Compiler for Windows 10 ?
: ShadowCloud December 09, 2015, 04:31:13 AM
Uhm, that's strange, are you actually getting an error during startup?

Try Eclipse maybe?  Or maybe even Anjuta?
: Re: C++ IDE/Compiler for Windows 10 ?
: parad0x December 09, 2015, 04:36:20 AM
Microsoft Visual Studio :D
Btw it would be better if you tell what is the specific problem so we may help.
: Re: C++ IDE/Compiler for Windows 10 ?
: Abyss December 09, 2015, 11:54:45 AM
Try Code::Blocks    :D
: Re: C++ IDE/Compiler for Windows 10 ?
: zombie December 09, 2015, 02:33:25 PM
My personal favorite Windows IDE for C++ is Visual Studio (Community Edition) (https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx). Note: you'll have to create a Visual Studio profile with a Microsoft account in order to use it.

Other than that, here's a link (https://www.visualstudio.com/en-us/get-started/overview-of-get-started-tasks-vs.aspx) to the Visual Studio "Get Started" page which can provide basically all you need to get started with developing in VS.
: Re: C++ IDE/Compiler for Windows 10 ?
: 0E 800 December 09, 2015, 05:02:33 PM
https://evilzone.org/hacking-and-security/(software-crack)-resharper-9-x/msg117453/#msg117453
: Re: C++ IDE/Compiler for Windows 10 ?
: queryFrequency December 10, 2015, 01:45:45 AM
Use this magical thing called a Google.
: Re: C++ IDE/Compiler for Windows 10 ?
: truecam December 10, 2015, 02:41:21 AM
Make sure you have the g++ compiler. It would also help if you told us what your error was.
: Re: C++ IDE/Compiler for Windows 10 ?
: Katheudo January 10, 2016, 09:45:57 PM
Go torrent MS Visual Studio from Kick Ass. While you are doing that make sure it is the Enterprise edition as well, you want to get your moneys worth as m$ are getting their share of you!    ;D
: Re: C++ IDE/Compiler for Windows 10 ?
: th3g00n January 10, 2016, 11:25:09 PM
I have tried CodeLite, NetBeans, CodeBlocks and DevC++. None of which work.

What do you mean they don't work? Does the IDE not launch or do you have a problem with compilation. You have to be more specific.
: Re: C++ IDE/Compiler for Windows 10 ?
: C0die January 27, 2016, 09:20:20 AM
I would also recommend Visual Studio. Awesome IDE and the Community Edition is free! :)

Gesendet von meinem SM-C115 mit Tapatalk

: Re: C++ IDE/Compiler for Windows 10 ?
: spaceman January 29, 2016, 02:22:21 AM
JetBrains Clion is not bad but it costs too much unless you find some cracked version... So if you cannot get it go with visual studio comunity edition its free and its good. Even if you dont want to use vs try vim with plugins or sublime text and use compiler from visual studio to complie from command line.
: Re: C++ IDE/Compiler for Windows 10 ?
: xentond January 29, 2016, 07:36:16 PM
Maybe it's not the IDE's fault, maybe it's your code. Look at the output and see what the issue is.