Jump to content

What IDE Do you use? Does anyone reccomend any?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
13 replies to this topic

#1
L3gacy

L3gacy

    Newbie

  • Members
  • PipPip
  • 11 posts
Ive been using dev-c++ for a long time and I feel like I need to go to a new program because its getting old and its not updated anymore.
What program do you guys use and do you reccomend one for me, you could say im still a beginner

C++

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
I use vim.

#3
denarced

denarced

    Programmer

  • Members
  • PipPipPipPip
  • 182 posts
I use vim on linux and Visual Studio on Windows

#4
L3gacy

L3gacy

    Newbie

  • Members
  • PipPip
  • 11 posts
The only problem i have with visua studio is that it aways gets errors

warning C4627: '#include <windows.h>': skipped when looking for precompiled header use
fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?

#5
denarced

denarced

    Programmer

  • Members
  • PipPipPipPip
  • 182 posts

L3gacy said:

The only problem i have with visua studio is that it aways gets errors

warning C4627: '#include <windows.h>': skipped when looking for precompiled header use
fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?

Well, if it points out programmer's errors, no worries :thumbup:

IMO when it comes to speed and features, Visual Studio is king on the win-side. Granted, I don't have all that much experience but it seems like that's one of those softwares that microsoft actually got right.

#6
denarced

denarced

    Programmer

  • Members
  • PipPipPipPip
  • 182 posts
Vim's got power if you spend the time to learn it.
I'm just starting and I can see already loads and loads of cool stuff
Truly an editor for a programmer.

#7
L3gacy

L3gacy

    Newbie

  • Members
  • PipPip
  • 11 posts
nvm i answered my own question about the error I fixed it

#8
Walle

Walle

    Learning Programmer

  • Members
  • PipPipPip
  • 75 posts
I use visual studio for windows programming. I agree that it's one of those softwares Microsoft managed to get right!
________________________________________________
"I'm not young enough to know everything." - Oscar Wilde

#9
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
I use Microsoft Visual C++ Express Edition I like it a million times better than dev-c++, it's free all you need to do is register which is simple and your on your way.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#10
dcs

dcs

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 775 posts
I use SlickEdit. After Dev-C++ stopped being active, I'd moved to Code::Blocks.

#11
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I'm partial to jEdit and gcc.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#12
DarkLordoftheMonkeys

DarkLordoftheMonkeys

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 255 posts
Vim has syntax highlighting for C++. So does Emacs. I use Vim.
Life's too short to be cool. Be a nerd.