Home Forums Programming stupid question but….

Viewing 2 reply threads
  • Author
    Posts
    • #5340
      Anonymous
      Inactive

      just installed vis studios c++ and tried compiling a hello world program but get an error cant find iostream.h. Do I need ot install the c libraries seperatly?

    • #31812
      Anonymous
      Inactive

      should probably read

      #include <iostream>

      if you using cin and cout

    • #31813
      Anonymous
      Inactive

      ta….someone on edge told me to do the same thing.

Viewing 2 reply threads
  • The forum ‘Programming’ is closed to new topics and replies.