EvilZone

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

Title: C++ IDE/Compiler for Windows 10 ?
Post by: Drahgon on 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.
Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: ShadowCloud on 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?
Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: parad0x on 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.
Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: Abyss on December 09, 2015, 11:54:45 AM
Try Code::Blocks    :D
Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: zombie on 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.
Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: 0E 800 on December 09, 2015, 05:02:33 PM
https://evilzone.org/hacking-and-security/(software-crack)-resharper-9-x/msg117453/#msg117453
Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: queryFrequency on December 10, 2015, 01:45:45 AM
Use this magical thing called a Google.
Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: truecam on 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.
Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: Katheudo on 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
Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: th3g00n on 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.
Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: C0die on 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

Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: spaceman on 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.
Title: Re: C++ IDE/Compiler for Windows 10 ?
Post by: xentond on 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.