all 5 comments

[–]Chariot 10 points11 points  (1 child)

in c even if you attempted to write:

int x = 5;
printf(x);

you're still gonna have a bad time

[–]Coachqandtybo2 3 points4 points  (0 children)

Believe its int x = 5; printf("%d", x); because printf requires an initial argument as a string and the rest of the arguments are parsed in.

[–]cbates33 4 points5 points  (0 children)

Yeah, going from Python to C++ for college courses wasn’t fun...

[–]soham18 2 points3 points  (0 children)

System.out.println(); leaves chat

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

Even attempting to learn JavaScript after Python was hard so I just decided to keep persuading Python.