Something I've noticed from teaching C++ to newbies, is that you should NOT (never ever) start with "cout << "Hello, world!" << endl;". You should start with "printf("Hello, world\n");" The cout thingy is impossible to explain to a newbie because it uses much underlying "magic" and has a very different behaviour from everything else a newbie sees in C++. It therefore causes lots of confusion. I wonder if the magic of "print" might have the same effect on newcomers to Python, whos first experience is "print 'Hello, world!'"... It would be very interesting to know. -- mvh Björn
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4