Jump to content

Why does God hate me


Sidewalk Surfboard
 Share

Recommended Posts

#include <iostream>

int main ()
{
std::cout << "Hello World!";
return 0;
}

This is why no one likes you, C++.

Honestly I find pointers and references to be the most confusing part of C++. I understand what they do, but it gets complicated fast when you're reading other people's code. Of course that's as far as I got until I gave up, so there's most likely even more confusing shit I don't know about.

Edited by Phausk
  • Like 1
Link to comment
Share on other sites

#include <iostream>

int main ()
{
std::cout << "Hello World!";
return 0;
}

This is why no one likes you, C++.

public class Hello

{

  //just fuck my shit up

  pubic static void main(String [] args)

  {

    System.out.println("Hello world");

  }

}

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...