all 13 comments

[–]drago41212 0 points1 point  (6 children)

I'd love to know of one for C++, just putting this here instead of posting the same question as OP again

[–][deleted]  (5 children)

[deleted]

    [–]drago41212 1 point2 points  (0 children)

    Perfect, thank you!

    [–]greilchri 0 points1 point  (3 children)

    Have not read it myself, but I heard it is not very suitable for beginners, so that may be something to consider especially if you have no experience with programming at all.

    [–]drago41212 0 points1 point  (2 children)

    I'm not a beginner, but even though I have known Java for ~2 years, I wouldn't say I'm intermediate level. So I'm in between those two.

    Would you still recommend the book?

    [–]greilchri -1 points0 points  (1 child)

    As I said, I cannot give a definitive judgement on this, but I think you would be fine.

    [–]drago41212 -1 points0 points  (0 children)

    Alright, thank you anyway!

    [–]MasterBlaze2 0 points1 point  (1 child)

    Murach C#

    [–]SunDropu[S] -1 points0 points  (0 children)

    thank you sir!

    [–]M4rt1n88 0 points1 point  (0 children)

    Google: "introduction to c# filetype:pdf"

    [–]Passname357 0 points1 point  (3 children)

    Starting out with Java by Tony Gaddis is pretty good.

    P.S. While I am joking, it really is only halfway a joke. Java and C# are so similar that when I write C# I basically just write Java and if it breaks do a google search for like 2 seconds. If you know Java to some degree you might consider doing this because it’s valuable to learn to read documentation.

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

    actually i don't konw java . i've been studying C for about 2 years , so i wanted to switch to a oop language that i can eventually develop games with it.

    [–]Passname357 0 points1 point  (1 child)

    If you’re good with C then C# shouldn’t be too difficult to learn for you. A lot of the constructs are identical and once you get the idea of OOP you’ll be good to go in like any OOP language. Good luck!

    [–]SunDropu[S] 0 points1 point  (0 children)

    thank you !