EvilZone
Hacking and Security => Beginner's Corner => : 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.
-
Uhm, that's strange, are you actually getting an error during startup?
Try Eclipse maybe? Or maybe even Anjuta?
-
Microsoft Visual Studio :D
Btw it would be better if you tell what is the specific problem so we may help.
-
Try Code::Blocks :D
-
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.
-
https://evilzone.org/hacking-and-security/(software-crack)-resharper-9-x/msg117453/#msg117453
-
Use this magical thing called a Google.
-
Make sure you have the g++ compiler. It would also help if you told us what your error was.
-
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
-
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.
-
I would also recommend Visual Studio. Awesome IDE and the Community Edition is free! :)
Gesendet von meinem SM-C115 mit Tapatalk
-
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.
-
Maybe it's not the IDE's fault, maybe it's your code. Look at the output and see what the issue is.