anima 0 Report post Posted October 18, 2005 I'm studying in university where I've got subject called C++ With my knowledge in it I know that I won't be able to get even 3 for exam ;)Can anyone give my link to the site where I can study from novice to student 8) Share this post Link to post Share on other sites
alperuzi 0 Report post Posted October 18, 2005 Yes, this is thinking in C++ by Bruce Eckel:http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.htmland this is a C++ FAQ which is pretty good:http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
anima 0 Report post Posted October 18, 2005 Yes, this is thinking in C++ by Bruce Eckel: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html and this is a C++ FAQ which is pretty good: http://forums.xisto.com/no_longer_exists/ 196139[/snapback] Thanks I'm actually at work now but when I'll come home I'll take a look at it...Thanks a lot Share this post Link to post Share on other sites
zach101 0 Report post Posted October 19, 2005 Well im also new to C++ and will give those a look my self i really find it quite interesting and alot funner than vb but how are u in a class and have no idea really waht it is? Share this post Link to post Share on other sites
Unregistered 015 0 Report post Posted October 19, 2005 Nice tutorial for beginers here:http://www.cprogramming.com/ Share this post Link to post Share on other sites
X-Zone 0 Report post Posted October 20, 2005 Nice tutorial for beginers here: http://www.cprogramming.com/ 196586[/snapback] Yes, that's a great place for C/C++ tutorials . Also here is another decent place http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
bsdpowa 0 Report post Posted October 23, 2005 Nothing beats a good book, take my word for it!Try looking up for a book or skripta at your faculty about C++ or visit Amazon for a book or two about C++.You can also find many of them online free for download. Share this post Link to post Share on other sites
dexter 0 Report post Posted October 25, 2005 Out of interest... does no-one buy text books for their studies, or even hit their university libraries? Does your uni even provide recommended readings or some sort of study materials? Just something I've been wondering because I'm stunned by the number of people that ask the same question.On topic, though, most of those links seem ok. Just googling for C++ tutorial will provide a million and one links anyway. Share this post Link to post Share on other sites
crazyteens 0 Report post Posted May 17, 2007 c++ is not an easy thing to do. u cannot read it like a comic book...i've been learning c++ for a year n i've completednot even the basics...no it doesnt mean how bad student i am.it's just too hard to do it. it takes a lot of practice. dont't u feel it's good to hav a book than search in the net for tutorials... Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted May 17, 2007 This site author has written some excellent php/mysql books and I imagine the C++ book is of the same quality.Based on the php books of his that I have used, I would suggest you inspect the book he has written on C++. Excellent stuff. Share this post Link to post Share on other sites
hitmanblood 0 Report post Posted May 22, 2007 Well I would just like to confirm what did one meber just provided to you. That book from Bruce Eckel I have learned Java from it and it is great I will read also this book it is deemed to be good keep it on do excercises and everyhting will be ok belive me. Share this post Link to post Share on other sites
boy-thoj 0 Report post Posted October 17, 2007 I don't have to study C, or C++ But they had a class here that would teach us. I'm learning Java, and my professor said Java is better than C and C++ but I don't know since I never work with C or C++ before. Not really work but more like playing around with it.I'm not that good with Java, just like you're not good with C or C++ but hopefully you'll get through that class with a passing grade. Good luck to you. Share this post Link to post Share on other sites
tats 0 Report post Posted October 17, 2007 (edited) Well im also new to C++ and will give those a look my self i really find it quite interesting and alot funner than vb but how are u in a class and have no idea really waht it is?in that case you'll need to study about Object Oriented Programmingfor an introduction or overview about OOP try to visit this wikipedia pagehttp://en.wikipedia.org/wiki/Object-oriented_programminggood luck and happy programming. Edited October 17, 2007 by tats (see edit history) Share this post Link to post Share on other sites