Write C++

>write C++
>cast an int to double
>double a = ((double)(b))
>mfw I now mentally consider my variables to be Jewish

who else was corrupted by Sup Forums so mcuh you can't program?

Other urls found in this thread:

en.wikipedia.org/wiki/Triple_parentheses
twitter.com/NSFWRedditImage

>writing in a legacy language

(((Rust)))

double a = (double) b;

>legacy language
>C++17
What the fuck did he mean by this?

(double)b

how is casting related to be jewish?
whut

If it a hello world doesn't require 200MB of ram to run, then it's a legacy language.

auto a = static_cast b

(Try (writing (in (lisp))))

That's much better and not hideously ugly at all.

Thanks C++!

>t-they will fix it in C++ 19

>c++ has modern uses

hahahah

That's nothing, take a look at this shit:
std::chrono::high_resolution_clock::now();

double a = b;

what the fuck

video games

en.wikipedia.org/wiki/Triple_parentheses

OP is some faggot from Sup Forums where they use parentheses to infer that whatever organization is controlled by the Jews.

>OP is some faggot from Sup Forums
>implying Sup Forums isnt always right

>>double a = ((double)(b))

Yeah, you usually don't need that many parentheses. It's fine if you use:

double a = (double)b;

And if you prefer a slightly less Jewish look, then you can use:

double a = double(b);

But if it's a built-in conversion, then you don't even need the cast. For example, if b is declared as int, then you can use the Gentile version:

double a = b;

there is literally nothing wrong with being jewish

spotted the kike

>swastika angle brackets
C++ was this based the whole time

Everything is wrong with being jewish.

What a horrible casting