Author Topic: teach yourself C++ in 21 DAYS  (Read 1767 times)

MrX

  • Member
  • **
  • Posts: 403
  • Kudos: 0
teach yourself C++ in 21 DAYS
« on: 14 February 2005, 00:12 »
i just wanted to rant, that i will be learning to teach myself cpp .
holla at ya!!

Mr X

mobrien_12

  • VIP
  • Member
  • ***
  • Posts: 2,138
  • Kudos: 711
    • http://www.geocities.com/mobrien_12
Re: teach yourself C++ in 21 DAYS
« Reply #1 on: 14 February 2005, 01:28 »
I studied C++ with that book.  Not bad, but I wish it had File I/O in it.
In brightest day, in darkest night, no evil shall escape my sight....

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Re: teach yourself C++ in 21 DAYS
« Reply #2 on: 16 February 2005, 04:00 »
is it the book by SAMS? I've got that.... it's been a year.... i dont know C++..


Im so lazy
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

Stryker

  • VIP
  • Member
  • ***
  • Posts: 1,258
  • Kudos: 41
Re: teach yourself C++ in 21 DAYS
« Reply #3 on: 16 February 2005, 04:21 »
Quote from: Master of Reality
is it the book by SAMS? I've got that.... it's been a year.... i dont know C++..


Im so lazy

 the book teaches you c++. file i/o wouldn't be learning c++, but learning a specific c++ library. the book teaches you everything you need to know to be able to say "I know c++". experience will bring the rest.

Once you really understand how c++ works, you can work with other peoples' code (such as a file i/o library).

basically, the book does what it says it does. If you want to know how to do something specifically, look it up.

Here you go