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++
What IDE Do you use? Does anyone reccomend any?
Started by L3gacy, Jan 17 2010 10:21 AM
13 replies to this topic
#1
Posted 17 January 2010 - 10:21 AM
|
|
|
#2
Posted 17 January 2010 - 10:31 AM
#3
Posted 17 January 2010 - 10:51 AM
I use vim on linux and Visual Studio on Windows
#4
Posted 17 January 2010 - 10:54 AM
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?
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
Posted 17 January 2010 - 10:59 AM
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?
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
Posted 17 January 2010 - 11:04 AM
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.
I'm just starting and I can see already loads and loads of cool stuff
Truly an editor for a programmer.
#7
Posted 17 January 2010 - 11:06 AM
nvm i answered my own question about the error I fixed it
#8
Posted 17 January 2010 - 11:18 AM
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
"I'm not young enough to know everything." - Oscar Wilde
#9
Posted 17 January 2010 - 01:36 PM
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.
Science is only an educated theory, which we cannot disprove.
#10
Posted 17 January 2010 - 01:43 PM
I use SlickEdit. After Dev-C++ stopped being active, I'd moved to Code::Blocks.
#11
Posted 17 January 2010 - 04:56 PM
I'm partial to jEdit and gcc.
#12
Posted 17 January 2010 - 05:04 PM
Vim has syntax highlighting for C++. So does Emacs. I use Vim.
Life's too short to be cool. Be a nerd.


Sign In
Create Account


Back to top









