CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2010
    Location
    Australia
    Posts
    98

    does this work like the php tags test

    [cpp]

    void main()
    {
    int var = 3.14;

    int result = var * 55;

    string s = itoa(result);

    cout << s << endl;

    }

    [/cpp]

  2. #2
    Join Date
    Oct 2010
    Location
    Australia
    Posts
    98

    Re: does this work like the php tags test

    nope - too bad - it would be nice to have syntax highlighting for c++

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured