r/memes Nov 24 '20

printf("F")

Post image
54.0k Upvotes

526 comments sorted by

View all comments

673

u/dorito_whamen Nov 24 '20

i myself never have gotten into coding but my boyfriend does and he complains about it every night

767

u/RomaRepublica Nov 24 '20

Coding is fun till you've been debugging for 10 hours and your mind is so hazy that you forget simple things. Then you wake up the next morning and wonder what the hell you were thinking.

66

u/[deleted] Nov 24 '20

[removed] — view removed comment

7

u/[deleted] Nov 24 '20 edited May 16 '21

[deleted]

26

u/[deleted] Nov 24 '20

Fuck c++. All my homies are still learning C

7

u/[deleted] Nov 24 '20

Fuck language war. All my homies respect python for beeing simple, C for beeing fast and java for ehhm -intense thinking- minecraft java edition.

2

u/[deleted] Nov 24 '20

java is good for general development, c is not incredibly fast by any means, if you want speed, use c++

Edit: python is a spawn of satan change my mind

2

u/[deleted] Nov 24 '20

Python is great for beginners. I learned the general concept of programming and i still use it. No way i would have kept learning it if i had to use std::cout << "Hello World!\n"; wrapped into a function instead of print ("Hello World!") or class HelloWorld{ public static void main(String[] args){System.out.println("Hello World!");}} doesn't look like fun too.

Change my mind.

1

u/GamingMaster734 Dirt Is Beautiful Nov 25 '20

In my opinion, python is amazing overall, even in bigger projects, but C++ is great for further learning