Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Learning Classes? filter_list
Author
Message
RE: Learning Classes? #7
I use www.cplusplus.com alot. The site has pages of everything you could ever want to know about c++ standard libraries.

Also, you probably know a little more about classes than you think. The string type variable is actually a class in c++. Whenever you use commands like 'somestring.length()' you are using the string class's member function 'length' to return the length of the string. If you check out thr standard library pages on cplusplus.com it will actually show you the code written into the string class that returns the length value.

Its honestly a shame that your school didnt cover anything about classes in C++. Its basically the defining point of the language.

Reply





Messages In This Thread
Learning Classes? - by Corgi - 12-25-2015, 04:50 AM
RE: Learning Classes? - by Nil - 12-25-2015, 05:25 AM
RE: Learning Classes? - by Corgi - 12-25-2015, 05:41 AM
RE: Learning Classes? - by RA1N - 02-14-2016, 03:51 AM
RE: Learning Classes? - by Martina - 01-10-2017, 02:51 PM
RE: Learning Classes? - by Vi-Sion - 01-11-2017, 12:51 PM
RE: Learning Classes? - by tigertm - 01-17-2017, 10:02 PM



Users browsing this thread: 1 Guest(s)