It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
5 points in C++ I guess I would mean mastered Effective C++, More Effective C++, Effective STL and Modern C++ Design. No?
I think it's a great idea. "I have quite a lot of work and lack motivation" applies to me too, so working together would make things much more interesting. So yeah, sign me up :)
avatar
etb: I think it is fairly unfair to C programmers.
avatar
Fenixp: Well when you know C# you pretty much know C++, and ESPECIALLY you know object oriented programming. But C? ... ... That's your own damn fault :D
Sorry... no. C++ is much more difficult than both C and C#. I am not a teacher, so I might be biased, but I think a language like Python is better to begin.

At least you do not have to teach the difference between T, T&, T const&...
Post edited February 28, 2012 by etb
As you wish, elaboration is complete :D

avatar
etb: 5 points in C++ I guess I would mean mastered Effective C++, More Effective C++, Effective STL and Modern C++ Design. No?
Well obviously, but I have set the bar far lower. As I have red the SDL tutorials, you really only need base knowledge.
avatar
etb: Sorry... no. C++ is much more difficult than both C and C#. I am not a teacher, so I might be biased, but I think a language like Python is better to begin.
And I completely agree. But teaching C++ someone who previously worked with C# is far easier than teaching C++ someone who previously worked with C, that's where I'm coming from.
Post edited February 28, 2012 by Fenixp
Oh, seriously?!? So I can think myself of 5 stars.... I am not kidding, thanks.
All right guys, the questionnaire tells me that I've got at least 8 interested people. Which is enough in my book. By friday, I should be finished with a contract I am currently working on, and after that, I am all free: I hope I'll get the blog up and running during weekend. Thank you all for your interest!
I'm in
avatar
Fenixp: As you wish, elaboration is complete :D
Okay then. Apart from the friendship thing (which doesn't ring a bell), then I'm also a 5. Mind you, it's been a long time since I've coded anything in C++, but I have done a lot with it. It was the language used in my computer science education, so...
avatar
Wishbone: Okay then. Apart from the friendship thing (which doesn't ring a bell), then I'm also a 5. Mind you, it's been a long time since I've coded anything in C++, but I have done a lot with it. It was the language used in my computer science education, so...
here, it's right at the top. I never really found it that useful, but that might be just me.
avatar
Fenixp: And I completely agree. But teaching C++ someone who previously worked with C# is far easier than teaching C++ someone who previously worked with C, that's where I'm coming from.
I disagree. C++ requires much more programming discipline than C#, and somewhat less discipline than standard C. That said, for game programming C++ is probably the best choice, at least if you care about portability and performance. But it does demand more of the programmer than for instance C# does.
avatar
Wishbone: I disagree.
Well... Yes, but C# programmer does comprehend C++ far faster than a C programmer does (I'm talking about students here thou.) So while C# programmer will probably end up with weird memory leaks and unexpected behavior, he will 'get' the language faster than a C programmer, who tends to struggle with objects (of course, when you are a professional C programmer you already know structures and those really help when you're trying to understand objects)
avatar
Wishbone: Okay then. Apart from the friendship thing (which doesn't ring a bell), then I'm also a 5. Mind you, it's been a long time since I've coded anything in C++, but I have done a lot with it. It was the language used in my computer science education, so...
avatar
Fenixp: here, it's right at the top. I never really found it that useful, but that might be just me.
huh ... I never even heard of "friends" before in C++. Well, that's my one new thing learned today - even if it's not that useful. :)

Unfortunately now is a crunch time for my grad school work so I can't participate, but this sounds like a great idea! Best of luck and I look forward to reading about your progress!
Shameless bump. I'll try to keep the topic somewhere visible for next 2 days, so if anyone else wants to jump in, do so
avatar
Fenixp: here, it's right at the top. I never really found it that useful, but that might be just me.
avatar
crazy_dave: huh ... I never even heard of "friends" before in C++. Well, that's my one new thing learned today - even if it's not that useful. :)
Ah, yes. Now I remember. I'm pretty sure I've never used it though. I can't imagine a situation where I would either.
Did you want goggers to also answer the questionnaire, or is it meant just for non-goggers?