C/C++ C++ Training Guide by Steve Heller

  • Thread starter Thread starter tommyburgey
  • Start date Start date
  • Tags Tags
    C++
AI Thread Summary
The discussion centers on the C++ Training Guide by Steve Heller, specifically addressing the issue of a broken CD that accompanies the book. Users express concern about the necessity of the CD for beginners, particularly in grasping fundamental concepts. The conversation highlights the use of command prompt (cmd) and Notepad for self-teaching, with a recommendation to download Dev-C++ as a suitable programming environment. Additionally, participants suggest utilizing the vast array of online tutorials available for further learning and encourage asking specific questions if challenges arise.
tommyburgey
Messages
32
Reaction score
0
I recently bought the C++ Training Guide by Steve Heller and the CD is broken. Does anyone who owns this book know whether it's necessary because for a newbie like myself I'm finding it slightly difficult to understand some of the basics.

Also, I've been using cmd (and notepad) to teach myself before this and was wondering whether the techniques taught are used on cmd.
Are there any programs I should be downloading?

Thanks
 
Technology news on Phys.org
Download a copy of Dev-C++, and use one of 10,000 tutorials on the web. Ask us if you have specific questions or get stuck.

- Warren
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top