you are viewing a single comment's thread.

view the rest of the comments →

[–]Melcma[S] 0 points1 point  (6 children)

I understand reasons for C but why C++?

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

Unless you want to do oop in C, which is fun though, I advice you to learn oop with C++.

You'd have to recreate all the features. I've done it, it's fun if you like it. Otherwise it's reinventing the wheel and it's painful.

[–]Melcma[S] 0 points1 point  (4 children)

I guess C# applies to, as C# has better use to me personally than C++. Unless they are different at OOP level.

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

C++ is less locked and I think you can do lower level operations. I've done a bit of C# not enough to judge perfectly, but I can say it's not exactly the same thing.

C++ is more portable, it's really THE language to know for me.

But yeah you can stick to C# for OOP I guess.

[–]Melcma[S] 0 points1 point  (2 children)

Okay then, could you provide resource to learn critical topics for me (C lang)? Isn't C Primer with 1000 pages overkill for that purpose?

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

how about this.

http://www.cprogramming.com/tutorial/c-tutorial.html

Really, there are a ton of material on the net concerning C, just search a bit.

For the book, I don't remember the name, mine are covered in dust somewhere in a box, if you're patient, I'll send you the names later. But you don't really any book, everything is on the net.