summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-01-25 18:12:28 -0800
committerConnor McDowell <[email protected]>2024-01-25 18:12:28 -0800
commit8ce5391913a1bb555cb373e5781f9a26633c49aa (patch)
tree26a0a81880e22858215787fd9b38f0c415e71ddd
parenttest comit (diff)
downloadin-class-exercise-6-connormcdowell275-8ce5391913a1bb555cb373e5781f9a26633c49aa.tar.xz
in-class-exercise-6-connormcdowell275-8ce5391913a1bb555cb373e5781f9a26633c49aa.zip
test part d
-rw-r--r--.gitignore398
-rw-r--r--.vs/Excersize 6/FileContentIndex/2801589c-86a5-4992-b77c-e5a17980320a.vsidxbin107 -> 0 bytes
-rw-r--r--.vs/Excersize 6/FileContentIndex/2ef2dc64-9df8-41c5-83a7-c81d588ba67e.vsidxbin107 -> 0 bytes
-rw-r--r--.vs/Excersize 6/FileContentIndex/68d87074-988e-411f-ae5e-079f75a16c27.vsidxbin107 -> 0 bytes
-rw-r--r--.vs/Excersize 6/FileContentIndex/7e3becb0-e9e3-454c-b989-3a96894cba31.vsidxbin1675 -> 0 bytes
-rw-r--r--.vs/Excersize 6/v17/.suobin26112 -> 0 bytes
-rw-r--r--.vs/Excersize 6/v17/Browse.VC.dbbin10797056 -> 0 bytes
-rw-r--r--.vs/Excersize 6/v17/Solution.VC.dbbin438272 -> 0 bytes
-rw-r--r--.vs/Excersize 6/v17/ipch/AutoPCH/2025de08a915e4fc/EXCERSIZE 6.ipchbin38141952 -> 0 bytes
-rw-r--r--.vs/Excersize 6/v17/ipch/AutoPCH/39b3f133dd2d2f9b/VCTMP19756_335474.EXCERSIZE 6.00000000.ipchbin38141952 -> 0 bytes
-rw-r--r--.vs/Excersize 6/v17/ipch/AutoPCH/7f22732d17d245c3/EXCERSIZE 6.ipchbin38141952 -> 0 bytes
-rw-r--r--.vs/Excersize 6/v17/ipch/AutoPCH/e03e363d15347411/VCTMP30828_957304.EXCERSIZE 6.00000000.ipchbin38141952 -> 0 bytes
-rw-r--r--.vs/Excersize 6/v17/ipch/AutoPCH/e6ef09d98e791024/EXCERSIZE 6.ipchbin38141952 -> 0 bytes
-rw-r--r--.vs/VSWorkspaceState.json4
-rw-r--r--.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/34dac7c7-d160-42ec-9141-158f42daa435.vsidxbin188 -> 0 bytes
-rw-r--r--.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/7e452ea9-6591-487e-b3ef-278fbaf293c5.vsidxbin2950 -> 0 bytes
-rw-r--r--.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/910a5a6d-06ed-4744-82d0-bb0c3100053b.vsidxbin192 -> 0 bytes
-rw-r--r--.vs/in-class-exercise-6-connormcdowell275/v17/.wsuobin27648 -> 20992 bytes
-rw-r--r--.vs/in-class-exercise-6-connormcdowell275/v17/Browse.VC.dbbin401408 -> 401408 bytes
-rw-r--r--.vs/slnx.sqlitebin315392 -> 323584 bytes
-rw-r--r--Excersize 6.cpp44
-rw-r--r--Excersize 6.sln13
-rw-r--r--Excersize 6.vcxproj.user4
-rw-r--r--Project1/Project1.sln31
-rw-r--r--Project1/Project1.vcxproj (renamed from Excersize 6.vcxproj)8
-rw-r--r--Project1/Project1.vcxproj.filters (renamed from Excersize 6.vcxproj.filters)4
-rw-r--r--Project1/header.h1
-rw-r--r--Project1/inclass6.cpp0
-rw-r--r--helper.h14
29 files changed, 438 insertions, 83 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8a30d25
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,398 @@
+## 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/main/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
+*.tlog
+*.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 6 auto-generated project file (contains which files were open etc.)
+*.vbp
+
+# Visual Studio 6 workspace and project file (working project files containing files to include in project)
+*.dsw
+*.dsp
+
+# Visual Studio 6 technical files
+*.ncb
+*.aps
+
+# 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/
+
+# Visual Studio History (VSHistory) files
+.vshistory/
+
+# 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
+
+# VS Code files for those working on multiple tools
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
+*.code-workspace
+
+# Local History for Visual Studio Code
+.history/
+
+# Windows Installer files from build outputs
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# JetBrains Rider
+*.sln.iml
diff --git a/.vs/Excersize 6/FileContentIndex/2801589c-86a5-4992-b77c-e5a17980320a.vsidx b/.vs/Excersize 6/FileContentIndex/2801589c-86a5-4992-b77c-e5a17980320a.vsidx
deleted file mode 100644
index 70aef67..0000000
--- a/.vs/Excersize 6/FileContentIndex/2801589c-86a5-4992-b77c-e5a17980320a.vsidx
+++ /dev/null
Binary files differ
diff --git a/.vs/Excersize 6/FileContentIndex/2ef2dc64-9df8-41c5-83a7-c81d588ba67e.vsidx b/.vs/Excersize 6/FileContentIndex/2ef2dc64-9df8-41c5-83a7-c81d588ba67e.vsidx
deleted file mode 100644
index 70aef67..0000000
--- a/.vs/Excersize 6/FileContentIndex/2ef2dc64-9df8-41c5-83a7-c81d588ba67e.vsidx
+++ /dev/null
Binary files differ
diff --git a/.vs/Excersize 6/FileContentIndex/68d87074-988e-411f-ae5e-079f75a16c27.vsidx b/.vs/Excersize 6/FileContentIndex/68d87074-988e-411f-ae5e-079f75a16c27.vsidx
deleted file mode 100644
index 70aef67..0000000
--- a/.vs/Excersize 6/FileContentIndex/68d87074-988e-411f-ae5e-079f75a16c27.vsidx
+++ /dev/null
Binary files differ
diff --git a/.vs/Excersize 6/FileContentIndex/7e3becb0-e9e3-454c-b989-3a96894cba31.vsidx b/.vs/Excersize 6/FileContentIndex/7e3becb0-e9e3-454c-b989-3a96894cba31.vsidx
deleted file mode 100644
index f4d18fc..0000000
--- a/.vs/Excersize 6/FileContentIndex/7e3becb0-e9e3-454c-b989-3a96894cba31.vsidx
+++ /dev/null
Binary files differ
diff --git a/.vs/Excersize 6/v17/.suo b/.vs/Excersize 6/v17/.suo
deleted file mode 100644
index aed2adb..0000000
--- a/.vs/Excersize 6/v17/.suo
+++ /dev/null
Binary files differ
diff --git a/.vs/Excersize 6/v17/Browse.VC.db b/.vs/Excersize 6/v17/Browse.VC.db
deleted file mode 100644
index e0efbbe..0000000
--- a/.vs/Excersize 6/v17/Browse.VC.db
+++ /dev/null
Binary files differ
diff --git a/.vs/Excersize 6/v17/Solution.VC.db b/.vs/Excersize 6/v17/Solution.VC.db
deleted file mode 100644
index 30d52b2..0000000
--- a/.vs/Excersize 6/v17/Solution.VC.db
+++ /dev/null
Binary files differ
diff --git a/.vs/Excersize 6/v17/ipch/AutoPCH/2025de08a915e4fc/EXCERSIZE 6.ipch b/.vs/Excersize 6/v17/ipch/AutoPCH/2025de08a915e4fc/EXCERSIZE 6.ipch
deleted file mode 100644
index 244cee4..0000000
--- a/.vs/Excersize 6/v17/ipch/AutoPCH/2025de08a915e4fc/EXCERSIZE 6.ipch
+++ /dev/null
Binary files differ
diff --git a/.vs/Excersize 6/v17/ipch/AutoPCH/39b3f133dd2d2f9b/VCTMP19756_335474.EXCERSIZE 6.00000000.ipch b/.vs/Excersize 6/v17/ipch/AutoPCH/39b3f133dd2d2f9b/VCTMP19756_335474.EXCERSIZE 6.00000000.ipch
deleted file mode 100644
index 81a0ae2..0000000
--- a/.vs/Excersize 6/v17/ipch/AutoPCH/39b3f133dd2d2f9b/VCTMP19756_335474.EXCERSIZE 6.00000000.ipch
+++ /dev/null
Binary files differ
diff --git a/.vs/Excersize 6/v17/ipch/AutoPCH/7f22732d17d245c3/EXCERSIZE 6.ipch b/.vs/Excersize 6/v17/ipch/AutoPCH/7f22732d17d245c3/EXCERSIZE 6.ipch
deleted file mode 100644
index fdb81ed..0000000
--- a/.vs/Excersize 6/v17/ipch/AutoPCH/7f22732d17d245c3/EXCERSIZE 6.ipch
+++ /dev/null
Binary files differ
diff --git a/.vs/Excersize 6/v17/ipch/AutoPCH/e03e363d15347411/VCTMP30828_957304.EXCERSIZE 6.00000000.ipch b/.vs/Excersize 6/v17/ipch/AutoPCH/e03e363d15347411/VCTMP30828_957304.EXCERSIZE 6.00000000.ipch
deleted file mode 100644
index 821d38c..0000000
--- a/.vs/Excersize 6/v17/ipch/AutoPCH/e03e363d15347411/VCTMP30828_957304.EXCERSIZE 6.00000000.ipch
+++ /dev/null
Binary files differ
diff --git a/.vs/Excersize 6/v17/ipch/AutoPCH/e6ef09d98e791024/EXCERSIZE 6.ipch b/.vs/Excersize 6/v17/ipch/AutoPCH/e6ef09d98e791024/EXCERSIZE 6.ipch
deleted file mode 100644
index 7e03857..0000000
--- a/.vs/Excersize 6/v17/ipch/AutoPCH/e6ef09d98e791024/EXCERSIZE 6.ipch
+++ /dev/null
Binary files differ
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
index fe19481..0cb1ecd 100644
--- a/.vs/VSWorkspaceState.json
+++ b/.vs/VSWorkspaceState.json
@@ -1,8 +1,8 @@
{
"ExpandedNodes": [
"",
- "\\.github"
+ "\\Project1"
],
- "SelectedNode": "\\Excersize 6.sln",
+ "SelectedNode": "\\Project1\\inclass6.cpp",
"PreviewInSolutionExplorer": false
} \ No newline at end of file
diff --git a/.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/34dac7c7-d160-42ec-9141-158f42daa435.vsidx b/.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/34dac7c7-d160-42ec-9141-158f42daa435.vsidx
deleted file mode 100644
index 2bc8987..0000000
--- a/.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/34dac7c7-d160-42ec-9141-158f42daa435.vsidx
+++ /dev/null
Binary files differ
diff --git a/.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/7e452ea9-6591-487e-b3ef-278fbaf293c5.vsidx b/.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/7e452ea9-6591-487e-b3ef-278fbaf293c5.vsidx
deleted file mode 100644
index a8a4d96..0000000
--- a/.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/7e452ea9-6591-487e-b3ef-278fbaf293c5.vsidx
+++ /dev/null
Binary files differ
diff --git a/.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/910a5a6d-06ed-4744-82d0-bb0c3100053b.vsidx b/.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/910a5a6d-06ed-4744-82d0-bb0c3100053b.vsidx
deleted file mode 100644
index c58f8b6..0000000
--- a/.vs/in-class-exercise-6-connormcdowell275/FileContentIndex/910a5a6d-06ed-4744-82d0-bb0c3100053b.vsidx
+++ /dev/null
Binary files differ
diff --git a/.vs/in-class-exercise-6-connormcdowell275/v17/.wsuo b/.vs/in-class-exercise-6-connormcdowell275/v17/.wsuo
index 784671a..cdcbd4b 100644
--- a/.vs/in-class-exercise-6-connormcdowell275/v17/.wsuo
+++ b/.vs/in-class-exercise-6-connormcdowell275/v17/.wsuo
Binary files differ
diff --git a/.vs/in-class-exercise-6-connormcdowell275/v17/Browse.VC.db b/.vs/in-class-exercise-6-connormcdowell275/v17/Browse.VC.db
index c3c847f..0527679 100644
--- a/.vs/in-class-exercise-6-connormcdowell275/v17/Browse.VC.db
+++ b/.vs/in-class-exercise-6-connormcdowell275/v17/Browse.VC.db
Binary files differ
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index 681a5ef..f5d10d2 100644
--- a/.vs/slnx.sqlite
+++ b/.vs/slnx.sqlite
Binary files differ
diff --git a/Excersize 6.cpp b/Excersize 6.cpp
deleted file mode 100644
index d1177e9..0000000
--- a/Excersize 6.cpp
+++ /dev/null
@@ -1,44 +0,0 @@
-// Name: Connor McDowell
-// Date: 1/22/2024
-// Class: CST116
-// Assignment: exercise 5
-
-#include <iostream>
-
-#include "helper.h"
-
-
-int main()
-{
- std::cout << math();
-
-
- return 0;
-}
-
-int math()
-{
-
-
- return 0;
-}
-
-int mathSquare(int square)
-{
-
-
- return square * square;
-}
-
-int mathSum(int a, int b = 2)
-{
-
-
- return a + b;
-}
-
-int mathOverload(int A, int B, int C, int x)
-{
-
- return A * x * x - B * x + C;
-}
diff --git a/Excersize 6.sln b/Excersize 6.sln
deleted file mode 100644
index 10a024c..0000000
--- a/Excersize 6.sln
+++ /dev/null
@@ -1,13 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.8.34408.163
-MinimumVisualStudioVersion = 10.0.40219.1
-Global
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {1F032F7E-F2E1-4035-B8DA-CA9C465160BF}
- EndGlobalSection
-EndGlobal
diff --git a/Excersize 6.vcxproj.user b/Excersize 6.vcxproj.user
deleted file mode 100644
index 88a5509..0000000
--- a/Excersize 6.vcxproj.user
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup />
-</Project> \ No newline at end of file
diff --git a/Project1/Project1.sln b/Project1/Project1.sln
new file mode 100644
index 0000000..aa0d31a
--- /dev/null
+++ b/Project1/Project1.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.8.34408.163
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project1", "Project1.vcxproj", "{51778A70-A42F-40B2-BF22-61A928FCAAB1}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {51778A70-A42F-40B2-BF22-61A928FCAAB1}.Debug|x64.ActiveCfg = Debug|x64
+ {51778A70-A42F-40B2-BF22-61A928FCAAB1}.Debug|x64.Build.0 = Debug|x64
+ {51778A70-A42F-40B2-BF22-61A928FCAAB1}.Debug|x86.ActiveCfg = Debug|Win32
+ {51778A70-A42F-40B2-BF22-61A928FCAAB1}.Debug|x86.Build.0 = Debug|Win32
+ {51778A70-A42F-40B2-BF22-61A928FCAAB1}.Release|x64.ActiveCfg = Release|x64
+ {51778A70-A42F-40B2-BF22-61A928FCAAB1}.Release|x64.Build.0 = Release|x64
+ {51778A70-A42F-40B2-BF22-61A928FCAAB1}.Release|x86.ActiveCfg = Release|Win32
+ {51778A70-A42F-40B2-BF22-61A928FCAAB1}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {3F34910A-10B2-4225-8276-6C88989AC9A3}
+ EndGlobalSection
+EndGlobal
diff --git a/Excersize 6.vcxproj b/Project1/Project1.vcxproj
index ecd9dd1..33b61c2 100644
--- a/Excersize 6.vcxproj
+++ b/Project1/Project1.vcxproj
@@ -21,8 +21,8 @@
<PropertyGroup Label="Globals">
<VCProjectVersion>17.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
- <ProjectGuid>{f1d7e6c4-986b-4250-87d2-842f20591189}</ProjectGuid>
- <RootNamespace>Excersize5</RootNamespace>
+ <ProjectGuid>{51778a70-a42f-40b2-bf22-61a928fcaab1}</ProjectGuid>
+ <RootNamespace>Project1</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -127,10 +127,10 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="Excersize 5.cpp" />
+ <ClCompile Include="inclass6.cpp" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="helper.h" />
+ <ClInclude Include="header.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/Excersize 6.vcxproj.filters b/Project1/Project1.vcxproj.filters
index 7ec2f9f..f0e952a 100644
--- a/Excersize 6.vcxproj.filters
+++ b/Project1/Project1.vcxproj.filters
@@ -15,12 +15,12 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="Excersize 5.cpp">
+ <ClCompile Include="inclass6.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="helper.h">
+ <ClInclude Include="header.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
diff --git a/Project1/header.h b/Project1/header.h
new file mode 100644
index 0000000..6f70f09
--- /dev/null
+++ b/Project1/header.h
@@ -0,0 +1 @@
+#pragma once
diff --git a/Project1/inclass6.cpp b/Project1/inclass6.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Project1/inclass6.cpp
diff --git a/helper.h b/helper.h
deleted file mode 100644
index dd765c5..0000000
--- a/helper.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef MY_HEADER_FILE_H
-#define MY_HEADER_FILE_H
-
-int math();
-
-int math(int square = 2);
-
-int math(int a, int b);
-
-int math(int A, int B, int C, int x);
-
-
-#endif MY_HEADER_FILE_H
-