Perfect IDEs do not exi-

Perfect IDEs do not exi-

Other urls found in this thread:

tjhsst.edu/~edanaher/pslife/
twitter.com/NSFWRedditImage

st

that's not visual studio 2015 professional

IDEs are for pajeets

t. neet

KDevelop does exist indeed.

>using IDE for C++
Disgusting.

>using C++
Disgusting.

this
my professor is the biggest ide advocate ever and he's a pajeet

he has that whole pajeety attitude about everything too, "muh enterprise" etc

I want students to go and stay go.

I have to use this peace of turd in school, it's the worst IDE I have ever used.

>IDEs are bad
It catches your mistakes and lets you write code fast with good autocomplete.
>b-but muh vim and emacs setups do the same!!!
Then why the fuck are you advocating against IDEs? If it has the same functionality, then you're no simple text editor + make purist either, faggot.

...

Holy shit he got sniped and he didn't even say candlejack's na

THIS, this is how it should be done

I think most of the IDE hate comes from IDEs being so specific and monolithic. That, combined with they enable retards to do shit they don't understand, which is arguably good.

Yeah, you can customize IDEs, but to what extent depends on the IDE, and you'll always have to deal with it's quirk. Building an environment with Vim/Emacs and independent tools lets you have a similar environment for whatever you're working with. It also means you understand your language's development process enough to automate it.

You're right; you should be using an IDE, because Vim and Emacs become integrated development environments when you load them with all of those tools. The difference is that people who use Vim/Emacs hate having to fire up a separate IDE for each language and deal with its quirks.

I have to use two different IDEs right now, PyCharm and Vivado, and its just a pain to go between the two. I have to use Vivado, because it has a proprietary build process, but PyCharm just adds useless complexity for tools I can build in Vim.

What's wrong with C++?

I honestly don't even know what this image is trying to convey

The font rendering on Windows is atrocious. And what is this placeholder text in the search input field in the top right? Everything is out of place and not aligned at all.

>
>THIS, this is how it should be done
What text editor?

Fucked up syntax.

Lack of basic facilities like converting between simple data types.

Lack of arraylist.

Abhorrent snake case everywhere.

Generally, nobody in their right mind would use plain C++, because it's a pain to look at and write it. It's only usable if you're using something like Boost or some other library that gives you what other languages have out of the box.

vim with YouCompleteMe

>faking a GUI with text and calling it a TUI
>using escape codes for text and background colors
>needing to use the same font size for all screen elements

you truly are a 1337 haxx0r by using vi, etc...

>Lack of arraylist
it's called vector

Good for C++ I guess for using something java has already discarded as legacy.

>java has already discarded
when did java discard arraylist?

It discarded vector, not arraylist.

i now have an indian man saying "enterprise" with a very definite indian accent in my head

fucking cia curryniggers

we were talking about arraylist, are you an idiot?

Why are you projecting your mental disability so hard?

>it's called vector

No, we were talking about arrraylist which C++ doesn't have. Java has Arraylist and previously had vector which it then discarded as legacy collection. Vector isn't the same as arraylist.

IDE's are great

They really help for debugging and organizing

I use GNU/Emacs/Linux as my Operating system and therefore have no need for freedom hating IDE's.

you're simply retarded m8
>we were talking about arrraylist which C++ doesn't have
it does, moron; let me spell it out for you: java's ArrayList is called vector in c++; c++ never had what java calls Vector

>java's ArrayList is called vector in c++
You could at least google before coming off as a dumbass.

>You could at least google
google what? come on, let's get you raped some more

>google what?
How to get rid of a spare chromosome, probably.

java has an extendable array like data structure called ArrayList.
C++ has an extendable array like structure called vector.
They act the same way, the API is similar and people use them interchangeably (if they switch between languages, that is)

...

>They act the same way
They don't act in the same way. Only one of them is synchronized.

none of them is synchronized, you dumb fuck

Delphi and C++ Builder come with source though, you're free to change almost everything about them.

>vector isn't synchronized
Good joke.

can you prove it?

>you're free to change
nope

Can you prove my dick isn't in your mother's mouth right now?

>no, I can't, you totally raped me
figured :^)

I keep making changes to the VCL and Embarcadero has never sued me. Don't be dumb.

lol, I own the vlc

>find_max (void)
>void

>find_max
>return 0;

>global state
>not thread safe
>most possibly locking log

>Experienced

get out

@59063846
>2017
>applet
bwahahahahaha

>I don't know C++
CSS babbys should gtfo!

>not just programming in Postscript with a plain text editor
pleb

tjhsst.edu/~edanaher/pslife/

This.

> function is called find_max and it doesn't even take any inputs
> missing a '}' at the end of the while loop
> missing a ';' after the values array.
> no elements in the values array are set.
> The increment ++i in the loop doesn't make any sense
> largest_val is a global variable
> while (1 return 0 instead of max

I have never seen code that makes so little sense.

>boost