Is C++ a good choice to make bots?

Prof. Eloy

New member
Joined
Jul 26, 2024
Messages
3
Points
1
Hello!

I am quite familiar with JavaScript and I need to learn new programming language for making bots.
Bots for communicators (ICQ, Skype, Trillian and many other). Somebody whop type to me this bot should answer everyone.
And the bots for Facebook (private messages), Pinterest (make follows) and other.

Is C++ a good choice for making these kind of bots?
 

Flatley IV

New member
Joined
Jul 26, 2024
Messages
3
Points
1
C++ is great if you already have a programming background and dont want to go the lazy way like most hobby programmers to "just get it done the easy way".
with C++ you can create programs that perform way more efficient and faster than stuff made in python or similar, but you have to take care of memory handling and this can cost more debugging time.
i would suggest you start with C# and then move to C++ if you feel like it.
 
Top