C++ or Python menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Ovazisios's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    11
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    C++ or Python

    So i've heared that world of warcraft has a relation to the C++ language. I started learning that language + python.
    Now i wonder.
    Am i able to use Python instead of C++
    (sorry if it's in the wrong section idk where to post it.)

    C++ or Python
  2. #2
    CGI's Avatar Member
    Reputation
    4
    Join Date
    Jun 2017
    Posts
    4
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That really depends on what you wish to do.

    C++ will be much easier in several scenarios specially if you have to deal with asm, but Python can do some stuff as well.

    C++ you need to make most of the work your self(as in more code to write in most cases), while python will make more than half of the work for you.

    Assuming you want to keep learning it for hacking and stuff alike I will vouch myself to c++, no regrets!

  3. #3
    dreamcoder's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Apr 2018
    Posts
    54
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you mean you want to write a game like wow, then c++ for sure.

  4. #4
    LethalSnake's Avatar Member
    Reputation
    1
    Join Date
    Oct 2018
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bro learn cpp its in my opinion one of the best and powerful Languages that you will find

  5. #5
    shreyathakare's Avatar Member
    Reputation
    1
    Join Date
    Feb 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Python can be written in object oriented way but cpp is more powerful language than python if you are beginner in programming languges then start with the basics of writing procedural code with a language like python, then move to the object oriented language like cpp or java.
    Last edited by shreyathakare; 02-27-2019 at 11:27 PM.

  6. #6
    emmyHufford's Avatar Member
    Reputation
    1
    Join Date
    Feb 2019
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HI. I think it depends on what you're going to do. So if you want to write a game then C++ for sure. Hope this will help you.
    Last edited by emmyHufford; 02-25-2019 at 05:35 AM.

  7. #7
    petersmith69's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey,
    the choice depends on what you are doing. but for writting c++ is good but python is much easier to learn than c++.

  8. #8
    SwiftWebDesign's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Aug 2018
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    c++ for sure

  9. #9
    zammhauer's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shreyathakare View Post
    Python can be written in object oriented way but cpp is more powerful language than python if you are beginner in programming languges then start with the basics of writing procedural code with a language like python, then move to the object oriented language like cpp or java.
    Python is by far more powerful than C++. Python is an interpreted language and has thus way more features (e.g. meta classes). There are many things you cannot do in an compiled language like C++. Interpreted languages however are way slower than compiled ones. If you compare C++ with Python I would say C++ is about 200 times faster than Python. Yes, that much. This is the reason C++ is being used for speed relevant things (complex algorithms, game development, 3D rendering, ...). Coding the same feature takes way longer in a compiled language, because you have to do a lot of stuff yourself (memory management). So if development speed is a concern, an interpreted language wins. That is the reason why almost all web applications are written in interpreted languages like PHP or Python (or some pseudo-interpreted languages like Java). In many cases (depends on what you want to do) you do not need the speed of a compiled language.

    Use the right language for the task. Do you need speed (e.g. game development)? Go for a compiled language. Do you want to reach your goal quickly (Web application, Scripts) go for an interpreted language.

  10. #10
    george_00's Avatar Member
    Reputation
    1
    Join Date
    Nov 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As I know Python is more popular now. It is used in software and web development. Also, have you heard about rubi coding language? As I know a lot of development companies use it, but I don't know a lot about it

  11. #11
    sheen8's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2023
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, it's true that World of Warcraft (WoW) uses the C++ programming language for its core mechanics. C++ is often used in game development due to its performance capabilities. However, Python and C++ serve different purposes and have different strengths.

    While Python is known for its simplicity and ease of use, C++ is favored for its speed and low-level memory control. WoW's connection to C++ doesn't necessarily mean you must use C++ to interact with the game.

    If you're learning both Python and C++, you have the flexibility to choose the language that best suits your project. Python is widely used for scripting, automating tasks, and building applications quickly. It has a large ecosystem of libraries that can be leveraged for various purposes.

    On the other hand, if you're interested in game development, C++ could be a more suitable choice due to its performance and compatibility with game engines and libraries. However, keep in mind that C++ can be more complex to learn and work with compared to Python.

    In the context of World of Warcraft, if you're looking to create mods, add-ons, or tools that interact with the game, Python could be a viable option. Many games support scripting in various languages, and Python's readability and simplicity might make it a good fit for such purposes.

    Ultimately, the choice between Python and C++ depends on your specific goals and the nature of the project you want to undertake. Both languages have their strengths and can be used effectively in different contexts. Additionally, explore the difference between C++ and C.

Similar Threads

  1. [How To] is there a beginner's guide for writing wow bot in python or java?
    By lindachen87 in forum WoW Bots Questions & Requests
    Replies: 5
    Last Post: 04-14-2018, 05:41 PM
  2. Talk to Opposing Faction! (No hacks or Mind Controlling needed!)
    By janzi9 in forum World of Warcraft Exploits
    Replies: 51
    Last Post: 04-06-2007, 01:13 PM
  3. Powerleveling (Horde) 1-20 in 24 hours or less
    By Matt in forum World of Warcraft Guides
    Replies: 2
    Last Post: 09-18-2006, 10:12 PM
  4. Get to C'thun's room without killing Huhuran or Tw
    By Matt in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 03-27-2006, 12:22 PM
  5. ALSO what or what is syndrom really usefull for?
    By case in forum World of Warcraft General
    Replies: 2
    Last Post: 03-20-2006, 11:00 PM
All times are GMT -5. The time now is 07:41 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search