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

Search:

Type: Posts; User: praenato14

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    4,047

    Expression Studio learning

    I have version 2.0 of Expression Studio. I'm working on a project where I've written the Engine in C++ .NET. I'm ready now to build the GUI component, but I want to use WPF to do this. This...
  2. Replies
    2
    Views
    643

    Data passing

    I'm working on a DLL which will serve as the back end or engine for an arbitrary Win32 GUI front end to connect to. My back end should have no graphical code, of course. What I'm making is an...
  3. Replies
    2
    Views
    728

    Re: problems with std namespace in VS 6.0

    This implementation worked:

    // BrushUp.cpp : My mini-program to re-acquaint myself with C++ at long last.
    //

    #include "StdAfx.h"

    // <stdio.h> & <iostream> are included in StdAfx.h....
  4. Replies
    2
    Views
    728

    problems with std namespace in VS 6.0

    Ok, I'm sure it's a dumb error. I haven't programmed in VS 6.0 in about 5? years. Anyhow, I need to use namespace std, but I keep getting these errors.

    error C2871: 'std' : does not exist or is...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured