Search results

  1. Z

    hey I need to know if this c++ programming book is good for a beginner?

    It's a good beginner's book. However, you will get a lot more out of it if you already know another language or at least the basic concepts of programming languages and how they fit together.
  2. Z

    Is it possible to create an alert box to appear when an image is clicked using HTML?

    Yes, it is possible. Look up how to make alert boxes pop up using Javascript. Then, simply insert your function name in the image link (<a href=...>).
Back
Top