Author Topic: C++ IDE/Compiler for Windows 10 ?  (Read 2324 times)

0 Members and 1 Guest are viewing this topic.

Offline Drahgon

  • /dev/null
  • *
  • Posts: 14
  • Cookies: -10
    • View Profile
C++ IDE/Compiler for Windows 10 ?
« 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.
« Last Edit: December 09, 2015, 01:49:21 am by Drahgon »

Offline ShadowCloud

  • Serf
  • *
  • Posts: 33
  • Cookies: 31
  • -My word is my bond
    • View Profile
Re: C++ IDE/Compiler for Windows 10 ?
« Reply #1 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?
QA Engineer walks into a bar. Orders a beer. Orders 0 beers. Orders 999999999 beers. Orders a lizard. Orders -1 beers. Orders a sfdeljknesv.

Offline parad0x

  • VIP
  • Royal Highness
  • *
  • Posts: 638
  • Cookies: 118
    • View Profile
Re: C++ IDE/Compiler for Windows 10 ?
« Reply #2 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.
« Last Edit: December 09, 2015, 04:42:45 am by parad0x »

Offline Abyss

  • Serf
  • *
  • Posts: 21
  • Cookies: -5
    • View Profile
Re: C++ IDE/Compiler for Windows 10 ?
« Reply #3 on: December 09, 2015, 11:54:45 am »
Try Code::Blocks    :D

Offline zombie

  • /dev/null
  • *
  • Posts: 19
  • Cookies: 3
    • View Profile
Re: C++ IDE/Compiler for Windows 10 ?
« Reply #4 on: December 09, 2015, 02:33:25 pm »
My personal favorite Windows IDE for C++ is Visual Studio (Community Edition). 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 to the Visual Studio "Get Started" page which can provide basically all you need to get started with developing in VS.

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
The invariable mark of wisdom is to see the miraculous in the common.

Offline queryFrequency

  • aka queerFrequency
  • Serf
  • *
  • Posts: 46
  • Cookies: -12
    • View Profile
Re: C++ IDE/Compiler for Windows 10 ?
« Reply #6 on: December 10, 2015, 01:45:45 am »
Use this magical thing called a Google.

Offline truecam

  • Peasant
  • *
  • Posts: 92
  • Cookies: -46
    • View Profile
Re: C++ IDE/Compiler for Windows 10 ?
« Reply #7 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.

Offline Katheudo

  • Peasant
  • *
  • Posts: 83
  • Cookies: 14
  • What anti-virus do you have? - "Common Sense 2015"
    • View Profile
Re: C++ IDE/Compiler for Windows 10 ?
« Reply #8 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
« Last Edit: January 17, 2016, 03:32:33 pm by Katheudo »
Its nice to be important but always important to be nice!

Offline th3g00n

  • Serf
  • *
  • Posts: 30
  • Cookies: 5
    • View Profile
Re: C++ IDE/Compiler for Windows 10 ?
« Reply #9 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.

Offline C0die

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 0
    • View Profile
Re: C++ IDE/Compiler for Windows 10 ?
« Reply #10 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

"Mistakes are as bad as the results they cause." - House

Offline spaceman

  • Serf
  • *
  • Posts: 27
  • Cookies: -5
    • View Profile
Re: C++ IDE/Compiler for Windows 10 ?
« Reply #11 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.
« Last Edit: January 29, 2016, 02:24:04 am by spaceman »

Offline xentond

  • NULL
  • Posts: 2
  • Cookies: -1
    • View Profile
Re: C++ IDE/Compiler for Windows 10 ?
« Reply #12 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.