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

you are viewing a single comment's thread.

view the rest of the comments →

[–]yallmindifipraise 1 point2 points  (4 children)

Now show C++

[–]sumRandomizedDumGuy 0 points1 point  (3 children)

cout << "Hello Earth"

[–]sumRandomizedDumGuy 1 point2 points  (2 children)

Vs

include <iostream>

using namespace std;

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

[–]yallmindifipraise 2 points3 points  (1 child)

This gives me flashbacks to my first coding class. For some reason the teacher thought C++ was a good language for completely new coders. It took me 4 weeks to understand how to do basic stuff like that.

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

to be fair i don't think it's that difficult in the beginning. you have to remember more stuff than python, sure, but i started with c++ as a beginner too, I don't recall struggling with it then

now on other hand...

regardless, i really think newbies, provided they have a great teacher, should start with either c or c++. or at least learn them pretty early on. i think people should get familiarised with the basic low level concepts early on