Learning C Obj-Oriented

Posts 17 of 7 · Page 1 of 1
Learning C Obj-Oriented
If I know Java, is it a good idea to start with C#, C or C++, I've tried C++, but only a little bit, to be honest, I gave up on it due to difficulty. I'm currently learning Java. C# seems pretty simple depending on what you're making. I hope to develop either 2D games, or mods/hacks for current games. What language is simple yet effective towards this?

Code:
010010010110011000100000010010010010000001101011011011100110111101110111001000000100101001100001011101100110000100101100001000000110100101110011001000000110100101110100001000000110000100100000011001110110111101101111011001000010000001101001011001000110010101100001001000000111010001101111001000000111001101110100011000010111001001110100001000000111011101101001011101000110100000100000010000110010001100101100001000000100001100100000011011110111001000100000010000110010101100101011001011000010000001001001001001110111011001100101001000000111010001110010011010010110010101100100001000000100001100101011001010110010110000100000011000100111010101110100001000000110111101101110011011000111100100100000011000010010000001101100011010010111010001110100011011000110010100100000011000100110100101110100001011000010000001110100011011110010000001100010011001010010000001101000011011110110111001100101011100110111010000101100001000000100100100100000011001110110000101110110011001010010000001110101011100000010000001101111011011100010000001101001011101000010000001100100011101010110010100100000011101000110111100100000011001000110100101100110011001100110100101100011011101010110110001110100011110010010111000100000010010010010011101101101001000000110001101110101011100100111001001100101011011100111010001101100011110010010000001101100011001010110000101110010011011100110100101101110011001110010000001001010011000010111011001100001001011100010000001000011001000110010000001110011011001010110010101101101011100110010000001110000011100100110010101110100011101000111100100100000011100110110100101101101011100000110110001100101001000000110010001100101011100000110010101101110011001000110100101101110011001110010000001101111011011100010000001110111011010000110000101110100001000000111100101101111011101010010011101110010011001010010000001101101011000010110101101101001011011100110011100101110001000000100100100100000011010000110111101110000011001010010000001110100011011110010000001100100011001010111011001100101011011000110111101110000001000000110010101101001011101000110100001100101011100100010000000110010010001000010000001100111011000010110110101100101011100110010110000100000011011110111001000100000011011010110111101100100011100110010111101101000011000010110001101101011011100110010000001100110011011110111001000100000011000110111010101110010011100100110010101101110011101000010000001100111011000010110110101100101011100110010111000100000010101110110100001100001011101000010000001101100011000010110111001100111011101010110000101100111011001010010000001101001011100110010000001110011011010010110110101110000011011000110010100100000011110010110010101110100001000000110010101100110011001100110010101100011011101000110100101110110011001010010000001110100011011110111011101100001011100100110010001110011001000000111010001101000011010010111001100111111
C doesn't support objects, so I'd go for C++ and C#(both at the same time)
Quote Originally Posted by Hell_Demon View Post
C doesn't support objects, so I'd go for C++ and C#(both at the same time)
wise words and ignore the rest
If you want to develop games, I can recommend BlitzMax. Its simple but fast and has a lot of usefull stuff, for example support for Windows, Mac and Linux.
Java is fairly useless for most hacking. C#, C++, and Assembly are the only three languages you need to worry about. You're on the right track, because you didn't even mention visual basic. For this I commend you. Awesome. What you should do is get a book(not an e book) on C++ and one on C#. It's been proven that people learn better from paper than they do a screen, so either find a library or buy the books.
"C++ All-In-One For Dummies" is a great book and it comes with Code::Blocks on a cd, along with a large amount of source code.
"Teach yourself C++ in 21 days" was my very first programming book, a great read for beginners.
I haven't read paper books on C#/.NET, but I saw a few at Barnes and Noble, so they're out there.

If you want to learn object-oriented programming, I suggest C# for it. It forces you to learn object-oriented concepts.
Fuck it, it doesn't matter which of the three you go with first. Learn them all, the more knowledge the better. Besides, they work nicely together anyway.
Quote Originally Posted by t7ancients View Post
Java is fairly useless for most hacking. C#, C++, and Assembly are the only three languages you need to worry about. You're on the right track, because you didn't even mention visual basic. For this I commend you. Awesome. What you should do is get a book(not an e book) on C++ and one on C#. It's been proven that people learn better from paper than they do a screen, so either find a library or buy the books.
"C++ All-In-One For Dummies" is a great book and it comes with Code::Blocks on a cd, along with a large amount of source code.
"Teach yourself C++ in 21 days" was my very first programming book, a great read for beginners.
I haven't read paper books on C#/.NET, but I saw a few at Barnes and Noble, so they're out there.

If you want to learn object-oriented programming, I suggest C# for it. It forces you to learn object-oriented concepts.
Fuck it, it doesn't matter which of the three you go with first. Learn them all, the more knowledge the better. Besides, they work nicely together anyway.
I hate VB I tried it and it's actually more difficult to me. Also I hate the syntax. Oh and thank you for the information, I have "C++ for Dummies" It's a nice book to understand the basic concepts.
Object oriented C is totally possible. You'll be surprised how much literature is written on this subject.
Posts 17 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?