Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


is dev c++ and visual studio c++

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
paupav
Master Cheater
Reputation: 13

Joined: 15 Apr 2011
Posts: 314
Location: P. Sherman 42, Wallaby Way, Sydney

PostPosted: Tue Aug 07, 2012 7:19 am    Post subject: is dev c++ and visual studio c++ Reply with quote

any different i mean small things because i get alot errors and why visual studio c++ need to have
[code]#include "stdafx.h" [\code] always?
Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Thu Aug 09, 2012 2:41 pm    Post subject: Reply with quote

its a precompiled header
you are not making an empty project that that is why you are getting those files.

a precompiled header and cpp are meant to save your application time.
look at http://msdn.microsoft.com/en-us/library/h552b3ca.aspx

I would recommend you start with empty projects since you are just starting to get into programming.
Back to top
View user's profile Send private message MSN Messenger
paupav
Master Cheater
Reputation: 13

Joined: 15 Apr 2011
Posts: 314
Location: P. Sherman 42, Wallaby Way, Sydney

PostPosted: Thu Aug 09, 2012 6:15 pm    Post subject: Reply with quote

gogodr wrote:
its a precompiled header
you are not making an empty project that that is why you are getting those files.

a precompiled header and cpp are meant to save your application time.
look at http://msdn.microsoft.com/en-us/library/h552b3ca.aspx

I would recommend you start with empty projects since you are just starting to get into programming.

oh, ty
Back to top
View user's profile Send private message
coolman++
Advanced Cheater
Reputation: -1

Joined: 19 Jul 2012
Posts: 79
Location: Saudi Arabia

PostPosted: Thu Aug 09, 2012 9:40 pm    Post subject: Reply with quote

STAY AWAY FROM VISUAL C++. USE DEV C++ UNTIL YOU NEED TO DEVELOP WINDOWS APPS!
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Slugsnack
Grandmaster Cheater Supreme
Reputation: 71

Joined: 24 Jan 2007
Posts: 1857

PostPosted: Fri Aug 10, 2012 5:51 pm    Post subject: Reply with quote

coolman++ wrote:
STAY AWAY FROM VISUAL C++. USE DEV C++ UNTIL YOU NEED TO DEVELOP WINDOWS APPS!

this is bad advice from a bad programmer. devc++ is globally recognised as an outdated ide that is no longer maintained by all proficient programmers. the only reason one might decide to use it at this point is because it lacks many features and hence is less confusing to a beginner. however, these same features are essentially necessities once you get beyond a novice level. coolman++'s assertions that you should stay away from vc++ indicates what level he is at.

in op's case, there is not much reason not to use vc++, which is pretty much the de facto standard for c++ ide on the windows platform
Back to top
View user's profile Send private message
paupav
Master Cheater
Reputation: 13

Joined: 15 Apr 2011
Posts: 314
Location: P. Sherman 42, Wallaby Way, Sydney

PostPosted: Sun Aug 12, 2012 7:29 am    Post subject: Reply with quote

Slugsnack wrote:
coolman++ wrote:
STAY AWAY FROM VISUAL C++. USE DEV C++ UNTIL YOU NEED TO DEVELOP WINDOWS APPS!

this is bad advice from a bad programmer. devc++ is globally recognised as an outdated ide that is no longer maintained by all proficient programmers. the only reason one might decide to use it at this point is because it lacks many features and hence is less confusing to a beginner. however, these same features are essentially necessities once you get beyond a novice level. coolman++'s assertions that you should stay away from vc++ indicates what level he is at.

in op's case, there is not much reason not to use vc++, which is pretty much the de facto standard for c++ ide on the windows platform

i want to develop windows apps, il use visual studio 2010 since i dont see difference and visual studio is more updated
Back to top
View user's profile Send private message
coolman++
Advanced Cheater
Reputation: -1

Joined: 19 Jul 2012
Posts: 79
Location: Saudi Arabia

PostPosted: Sun Aug 12, 2012 5:44 pm    Post subject: Reply with quote

paupav wrote:
Slugsnack wrote:
coolman++ wrote:
STAY AWAY FROM VISUAL C++. USE DEV C++ UNTIL YOU NEED TO DEVELOP WINDOWS APPS!

this is bad advice from a bad programmer. devc++ is globally recognised as an outdated ide that is no longer maintained by all proficient programmers. the only reason one might decide to use it at this point is because it lacks many features and hence is less confusing to a beginner. however, these same features are essentially necessities once you get beyond a novice level. coolman++'s assertions that you should stay away from vc++ indicates what level he is at.

in op's case, there is not much reason not to use vc++, which is pretty much the de facto standard for c++ ide on the windows platform

i want to develop windows apps, il use visual studio 2010 since i dont see difference and visual studio is more updated


i agree dev C++ is outdated however, i found it a better help for beginner level. slugsnack, you shouldn't even be arguing with me. Your ego doesn't let you win.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Innovation
Grandmaster Cheater
Reputation: 12

Joined: 14 Aug 2008
Posts: 617

PostPosted: Sun Aug 12, 2012 6:48 pm    Post subject: Reply with quote

coolman++ wrote:
STAY AWAY FROM VISUAL C++. USE DEV C++ UNTIL YOU NEED TO DEVELOP WINDOWS APPS!

This is terrible advice. Stick with VC++.
Back to top
View user's profile Send private message
NoMercy
Master Cheater
Reputation: 1

Joined: 09 Feb 2009
Posts: 289

PostPosted: Sun Aug 12, 2012 7:15 pm    Post subject: Reply with quote

coolman++ wrote:
paupav wrote:
Slugsnack wrote:
coolman++ wrote:
STAY AWAY FROM VISUAL C++. USE DEV C++ UNTIL YOU NEED TO DEVELOP WINDOWS APPS!

this is bad advice from a bad programmer. devc++ is globally recognised as an outdated ide that is no longer maintained by all proficient programmers. the only reason one might decide to use it at this point is because it lacks many features and hence is less confusing to a beginner. however, these same features are essentially necessities once you get beyond a novice level. coolman++'s assertions that you should stay away from vc++ indicates what level he is at.

in op's case, there is not much reason not to use vc++, which is pretty much the de facto standard for c++ ide on the windows platform

i want to develop windows apps, il use visual studio 2010 since i dont see difference and visual studio is more updated


i agree dev C++ is outdated however, i found it a better help for beginner level. slugsnack, you shouldn't even be arguing with me. Your ego doesn't let you win.


None should be arguing about the statement you made.
Back to top
View user's profile Send private message
coolman++
Advanced Cheater
Reputation: -1

Joined: 19 Jul 2012
Posts: 79
Location: Saudi Arabia

PostPosted: Mon Aug 13, 2012 10:14 pm    Post subject: Reply with quote

managed to make everyone cry. another glorious victory for coolman++
_________________

Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites