Thread: C++ Question

Results 1 to 4 of 4
  1. #1
    Ravin' Rabbid's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    In Your Backyard
    Posts
    17
    Reputation
    16
    Thanks
    0
    My Mood
    Confused

    C++ Question

    I noticed with every C++ book I have come across none of them speaks about GUIs. Does C++ like not do GUIs ? Most books stay in the Console window.

    What I am trying to do/learn: Software Development (More GUI based than console), Bot Development, General Hacking, Game Hacking, and Game Development.

    Thanks in advance.

  2. #2
    abuckau907's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    other side of the wire
    Posts
    1,342
    Reputation
    162
    Thanks
    239
    My Mood
    Cold
    It can -> Use the Windows API to create/manipulate forms.

    CreateWindow function (Windows)
    and the rest.

    But it's not designed into the 'core' of the language [1) that would make it less universal to other operating systems 2) more code to manage/update for the creator of C++ - he doesn't like that at all].

    I recommend you try C#, unless you have solid reasons for using C++. By the time you learn to program well in C# and the (many) concepts of game hacking, you'll be ready to switch to C++, and have valid reasons for doing so.
    Last edited by abuckau907; 01-14-2014 at 10:18 PM.
    'Some things that can be counted, don't matter. And some things that matter, can't be counted' - A.E.
    --
     

    My posts have some inaccuracies/are wrong/wrong keyword(s) used.
    They're (maybe) pretty close, and I hope they helped you, not created confusion. Take with grain of salt.

    -if you give rep, please leave a comment, else it means less.

  3. The Following User Says Thank You to abuckau907 For This Useful Post:

    Ravin' Rabbid (01-19-2014)

  4. #3
    wtfiwantthatname's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    260
    Reputation
    10
    Thanks
    39
    My Mood
    Bored
    For GUI's you need to use the Windows API, DirectX or OpenGL.
    "I don't believe in an afterlife, so I don't have to spend my whole life fearing hell, or fearing heaven even more. For whatever the tortures of hell, I think the boredom of heaven would be even worse." - Isaac Asimov

  5. The Following User Says Thank You to wtfiwantthatname For This Useful Post:

    Ravin' Rabbid (01-19-2014)

  6. #4
    I'm not lazy, I just really enjoy doing nothing.
    Donator
    _PuRe.LucK*'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    idk bruh.
    Posts
    521
    Reputation
    71
    Thanks
    5,650
    My Mood
    Bored
    Quote Originally Posted by Ravin' Rabbid View Post
    I noticed with every C++ book I have come across none of them speaks about GUIs. Does C++ like not do GUIs ? Most books stay in the Console window.

    What I am trying to do/learn: Software Development (More GUI based than console), Bot Development, General Hacking, Game Hacking, and Game Development.

    Thanks in advance.
    C++ can make windows(guis) with APIs like CreateWindowEx.
    But there are also free libs like WxWidgets where you can create nice guis.

  7. The Following User Says Thank You to _PuRe.LucK* For This Useful Post:

    Ravin' Rabbid (01-19-2014)

Similar Threads

  1. WPE Pro Question...
    By OutZida in forum General Game Hacking
    Replies: 4
    Last Post: 08-08-2011, 01:02 AM
  2. Hacking world of warcraft? & a noob question
    By arsholio in forum General Game Hacking
    Replies: 9
    Last Post: 04-08-2006, 01:55 PM
  3. Photoshop Question
    By arunforce in forum Art & Graphic Design
    Replies: 6
    Last Post: 01-15-2006, 11:38 AM
  4. Quick Question..Please Answer
    By ypg_gamer in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-04-2006, 10:32 AM
  5. question
    By wardo1926 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 12-30-2005, 07:36 PM