sirgold
BANNED
- Jun 25, 2010
- 1,260
- 649
c# better than c/c++? Really? c/c++ can't multi-thread? Really?!?! Oh you don't have a shitty built-in thread-pooling mechanism, you mean... I see... BFD. Oh you have to write FREE instead of using some pre-digested GC, you mean... BFD. It must be a case that the vast majority of internet daemons is coded in c/c++... And for the naysayers of large webapps if you wanna go bytecode, stick to java or scala: .net is where java was 10 years ago. The "noobness" of these comments is embarrassing... It sounds a lot like all those ppl talking shit abt php that have NEVER touched memcached...
If you are SERIOUS, go with c++ and a decent framework like QT for interacting with the web. For socket based apps, c/c++ simply has no comparison with all the rest. You'll have the added benefits of having:
- faster apps
- smaller apps (if you don't get why this matters to make a profit, not my problem lol)
- easy possibility of multi-platform apps (hitting multiple platforms might be a selling point in a niche)
If all you need to do is coding little TOYS you probably won't support long-term (like most ppl sell on these boards) to make a quick buck be my guest and go with c# or vb.net: they GET the job done. If you take this route and you value your time though you're probably better off learning ubot, imacros, zenno or any other web automation tools.
Because -honestly- you might end up accomplishing way more in far less time. The most bang for the buck.
If you are SERIOUS, go with c++ and a decent framework like QT for interacting with the web. For socket based apps, c/c++ simply has no comparison with all the rest. You'll have the added benefits of having:
- faster apps
- smaller apps (if you don't get why this matters to make a profit, not my problem lol)
- easy possibility of multi-platform apps (hitting multiple platforms might be a selling point in a niche)
If all you need to do is coding little TOYS you probably won't support long-term (like most ppl sell on these boards) to make a quick buck be my guest and go with c# or vb.net: they GET the job done. If you take this route and you value your time though you're probably better off learning ubot, imacros, zenno or any other web automation tools.
Because -honestly- you might end up accomplishing way more in far less time. The most bang for the buck.
Last edited: