[–]▶ No.1032395>>1033013 >>1033070 >>1037340 >>1041033 [Watch Thread][Show All Posts]
Starting C++ development soon. Should I use Clion or VisualStudio?
▶ No.1032407>>1032425 >>1032761 >>1033308
C++ overrated.
Code::Blocks is an OK IDE. If you are brand new to coding consider learning python. It's easy. Learn programming logic. Then jump into something lower level like C/C++, Java, or and assembly language. I started out with BASIC when I learned to program. Moved to C++ when I switched to Linux. Learned other languages. Only recently discovered how easy python is and I don't have to convert const char to std::string and shit like perform a crypto operation against command line argument. You'll see when you start doing hashing functions or pretty much anything to do with strings that python is superior to C++ this regard.
▶ No.1032425>>1032464
>>1032407
>something lower level like C/C++, Java
>lower level
>java
this is how I know you're a code monkey
▶ No.1032464>>1032500 >>1032723
>>1032425
>java isn't lower level then python
What?
▶ No.1032500>>1032631
>>1032464
How is it? Python is bytecoded too (and has a JIT with Pypy).
▶ No.1032631
>>1032500
Sorry I should have said C like rather than low level. What was I thinking. Oh yeah. Python is better than C++. That's what I was trying to say.
▶ No.1032633>>1032634 >>1032662
>Clion or VisualStudio
Straight outta /g/. Install a unix-like operating system and use GNU g++/clang with either Emacs or VIM. You'll surpass any GUI monkey if you master these.
▶ No.1032634>>1032637 >>1032680
>>1032633
If it's a newfag using derps and doesn't know how to code said newfag would have to learn Linux then learn C++ without the help of an IDE with error correction
▶ No.1032637
>>1032634
Correct. He would then give up learning to program or learn a webshit language like JS. Desired result achieved.
▶ No.1032662>>1032680
>>1032633 You might've programmed only "Hello, World!" or something, right?
▶ No.1032680
>>1032634
>>1032662
emacs/vim is better for everything else but .net
▶ No.1032688>>1032689
vs code, king of current year editors, it's like sublime text but with actual support and community (tons of addons) emacs autists are too busy fermenting their piss in bottles and larping to ever code anything
also vs code completely BTFOs visual studio.
▶ No.1032689>>1033014 >>1037497
>>1032688
also it has intellisense which you will not find in any other editor
>in b4 just read le docs
not an argument
▶ No.1032723
>>1032464
>What?
Never claimed that. Java requires the JVM(Java virtual machine) to run code. This is why I said it wasn't lower level. I made no other comparisons to the other languages listed.
Learn to read, you knuckle-dragging ape.
▶ No.1032761>>1032997
>>1032407
perl beats python on strings handling
▶ No.1032844>>1032845
neither, unless you're doing deep, systems-tier work that needs very subtle debugging capabilities. C-Lion in neither case.
Otherwise, just use code. All the developer benefits of Visual Studio and literally on every important platform, for free.
▶ No.1032845
▶ No.1032979>>1041089
>shiling some ms shit
>on /tech/
▶ No.1032997>>1032999
>>1032761
What's a good language for Perl and regex programming?
▶ No.1032999>>1033001 >>1033002
>>1032997
Good reference for perl and regex?
▶ No.1033001
>>1032999
perldoc perlretut
perldoc perl
▶ No.1033002
>>1032999
and then Mastering Regular Expressions. What this'll give you is mainly a much better sense of how efficient a regex is.
▶ No.1033013
>>1032395 (OP)
If you're still learning, Code::Blocks, because you won't use advanced features anymore. After learning it properly, switch to VIM.
▶ No.1033014>>1033063
>>1032689
>which you will not find in any other editor
Is it incomparable with the Jetbrains stuff?
▶ No.1033015
>>>/tech/1032688
>larping
>on a computer
explain yourself
▶ No.1033063
>>1033014
Visual studio has always been better than jetbrains, just werks, etc. There's intellisense and also intellicode which is described as intellisense+AI. It only works for a few scripting languages in code so far but I would guess C++ is on the way since it's supported in VS community.
▶ No.1033070
>>1032395 (OP)
A text editor you fucking pylon.
▶ No.1033089>>1033096 >>1033322 >>1036961 >>1037164
>(((Windows)))
>(((Visual Studio)))
<C++
yep that fits perfectly
you should just learn java and rust instead
and turn your dick inside out
▶ No.1033096>>1033225
▶ No.1033225
>>1033096
>no argument
>shilling botnet
>how do you do fellow goyim
▶ No.1033308>>1033371
>>1032407
>no unit testing
Eh
▶ No.1033322
>>1033089
based, even though C++ is my language of choice.
▶ No.1033371
>>1033308
>unit testing is somehow the job of an IDE
this is your brain on java
▶ No.1036961
>>1033089
WANGBLOWTODDLERS BTFO
▶ No.1037057>>1037104
Imagine unironically using Visual Studio for anything.
▶ No.1037104>>1037134 >>1037142 >>1037364
>>1037057
This. VS Code is better in almost every way.
▶ No.1037134>>1037336
>>1037104
>go to open source file
>accidentally click 2M debug binary instead
>computer only has 16G of RAM and 12 cores
>text editor won't respond for 30 minutes
>browser gets OOM-killed
>text editor crashes
▶ No.1037142
>>1037104
Just use Atom lmao
▶ No.1037164
Code::Blocks with the latest Mingw-w64 should be enough if you're on wangblows.
>>1033089
>java and rust
The unholy alliance of poo and soy.
▶ No.1037336
▶ No.1037340
>>1032395 (OP)
CLion and Visual Studio are both bad but CLion is better than VS I'd say.
CLion is considerably CONSIDERABLY less bloated than VS (which takes as much space as some top-end video games with lots of assets 40 GB+), but it only supports CMake build system. VS is also not so good with cross platform even though they have Xamarin (?, which I think is C# or maybe .NET which could also be C++ but I'm not sure, I haven't used it in a long long time)
▶ No.1037364
>>1037104
Except for running inside fucking Electron.
▶ No.1037497
>>1032689
Emacs and Vim can both have code completion support for a large variety of languages.
But it's okay, I can tell the soy gave you brain damage.
▶ No.1040990
Neither, using VS Code is a better choice not only for Sepples but for many other languages like JS.
▶ No.1041033
>>1032395 (OP)
use visual studio only if you are making dotnet stuff or (((UWP apps)))
Code::Blocks and NetBeans are better IDEs. But I suggest using neovim or Gnu Emacs.
▶ No.1041085>>1041103
▶ No.1041089
>>1032979
>never use things made by people you don't like
FLOSS autists would rather be stuck in the 90s than actually try to compete.
▶ No.1041103
>>1041085
and if you decide to assasinate a microsoft employee start here
https://en.wikipedia.org/wiki/Outline_of_Microsoft
▶ No.1053295
HAPAS ARE SUPERIOR TO WHITES
▶ No.1053299
HAPAS ARE SUPERIOR TO WHITES
▶ No.1053300
HAPAS ARE SUPERIOR TO WHITES
▶ No.1053913
HAPAS ARE SUPERIOR TO WHITES
▶ No.1055196
HAPAS ARE SUPERIOR TO WHITES
▶ No.1056616
▶ No.1056774
Looks like some Soros-funded controlled opposition to me.
▶ No.1057270
Masons, Masons everywhere...
▶ No.1057306
Why is there so much racism in this thread?
▶ No.1057424
▶ No.1057545
Masons, Masons everywhere.