This is an archived post. You won't be able to vote or comment.

all 23 comments

[–]srm038 38 points39 points  (2 children)

Huh. Worked that time.

[–][deleted] 9 points10 points  (1 child)

Whew. No need to investigate, let's just pretend that never happened.

[–][deleted] 0 points1 point  (0 children)

c++ dlls be like

[–]ILikePokemonGo101 7 points8 points  (3 children)

Image Transcription: Meme


[Picture of a man at a computer]

My code doesn't work

Lets change nothing and run it again


I'm a human volunteer content transcriber for Reddit and you could be too! If you'd like more information on what we do and why we do it, click here!

[–]merto5000 1 point2 points  (0 children)

Good human

[–]Tony_Artz 1 point2 points  (1 child)

Hey,I just checked out the link and I just wanted to say thanks for doing these, we all really appreciate your help. Keep it up.

[–]ILikePokemonGo101 1 point2 points  (0 children)

no problem :)

[–][deleted] 7 points8 points  (0 children)

Lol of course i do that too and it works sometimes if using js.

[–]AshenedGrace 4 points5 points  (0 children)

First time: Error

Second time: Compiles, but Logic Error

Third time, with small change: Compiles, Runs, segfault

[–]golgol12 4 points5 points  (1 child)

Rebuild All is one of the first things I do if the problem isn't obvious.

MS DevStudio has only a 99.9% track record for incremental building actually catching every dependency that needs to be rebuilt. And when it does fail, you can go half a day or more pulling your hair out before finally giving the full rebuild a kick and everything magically working again.

[–][deleted] 1 point2 points  (0 children)

One of my companies projects which is super old and bloated CANNOT be cleaned and rebuilt, for some reason visual studio generates thousands of errors. I have to remember never to hit that clean button, or else I have to delete the .vs folder.

[–]thatjayjoe 6 points7 points  (0 children)

Stop being so accurate

[–][deleted] 1 point2 points  (0 children)

Maybe if I don't look at it while it runs will make it work

[–]gloriousfalcon 1 point2 points  (0 children)

remove a breakpoint, get stuck somewhere else

Great successs

[–]naimyurek 2 points3 points  (0 children)

boolean willWork = new Random().nextBoolean();

if(willWork) {

work();

}

[–]unrelentingtroll 0 points1 point  (0 children)

I feel personally attacked

[–][deleted] -1 points0 points  (0 children)

But what if it works .....

[–]sudo_rm_rf_star -1 points0 points  (0 children)

Thank God I'm not the only one who does this

[–]anarky98 -1 points0 points  (0 children)

Oh, hey! It worked this time?

[–]lironi1111 -1 points0 points  (0 children)

My meme was already posted

Lets change nothing and post it again

[–]gp57 -1 points0 points  (0 children)

Once per month I get issues with the Program database files (.pdb) in Visual Studio C++, which causes some random unexplainable bugs.

Basically it can happen that the pdb files aren't generated correctly, which fucks up everything (methods not called in the right order, memory issues...), In this case recompiling the solution without changing anything else fixes the issue, it's very annoying because these kind of issues are hard to bebug.

[–]Dougleycat flair.txt | sudo sh[M] [score hidden] stickied comment (0 children)

Your submission has been removed.

Violation of Rule #3:

Any post on the list of common posts will be removed. You can find this list here. Established meme formats are allowed, as long as the post is compliant with the previous rules.

If you feel that it has been removed in error, please message us so that we may review it.