User, mind explaining why you can't program as well as an anime girl?

user, mind explaining why you can't program as well as an anime girl?

Attached: Screen Shot 2018-01-25 at 4.43.07 pm.png (2880x1800, 2.75M)

Other urls found in this thread:

whatanime.ga/?auto&url=https://i.4cdn.org/g/1527416917162.png
twitter.com/NSFWRedditImage

I am not a programmer.

They're not real

Attached: really makes you think.jpg (1024x576, 78K)

>not programming as well as anime NEETs

Attached: Screen Shot 2018-01-28 at 6.24.31 pm.png (2880x1620, 3.85M)

>DestroyMe();

Attached: 1520782788611.jpg (224x225, 7K)

Mind explaining why you can't get your life together like an anime girl?

I can.

Attached: 1504242565759.gif (500x277, 657K)

let's see some code then,

Attached: 1517119015240.jpg (495x600, 242K)

Which Chinese cartoon is this?

Mind explaining to me why you are obsessed with pedophile tier sexual depictions of small children?

whatanime.ga/?auto&url=https://i.4cdn.org/g/1527416917162.png

Wtf is this anime

The whole thing looks like a mistake to me.

No return after DestroyMe();?
The function isn't split up in smaller function.
Literal MEMBER VARIABLES inside functions? It's 2018 fuck

wasting space by doing
someThicAss
{
....


instead of this

someThiccAss {
....

It's call for a function, it's enough if the return is in void DestroyMe()

The mistake is that loop only should have the first line inside of it, everything else should be outside. The function is already small so splitting it would only make this shit less readable. Nothing wrong with member variables, too.

N-no. A throw would. Not return. Or maybe if DestroyMe is a macro, not a function. Hope it's not.

>DestroyMe();
Just fucking destroy me right now.

idk why but in atmel studio it does it the first way. gay

no problemu

Attached: 600px-NewGameE9_FiveSeven2.jpg (600x338, 46K)

>Can't even program a damage receiving function
Pretty sure I beat that loli any day of the week.

>Not using superior method
Javafag

>Get him, girls!
>You-kai!

Attached: tumblr_owjb1cICv41t0lt8go1_500.gif (500x281, 2.13M)

I think it's too big, or at least pushing it.
You can literally make it more readable by taking e.g what's inside the for block and factoring it out to another function, and give it an appropriate name that explains what it's doing.

That's bullshit. Unless you use that exact code somewhere else, there's no need to. The code is tiny and self-explanatory. It would more of a hassle to maintainer to have to look up and read that function.

>streaming
Jesus christ

I do better. All that mutation is disguising.

Attached: snap.jpg (1078x775, 162K)

facebook memes

>>>/reddit/

>whynotboth.jpg

> someThiccAss {

every fucking programmer i know (not many) does this shit in javaScript and it annoys the hell out of me

shit i made a mistake i meant
somThiccAss
{

>kyoani
>woman in a necktie because nobody has an actual office job there
>telling the same joke since 2006
At least she don't have to shave her face every day.

Attached: shiggyloli.jpg (479x435, 49K)

i'm stoopid

Is that from an ova or something?

I can, but making video games is for children. Nene should get a real job like prostitution or something.

Attached: 587644beee931382395d39e2a36f6845.jpg (1280x1731, 274K)

Just use linux kernel coding style. problem solved

the bug is just not having a } after applying the debuff and thus taking damage multiple times for each debuff, right?

int main()
{
....
void someThiccAss {
if (...) {
//smash the like button for instanutt
}
....
}

return 0;
}

Attached: ap,550x550,16x12,1,transparent,t.u1.png (549x413, 93K)

Kill yourself

but hes typing llfklldgldfsldfldflfgjdl

that is why u cant write code as anime girl, bad animations. :~~~{

I WISH I WAS AN ANIME GIRL

>he

Attached: 1503997241537.jpg (850x834, 68K)

>I can, but making video games is for children.
I agree
>Nene should get a real job like prostitution or something.
kys

there is no boobenballs

there lived a certain man in russia long ago

I would totally work with Kobayashi on everything just to get a chance at hanging out with sweet dragon poon

no

Do you not have to do prototyping in C++?

passed in variable by value instead of reference?

>void method
>return
user...

Why would you pass by reference here?

Explain the mistake here though

void DestructibleActor::ReceiveDamage(float sourceDamage…

auto resolvedDamage = sourceDamage;

nice bait, faggot

Good bait

Here: The mistake it you'd take damage for every debuff on you, instead of just taking damage, and if you don't have debuffs you're invulnerable.

I don't program in C++, but isn't void usually doesn't return anything or just return 0? Is it different in C++?

>tfw nene singlehandedly created nenequest with her own game engine
why even live desu ;-;

You can still do return; at any point of the function to stop its execution.

idk im just shitposting. i cant see the entire function, have no idea what the program is, or what this image is referencing.

void just tells the compiler that whatever's returned isn't expected to be anything in particular. Most compilers will have it return 0, but it's fully allowed to return any other value (byte-sized).

The entire function is there in the screenshot, and the program is obviously a videogame.

Please stop.

>streaming

user, mind explaining why are you such a retard?

>void
>return

nigga what

>needing someone to tell you whats wrong with YOUR code
i'm significantly more adept than this anime girl

Yep.

Is NeneEngine the best engine ever made?

The return isn't inside the void.

Reality

NeneQuest is literally the best game I have never played

Attached: 1479553389290.jpg (897x869, 95K)

>2008+10
>still using atmlel studio
kys senpai

>python

Attached: 1527009911695.gif (400x480, 124K)

Do asian people really use a proportional font while programming?

how do i become as efficient as miss kobayashi in python?

Cum inside a dragon

What anime is this

The second form matches Google and Oracle standards

>health as a float

But I can

I wish I was an anime girl because that would mean I'm not alive

return; is permissible in a void, just isn't used much.

Attached: maxresdefault.jpg (1280x720, 66K)

the braces are not part of the if statement, they are their own construct (code blocks).
When you think of it that way it is retarded to put the block opening next to the if-statement

python noob detected

Thought I was on /a/ judging by how retarded some of the posters are in this thread.

Jow Forums is actually much worse though

This

Bug would have been instantly spotted if they had a single unit test...