C# or C++ ?

Yupefer

Regular Member
Joined
Jul 13, 2011
Messages
281
Reaction score
54
What would be better to make web based bots?

I've already started learning C++ but after recent reading and viewing videos I'm starting to reconsider C# since I hear its better for interacting with the internet.
 
What would be better to make web based bots?

I've already started learning C++ but after recent reading and viewing videos I'm starting to reconsider C# since I hear its better for interacting with the internet.


For bots, I recommend Csharp.
 
Last edited:
This should be posted in the programming section.

C++ is a good language to start with and understand OOP. In terms of developing automated tools.. C#/Vb.net is a better option because of the CLI/.net framework.

BTW, c++ can't multithread.

I think I'll take it from That Bot Programmer just seems right lol.
plus multithreading is something I would care about.

now what can you say about VB.NET?
 
I use C (not C++ or C#) for coding microcontrollers. So not really for bots.

I also code bots but I do that with vb.net. So I recommend C# or VB.net for botting internet activities or so.
 
I think I'll take it from That Bot Programmer just seems right lol.
plus multithreading is something I would care about.

now what can you say about VB.NET?

senuke created by vb , i will add Delphi as good choice too btw scrapebox and xrumer created by Delphi .
 
Delphi is the best. Since it's cross platform (via lazarus) and doesnt have any dependencies. And of course not to mention that it's way faster than .net apps ...
 
Anyone who tells you to learn c# or vb.net just doesnt have the guts to learn a low-level language , all those high-level language like c#,vb.net,python are good when you are starting out but seriously they are all dependant and not as fast as delphi or c++.

I would recommend getting used to delphi atleast , or try c++ . Once you learn those you will never go back to any high-level language like.
 
c# is based on c++, so it wont harm you. if start with c++. if you learn c++ and master it, C# and java is piece of cake. Many trading platforms and trading engines run on c++ so don't listen to people who say you cannot do anything with C++.

If you are in hurry then it is better to start with C#.
 
Anyone who tells you to learn c# or vb.net just doesnt have the guts to learn a low-level language , all those high-level language like c#,vb.net,python are good when you are starting out but seriously they are all dependant and not as fast as delphi or c++.

I would recommend getting used to delphi atleast , or try c++ . Once you learn those you will never go back to any high-level language like.

I was considering C# mainly because of the simplicity of making GUI's

how do you make GUI's in C++?

every time I go somewhere to learn C++ they present to me in CMD and its really unappealing and just feels outdated
 
I was considering C# mainly because of the simplicity of making GUI's

how do you make GUI's in C++?

every time I go somewhere to learn C++ they present to me in CMD and its really unappealing and just feels outdated

Try this UI framework http://qt.nokia.com/products/. You can learn to create tools and target both mobile and desktop platforms using this single api framework.

Another option is http://wxdsgn.sourceforge.net/
 
Dude, use the fucking search button. There is a 50+ page thread on this exact topic.
 
Back
Top