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 


What's the best IDE for using C++ to hack games?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Dr.Disrespect
Grandmaster Cheater
Reputation: 3

Joined: 17 Feb 2016
Posts: 526

PostPosted: Mon May 23, 2016 1:36 pm    Post subject: What's the best IDE for using C++ to hack games? Reply with quote

What's the best IDE for using C++ to hack games?
Thanks. Smile
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Tue May 24, 2016 12:35 am    Post subject: Reply with quote

If you are focused on Windows based games, Visual Studio is probably going to be your best bet in terms of Windows development.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Dr.Disrespect
Grandmaster Cheater
Reputation: 3

Joined: 17 Feb 2016
Posts: 526

PostPosted: Tue May 24, 2016 8:15 am    Post subject: Reply with quote

atom0s wrote:
If you are focused on Windows based games, Visual Studio is probably going to be your best bet in terms of Windows development.


Thank you, I will keep using it then. Smile I was hoping there was some IDEs like XCode(Swift) with which I can drag things around, or better GUI support. Very Happy
Back to top
View user's profile Send private message
STN
I post too much
Reputation: 43

Joined: 09 Nov 2005
Posts: 2676

PostPosted: Tue May 24, 2016 2:55 pm    Post subject: Reply with quote

Embercardo formerly Borderland's C++. I have been using it for delphi and its pretty decent, no reason why it won't be for c++ too. I use VS though for c++ but because a lot of my projects are already in VS
_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Wed May 25, 2016 11:26 am    Post subject: Reply with quote

fmanager wrote:
atom0s wrote:
If you are focused on Windows based games, Visual Studio is probably going to be your best bet in terms of Windows development.


Thank you, I will keep using it then. Smile I was hoping there was some IDEs like XCode(Swift) with which I can drag things around, or better GUI support. Very Happy


C++ is a native language that has limited UI support using Dialogs. Visual Studio includes a resource editor for when you are working with a Dialog based UI but it is limited. (The dialog editor has full control and support for everything it can have, dialogs in general are limited.)

Doing a UI in C++ is usually best done with the use of a third-party library such as wxWidgets or similar. And since it is third-party that usually relies on the CreateWindowEx API, a full drag and drop editor is not always possible.

Something you can do instead is write a UI in C# using WinForms or WPF which will allow you to do the full UI via drag and drop, then write all the core code in C++ and just import the needed functions from your C++ dll(s) into C#.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
WndDrgn
Cheater
Reputation: 0

Joined: 24 May 2015
Posts: 49

PostPosted: Thu May 26, 2016 8:52 am    Post subject: Reply with quote

Because im an old people, i just use TotalCommander and modified SciTE.

But please dont be misunderstand.
I use my own lib for Windows GUI.
So that i can write simple messagebox with a button with no more than 20 lines.
Without visual dialog design tool.

one line end with '{}' or ';'
Back to top
View user's profile Send private message
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