This forum is in archive mode. You will not be able to post new content.

Author Topic: [C++] What Now?  (Read 1535 times)

0 Members and 1 Guest are viewing this topic.

Offline gh0st

  • Sir
  • ***
  • Posts: 575
  • Cookies: 8
  • #DEDSec
    • View Profile
[C++] What Now?
« on: April 18, 2011, 04:07:14 AM »
well guys I scroolled down till a page named "What Now?" I will show you a fragment...
Code: [Select]
If you have worked your way through this book, you should have a good grasp of the rules of
C++. However, that’s just the beginning in learning this language. The second stage is learning
to use the language effectively, and that is the longer journey. The best situation to be in is a
work or learning environment that brings you into contact with good C++ code and programmers.
Also, now that you know C++, you can read books that concentrate on more advanced
topics and on object-oriented programming. Appendix H, “Selected Readings and Internet
Resources,” lists some of these resources...

so what is OOP? if I read another book that is about C++ and OOP(oriented object programing) will I be able to code for example a bot for an IRC or another kind of app alike?

Offline Satan911

  • VIP
  • Knight
  • *
  • Posts: 289
  • Cookies: 25
  • Retired god/admin
    • View Profile
Re: [C++] What Now?
« Reply #1 on: April 18, 2011, 04:25:34 AM »
Chapter 10 and up in C++ Primer Plus is about object-oriented programming.

Object-oriented programming is another way to structure your program using classes. If you want to read more about it simply google "Object-oriented vs procedural programming" (What you've learn so far is procedural programming).

And no it will not help you make an IRC bot. You can do an IRC bot either in OOP or procedural programming. I personally prefer object-oriented but what you'll need to learn for an IRC bot is how to connect to a server using sockets.

Anyway I strongly encourage you to learn object-oriented programming.
Satan911
Evilzone Network Administrator

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: [C++] What Now?
« Reply #2 on: April 19, 2011, 11:25:03 AM »
yhea, oop for the win.
Seriously, learn oop almost everything these days uses it.
~Factionwars

 



Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.