Search:

Type: Posts; User: Ali1331

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,206

    If I add .h I get: c:\program...

    If I add .h I get:



    c:\program files\microsoft visual studio\vc98\include\streamb.h(158) : warning C4244: 'return' : conversion from '__w64 int' to 'int', possible loss of data
    c:\program...
  2. Replies
    7
    Views
    1,206

    Source1.cpp

    Source1.cpp
  3. Replies
    7
    Views
    1,206

    It's literally just: #include ...

    It's literally just:


    #include <iostream>

    int main()
    {
    return 0;
    }
  4. Replies
    7
    Views
    1,206

    Need help with compiler problem

    Well I've been trying to get started with C++, but when I include iostream to input and output information to/from the console I get these errors:


    http://pastebin.com/m7ffb373a

    I was...
Results 1 to 4 of 4