Changeset 53


Ignore:
Timestamp:
Feb 23, 2012, 10:54:17 AM (12 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/GenerateMathProblem01
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/GenerateMathProblem01/GenerateMathProblem01.cpp

    r52 r53  
    1 // GenerateMathProblem01.cpp : Defines the entry point for the console application.
    2 //
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2012
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// $Id$
    36
    47#include "stdafx.h"
  • trunk/Utilities/GenerateMathProblem01/stdafx.cpp

    r52 r53  
    1 // stdafx.cpp : source file that includes just the standard includes
    2 // GenerateMathProblem01.pch will be the pre-compiled header
    3 // stdafx.obj will contain the pre-compiled type information
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2012
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// $Id$
    46
    57#include "stdafx.h"
    6 
    7 // TODO: reference any additional headers you need in STDAFX.H
    8 // and not in this file
  • trunk/Utilities/GenerateMathProblem01/stdafx.h

    r52 r53  
    1 // stdafx.h : include file for standard system include files,
    2 // or project specific include files that are used frequently, but
    3 // are changed infrequently
    4 //
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2012
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// $Id$
    56
    67#pragma once
     
    1112#include <tchar.h>
    1213
    13 
    1414#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
    1515
  • trunk/Utilities/GenerateMathProblem01/targetver.h

    r52 r53  
     1////////////////////////////////////////////////////////////
     2// Copyright (C) Roman Ryltsov, 2012
     3// Created by Roman Ryltsov roman@alax.info
     4//
     5// $Id$
     6
    17#pragma once
    28
Note: See TracChangeset for help on using the changeset viewer.