Computer Science Canada Thinking in C++ |
Author: | magicman [ Tue Jan 04, 2005 2:05 pm ] |
Post subject: | Thinking in C++ |
I want to start C++ I was wondering what thinking in C++ volume should i get. There is volume one: introduction to Standard C++ volume two : Practicle programming what one thx |
Author: | wtd [ Tue Jan 04, 2005 2:23 pm ] |
Post subject: | |
Both, in order. ![]() |
Author: | magicman [ Tue Jan 04, 2005 6:37 pm ] |
Post subject: | |
do u know any good places to buy the books?? |
Author: | wtd [ Tue Jan 04, 2005 6:47 pm ] |
Post subject: | |
http://www.amazon.com/exec/obidos/ISBN=0139798099/bruceeckelA/ http://www.amazon.com/exec/obidos/ISBN=0130353132/bruceeckelA/ |
Author: | magicman [ Tue Jan 04, 2005 7:46 pm ] |
Post subject: | |
also were can i get a free copy of C++? |
Author: | wtd [ Tue Jan 04, 2005 8:20 pm ] |
Post subject: | |
http://gcc.gnu.org/ http://www.mingw.org |
Author: | magicman [ Wed Jan 05, 2005 12:11 pm ] |
Post subject: | |
well i have MSYS is that good?? |
Author: | wtd [ Wed Jan 05, 2005 3:47 pm ] |
Post subject: | |
magicman wrote: well i have MSYS is that good??
That will work quite well. I'd also suggest finding a good tutorial on bash (the Bourne Again Shell, which MSYS uses), and some intro material on using vim (text editor). |