From efba3225dca1a5b5f699dff8665fce8841192ef6 Mon Sep 17 00:00:00 2001 From: James Shiffer Date: Tue, 18 Aug 2020 18:42:57 -0700 Subject: [PATCH] Initial commit --- .gitignore | 362 +++++++++++++++++++++++++++++ FemboyBanking.sln | 20 ++ FemboyBanking/AssemblyInfo.cpp | 40 ++++ FemboyBanking/FemboyBanking.cpp | 18 ++ FemboyBanking/FemboyBanking.vcproj | 272 ++++++++++++++++++++++ FemboyBanking/Main.h | 154 ++++++++++++ FemboyBanking/Main.resX | 120 ++++++++++ FemboyBanking/ReadMe.txt | 33 +++ FemboyBanking/app.ico | Bin 0 -> 1078 bytes FemboyBanking/app.rc | 63 +++++ FemboyBanking/resource.h | 3 + FemboyBanking/stdafx.cpp | 7 + FemboyBanking/stdafx.h | 6 + 13 files changed, 1098 insertions(+) create mode 100644 .gitignore create mode 100644 FemboyBanking.sln create mode 100644 FemboyBanking/AssemblyInfo.cpp create mode 100644 FemboyBanking/FemboyBanking.cpp create mode 100644 FemboyBanking/FemboyBanking.vcproj create mode 100644 FemboyBanking/Main.h create mode 100644 FemboyBanking/Main.resX create mode 100644 FemboyBanking/ReadMe.txt create mode 100644 FemboyBanking/app.ico create mode 100644 FemboyBanking/app.rc create mode 100644 FemboyBanking/resource.h create mode 100644 FemboyBanking/stdafx.cpp create mode 100644 FemboyBanking/stdafx.h diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ee5385 --- /dev/null +++ b/.gitignore @@ -0,0 +1,362 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd diff --git a/FemboyBanking.sln b/FemboyBanking.sln new file mode 100644 index 0000000..ab652ba --- /dev/null +++ b/FemboyBanking.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual C++ Express 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FemboyBanking", "FemboyBanking\FemboyBanking.vcproj", "{4DA03499-508F-431A-9A80-96688501D744}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4DA03499-508F-431A-9A80-96688501D744}.Debug|Win32.ActiveCfg = Debug|Win32 + {4DA03499-508F-431A-9A80-96688501D744}.Debug|Win32.Build.0 = Debug|Win32 + {4DA03499-508F-431A-9A80-96688501D744}.Release|Win32.ActiveCfg = Release|Win32 + {4DA03499-508F-431A-9A80-96688501D744}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/FemboyBanking/AssemblyInfo.cpp b/FemboyBanking/AssemblyInfo.cpp new file mode 100644 index 0000000..ea119b9 --- /dev/null +++ b/FemboyBanking/AssemblyInfo.cpp @@ -0,0 +1,40 @@ +#include "stdafx.h" + +using namespace System; +using namespace System::Reflection; +using namespace System::Runtime::CompilerServices; +using namespace System::Runtime::InteropServices; +using namespace System::Security::Permissions; + +// +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +// +[assembly:AssemblyTitleAttribute("FemboyBanking")]; +[assembly:AssemblyDescriptionAttribute("")]; +[assembly:AssemblyConfigurationAttribute("")]; +[assembly:AssemblyCompanyAttribute("FemboyFinancial Bank Corp. NA")]; +[assembly:AssemblyProductAttribute("FemboyBanking")]; +[assembly:AssemblyCopyrightAttribute("Copyright (c) FemboyFinancial Bank Corp. NA 2020")]; +[assembly:AssemblyTrademarkAttribute("")]; +[assembly:AssemblyCultureAttribute("")]; + +// +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the value or you can default the Revision and Build Numbers +// by using the '*' as shown below: + +[assembly:AssemblyVersionAttribute("1.0.*")]; + +[assembly:ComVisible(false)]; + +[assembly:CLSCompliantAttribute(true)]; + +[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)]; diff --git a/FemboyBanking/FemboyBanking.cpp b/FemboyBanking/FemboyBanking.cpp new file mode 100644 index 0000000..174e59d --- /dev/null +++ b/FemboyBanking/FemboyBanking.cpp @@ -0,0 +1,18 @@ +// FemboyBanking.cpp : main project file. + +#include "stdafx.h" +#include "Main.h" + +using namespace FemboyBanking; + +[STAThreadAttribute] +int main(array ^args) +{ + // Enabling Windows XP visual effects before any controls are created + Application::EnableVisualStyles(); + Application::SetCompatibleTextRenderingDefault(false); + + // Create the main window and run it + Application::Run(gcnew Main()); + return 0; +} diff --git a/FemboyBanking/FemboyBanking.vcproj b/FemboyBanking/FemboyBanking.vcproj new file mode 100644 index 0000000..b8eb803 --- /dev/null +++ b/FemboyBanking/FemboyBanking.vcproj @@ -0,0 +1,272 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FemboyBanking/Main.h b/FemboyBanking/Main.h new file mode 100644 index 0000000..f11f169 --- /dev/null +++ b/FemboyBanking/Main.h @@ -0,0 +1,154 @@ +#pragma once + + +namespace FemboyBanking { + + using namespace System; + using namespace System::ComponentModel; + using namespace System::Collections; + using namespace System::Windows::Forms; + using namespace System::Data; + using namespace System::Drawing; + + /// + /// Summary for Main + /// + /// WARNING: If you change the name of this class, you will need to change the + /// 'Resource File Name' property for the managed resource compiler tool + /// associated with all .resx files this class depends on. Otherwise, + /// the designers will not be able to interact properly with localized + /// resources associated with this form. + /// + public ref class Main : public System::Windows::Forms::Form + { + public: + Main(void) + { + InitializeComponent(); + // + //TODO: Add the constructor code here + // + } + + protected: + /// + /// Clean up any resources being used. + /// + ~Main() + { + if (components) + { + delete components; + } + } + private: System::Windows::Forms::Label^ label1; + private: System::Windows::Forms::Label^ balLbl; + private: System::Windows::Forms::Button^ depBtn; + private: System::Windows::Forms::Button^ withBtn; + private: System::Windows::Forms::Button^ logBtn; + + + + + protected: + + private: + /// + /// Required designer variable. + /// + System::ComponentModel::Container ^components; + +#pragma region Windows Form Designer generated code + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + void InitializeComponent(void) + { + this->label1 = (gcnew System::Windows::Forms::Label()); + this->balLbl = (gcnew System::Windows::Forms::Label()); + this->depBtn = (gcnew System::Windows::Forms::Button()); + this->withBtn = (gcnew System::Windows::Forms::Button()); + this->logBtn = (gcnew System::Windows::Forms::Button()); + this->SuspendLayout(); + // + // label1 + // + this->label1->AutoSize = true; + this->label1->Location = System::Drawing::Point(36, 26); + this->label1->Name = L"label1"; + this->label1->Size = System::Drawing::Size(220, 13); + this->label1->TabIndex = 0; + this->label1->Text = L"Welcome to FemboyFinancial Bank Corp. NA"; + // + // balLbl + // + this->balLbl->AutoSize = true; + this->balLbl->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 8.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point, + static_cast(0))); + this->balLbl->Location = System::Drawing::Point(175, 49); + this->balLbl->Name = L"balLbl"; + this->balLbl->Size = System::Drawing::Size(81, 13); + this->balLbl->TabIndex = 1; + this->balLbl->Text = L"BALANCE $0"; + // + // depBtn + // + this->depBtn->Location = System::Drawing::Point(88, 91); + this->depBtn->Name = L"depBtn"; + this->depBtn->Size = System::Drawing::Size(117, 23); + this->depBtn->TabIndex = 2; + this->depBtn->Text = L"Deposit"; + this->depBtn->UseVisualStyleBackColor = true; + this->depBtn->Click += gcnew System::EventHandler(this, &Main::depBtn_Click); + // + // withBtn + // + this->withBtn->Location = System::Drawing::Point(88, 139); + this->withBtn->Name = L"withBtn"; + this->withBtn->Size = System::Drawing::Size(117, 23); + this->withBtn->TabIndex = 3; + this->withBtn->Text = L"Withdraw"; + this->withBtn->UseVisualStyleBackColor = true; + this->withBtn->Click += gcnew System::EventHandler(this, &Main::withBtn_Click); + // + // logBtn + // + this->logBtn->Location = System::Drawing::Point(88, 187); + this->logBtn->Name = L"logBtn"; + this->logBtn->Size = System::Drawing::Size(117, 23); + this->logBtn->TabIndex = 4; + this->logBtn->Text = L"Transaction Log"; + this->logBtn->UseVisualStyleBackColor = true; + this->logBtn->Click += gcnew System::EventHandler(this, &Main::logBtn_Click); + // + // Main + // + this->AutoScaleDimensions = System::Drawing::SizeF(6, 13); + this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font; + this->ClientSize = System::Drawing::Size(292, 266); + this->Controls->Add(this->logBtn); + this->Controls->Add(this->withBtn); + this->Controls->Add(this->depBtn); + this->Controls->Add(this->balLbl); + this->Controls->Add(this->label1); + this->FormBorderStyle = System::Windows::Forms::FormBorderStyle::FixedSingle; + this->MaximizeBox = false; + this->Name = L"Main"; + this->Text = L"FemboyBanking"; + this->ResumeLayout(false); + this->PerformLayout(); + + } +#pragma endregion + private: System::Void depBtn_Click(System::Object^ sender, System::EventArgs^ e) { + MessageBox::Show( this, "You selected DEPOSIT", "FemboyBanking Alert", MessageBoxButtons::OK, MessageBoxIcon::Information ); + } +private: System::Void withBtn_Click(System::Object^ sender, System::EventArgs^ e) { + MessageBox::Show( this, "You selected WITHDRAW", "FemboyBanking Alert", MessageBoxButtons::OK, MessageBoxIcon::Information ); + } +private: System::Void logBtn_Click(System::Object^ sender, System::EventArgs^ e) { + MessageBox::Show( this, "You selected TRANSACTION LOG", "FemboyBanking Alert", MessageBoxButtons::OK, MessageBoxIcon::Information ); + } +}; +} diff --git a/FemboyBanking/Main.resX b/FemboyBanking/Main.resX new file mode 100644 index 0000000..7080a7d --- /dev/null +++ b/FemboyBanking/Main.resX @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/FemboyBanking/ReadMe.txt b/FemboyBanking/ReadMe.txt new file mode 100644 index 0000000..8b02f4f --- /dev/null +++ b/FemboyBanking/ReadMe.txt @@ -0,0 +1,33 @@ +======================================================================== + APPLICATION : FemboyBanking Project Overview +======================================================================== + +AppWizard has created this FemboyBanking Application for you. + +This file contains a summary of what you will find in each of the files that +make up your FemboyBanking application. + +FemboyBanking.vcproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +FemboyBanking.cpp + This is the main application source file. + Contains the code to display the form. + +Main.h + Contains the implementation of your form class and InitializeComponent() function. + +AssemblyInfo.cpp + Contains custom attributes for modifying assembly metadata. + +///////////////////////////////////////////////////////////////////////////// +Other standard files: + +StdAfx.h, StdAfx.cpp + These files are used to build a precompiled header (PCH) file + named FemboyBanking.pch and a precompiled types file named StdAfx.obj. + +///////////////////////////////////////////////////////////////////////////// diff --git a/FemboyBanking/app.ico b/FemboyBanking/app.ico new file mode 100644 index 0000000000000000000000000000000000000000..3a5525fd794f7a7c5c8e6187f470ea3af38cd2b6 GIT binary patch literal 1078 zcmeHHJr05}7=1t!Hp3A*8IHkVf+j?-!eHY14Gtcw1Eb*_9>Bq^zETJ@GKj{_2j4$w zo9}xCh!8{T3=X##Skq>ikMjsvB|y%crWBM2iW(4pI}c%z6%lW!=~4v77#3{z!dmB1 z__&l)-{KUYR+|8|;wB^R|9ET$J@(@=#rd^=)qs85?vAy(PSF5CyNkus435LVkZ$rj zNw|JG-P7^hF<(;#o*Vk}5R#e|^13tBbQkeF?djULtvqyxd3<{9 literal 0 HcmV?d00001 diff --git a/FemboyBanking/app.rc b/FemboyBanking/app.rc new file mode 100644 index 0000000..807aa89 --- /dev/null +++ b/FemboyBanking/app.rc @@ -0,0 +1,63 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon placed first or with lowest ID value becomes application icon + +LANGUAGE 9, 1 +#pragma code_page(1252) +1 ICON "app.ico" + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" + "\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\0" +END + +#endif // APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/FemboyBanking/resource.h b/FemboyBanking/resource.h new file mode 100644 index 0000000..d5ac7c4 --- /dev/null +++ b/FemboyBanking/resource.h @@ -0,0 +1,3 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by app.rc diff --git a/FemboyBanking/stdafx.cpp b/FemboyBanking/stdafx.cpp new file mode 100644 index 0000000..7bd7adf --- /dev/null +++ b/FemboyBanking/stdafx.cpp @@ -0,0 +1,7 @@ +// stdafx.cpp : source file that includes just the standard includes +// FemboyBanking.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + + diff --git a/FemboyBanking/stdafx.h b/FemboyBanking/stdafx.h new file mode 100644 index 0000000..46bef73 --- /dev/null +++ b/FemboyBanking/stdafx.h @@ -0,0 +1,6 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +#pragma once + +// TODO: reference additional headers your program requires here