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

Search:

Type: Posts; User: Frenchie

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    843

    Re: Complete Novice doing something stupid

    Apologies for the delay coming back Work comes first

    If I'm perfectly honest I don't see anything different except the question marks are around the /n
    in the first line and not the second line...
  2. Replies
    3
    Views
    843

    Complete Novice doing something stupid

    Hi I have a file
    Hello.cpp (I said i was a novice).

    #include <iostream.h>
    int main()
    {
    int x = 5;
    int y = 7;
    cout "\n";
    cout << x + y << " " << x * y;
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured