Conversation
Notices
-
I think I am going to try to learn some C++ this summer. Is it really that hard to learn?
Monday, 13-Jun-11 23:41:04 UTC from web-
@ristar YES. VERY DIFFICULT. I HIGHLY SUGGEST IT.
Monday, 13-Jun-11 23:41:53 UTC from web -
@ristar I took an intro course in that this past year. It's not a difficult language when you're learning the basics, especially if you have some programming experience.
Monday, 13-Jun-11 23:42:03 UTC from web -
@ristar It depends, some of my friends learn it by themselves and think its easy and some of them think its hard.
Monday, 13-Jun-11 23:42:52 UTC from web -
@ristar learn standard C first, and maybe tool around with Java for a few weeks. Then try to get your head around C++. The problem with C++ is it has *everything* in it, so much that no one is capable of actually knowing the entire language, and no two people really know the same subset of it :P
Monday, 13-Jun-11 23:46:29 UTC from web
-