CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: roelof

Search: Search took 0.04 seconds.

  1. Replies
    11
    Views
    3,282

    Re: what did I do wrong

    Thanks C++ is more difficult then I thought.
    But this one is solved.

    Roelof
  2. Replies
    11
    Views
    3,282

    what did I do wrong

    Hello,

    Im self-studing c++ with C++ Primer book.
    Now I have this code:


    // myfirst.cpp -- displays a message
    #include <iostream>

    int main()
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured