learning oops

i want to start learning

object oriented programming and
working with txt files

i just have a little knowledge about it...can you'll help me with some free online sources like articles, e books,etc. which can help me learning something more about oops like how to use it and where to apply oops...
thanks.
Last edited on
Read the tutorials on this website.

Also:

OOP = Object Oriented Programming

Oops = to acknowledge clumsiness: used as an exclamation on dropping something, bumping into somebody, or doing something in a clumsy or awkward manner
If you are looking into c++, I suggest you start reading about objects and classes. When I started learning I started with Java but most prefer to begin learning with C++ as it seems to be less wordy of a language. Get yourself a book like one that would be used in a college coarse. I have read entirely through and highly recommend "C++ Programming: From Problem Analysis to Program Design, 5th Edition". When I started getting my minor in computer science that book was used for c++ and advanced c++ although it doesn't touch on data structures or clients and servers. I recommend a book called "Big Java" for someone learning how to program OOP just starting out as it is easy to read and to follow. You need to work thruogh every single example and if you can find a mentor you must because you could ask them anything. I also recommend a guy on youtube and his channel is thenewboston. His youtube channel (embarassingly) got me through at least 3 years of my college life. I can honestly say if I learne anything about programming it was because of his youtube channel. In a time like this, we can only be thankful that we have such resources. Hopefully SOPA will not happen because the internet is my primary learning source! If you have any more questions feel free to send me a PM on here. If you are extremely interested in working with text files as you stated above, I can send you some code I wrote a while back regarding this although you do not need OOP to work with text files. In fact, I know people who choose not to work with OOP languages because they do not understand it.
Last edited on
hey thanks code asasin...i atually meant OOP only...and not oops...
mrmodest...thanks for your reply...
in concern with your coding about text files...
if they are good for beginners, then can you give me the topic of the problems for which you were coding...so that i can try it myself and then PM you or post it here if i have any problem..
thanks mrmodest and code assassin for defining oops :P :)
thanks
Last edited on
Lol :D
OOP = Object Oriented Programming

Oops = to acknowledge clumsiness: used as an exclamation on dropping something, bumping into somebody, or doing something in a clumsy or awkward manner


I loved this :D

Anywho, I started my OOP in C++, and now my college uses Java as their primary language, but I've been moving back to C++.

I think C++ is the way to go
Topic archived. No new replies allowed.