Initial Commit
This commit is contained in:
commit
404d1b7b5d
11
.vs/HelloWorld/project-colors.json
Normal file
11
.vs/HelloWorld/project-colors.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"Version": 1,
|
||||||
|
"ProjectMap": {
|
||||||
|
"7c46a97f-6038-4746-918c-644f081873f5": {
|
||||||
|
"ProjectGuid": "7c46a97f-6038-4746-918c-644f081873f5",
|
||||||
|
"DisplayName": "HelloWorld",
|
||||||
|
"ColorIndex": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"NextColorIndex": 1
|
||||||
|
}
|
||||||
BIN
.vs/HelloWorld/v17/.suo
Normal file
BIN
.vs/HelloWorld/v17/.suo
Normal file
Binary file not shown.
BIN
.vs/HelloWorld/v17/Browse.VC.db
Normal file
BIN
.vs/HelloWorld/v17/Browse.VC.db
Normal file
Binary file not shown.
BIN
.vs/HelloWorld/v17/ipch/AutoPCH/15a13c49da54ba/MAIN.ipch
Normal file
BIN
.vs/HelloWorld/v17/ipch/AutoPCH/15a13c49da54ba/MAIN.ipch
Normal file
Binary file not shown.
31
HelloWorld.sln
Normal file
31
HelloWorld.sln
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.0.31912.275
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloWorld", "HelloWorld\HelloWorld.vcxproj", "{7C46A97F-6038-4746-918C-644F081873F5}"
|
||||||
|
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
|
||||||
|
{7C46A97F-6038-4746-918C-644F081873F5}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
|
{7C46A97F-6038-4746-918C-644F081873F5}.Debug|x64.Build.0 = Debug|x64
|
||||||
|
{7C46A97F-6038-4746-918C-644F081873F5}.Debug|x86.ActiveCfg = Debug|Win32
|
||||||
|
{7C46A97F-6038-4746-918C-644F081873F5}.Debug|x86.Build.0 = Debug|Win32
|
||||||
|
{7C46A97F-6038-4746-918C-644F081873F5}.Release|x64.ActiveCfg = Release|x64
|
||||||
|
{7C46A97F-6038-4746-918C-644F081873F5}.Release|x64.Build.0 = Release|x64
|
||||||
|
{7C46A97F-6038-4746-918C-644F081873F5}.Release|x86.ActiveCfg = Release|Win32
|
||||||
|
{7C46A97F-6038-4746-918C-644F081873F5}.Release|x86.Build.0 = Release|Win32
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {58C1FB2A-C4A7-4830-AA7C-42EB81BE2FDF}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
147
HelloWorld/HelloWorld.vcxproj
Normal file
147
HelloWorld/HelloWorld.vcxproj
Normal file
@ -0,0 +1,147 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
|
<Configuration>Debug</Configuration>
|
||||||
|
<Platform>Win32</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
<ProjectConfiguration Include="Release|Win32">
|
||||||
|
<Configuration>Release</Configuration>
|
||||||
|
<Platform>Win32</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
<ProjectConfiguration Include="Debug|x64">
|
||||||
|
<Configuration>Debug</Configuration>
|
||||||
|
<Platform>x64</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
<ProjectConfiguration Include="Release|x64">
|
||||||
|
<Configuration>Release</Configuration>
|
||||||
|
<Platform>x64</Platform>
|
||||||
|
</ProjectConfiguration>
|
||||||
|
</ItemGroup>
|
||||||
|
<PropertyGroup Label="Globals">
|
||||||
|
<VCProjectVersion>16.0</VCProjectVersion>
|
||||||
|
<Keyword>Win32Proj</Keyword>
|
||||||
|
<ProjectGuid>{7c46a97f-6038-4746-918c-644f081873f5}</ProjectGuid>
|
||||||
|
<RootNamespace>HelloWorld</RootNamespace>
|
||||||
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||||
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||||||
|
<PlatformToolset>v143</PlatformToolset>
|
||||||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||||
|
<CharacterSet>Unicode</CharacterSet>
|
||||||
|
</PropertyGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
|
<ImportGroup Label="ExtensionSettings">
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="Shared">
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||||
|
</ImportGroup>
|
||||||
|
<PropertyGroup Label="UserMacros" />
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
|
<LinkIncremental>true</LinkIncremental>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
|
<LinkIncremental>false</LinkIncremental>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
<LinkIncremental>true</LinkIncremental>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
<LinkIncremental>false</LinkIncremental>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||||
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
|
<ClCompile>
|
||||||
|
<WarningLevel>Level3</WarningLevel>
|
||||||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||||
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
<ConformanceMode>true</ConformanceMode>
|
||||||
|
</ClCompile>
|
||||||
|
<Link>
|
||||||
|
<SubSystem>Console</SubSystem>
|
||||||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||||
|
<OptimizeReferences>true</OptimizeReferences>
|
||||||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
</Link>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="main.cpp" />
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
</ImportGroup>
|
||||||
|
</Project>
|
||||||
22
HelloWorld/HelloWorld.vcxproj.filters
Normal file
22
HelloWorld/HelloWorld.vcxproj.filters
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<Filter Include="Source Files">
|
||||||
|
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||||
|
<Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Header Files">
|
||||||
|
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||||
|
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
|
||||||
|
</Filter>
|
||||||
|
<Filter Include="Resource Files">
|
||||||
|
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
||||||
|
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
||||||
|
</Filter>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClCompile Include="main.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
4
HelloWorld/HelloWorld.vcxproj.user
Normal file
4
HelloWorld/HelloWorld.vcxproj.user
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup />
|
||||||
|
</Project>
|
||||||
97
HelloWorld/main.cpp
Normal file
97
HelloWorld/main.cpp
Normal file
@ -0,0 +1,97 @@
|
|||||||
|
#include <iostream>
|
||||||
|
#include <string>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
// Mini Project 1
|
||||||
|
/*
|
||||||
|
Prompt for 3 numbers (doubles)
|
||||||
|
Print out after each number
|
||||||
|
Find the mean of the 3 numbers
|
||||||
|
Print that as 'Average is {result}'
|
||||||
|
*/
|
||||||
|
|
||||||
|
//int main()
|
||||||
|
//{
|
||||||
|
// double input1 = 0, input2 = 0, input3 = 0;
|
||||||
|
//
|
||||||
|
// cout << "Enter a real number: " << endl;
|
||||||
|
// cin >> input1;
|
||||||
|
//
|
||||||
|
// cout << "Enter a second real number: " << endl;
|
||||||
|
// cin >> input2;
|
||||||
|
//
|
||||||
|
// cout << "Enter a final real number: " << endl;
|
||||||
|
// cin >> input3;
|
||||||
|
//
|
||||||
|
// double result = (input1 + input2 + input3) / 3;
|
||||||
|
// cout << "Average is " << result << endl;
|
||||||
|
//
|
||||||
|
// return 0;
|
||||||
|
//}
|
||||||
|
|
||||||
|
// Mini Project 2
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
string inputs[11];
|
||||||
|
|
||||||
|
cout << "Enter an Adjective: " << endl;
|
||||||
|
getline(cin, inputs[0]);
|
||||||
|
|
||||||
|
cout << "Enter a girl's name: " << endl;
|
||||||
|
getline(cin, inputs[1]);
|
||||||
|
|
||||||
|
cout << "Enter another Adjective: " << endl;
|
||||||
|
getline(cin, inputs[2]);
|
||||||
|
|
||||||
|
cout << "Enter an Occupation: " << endl;
|
||||||
|
getline(cin, inputs[3]);
|
||||||
|
|
||||||
|
cout << "Enter a Place Name: " << endl;
|
||||||
|
getline(cin, inputs[4]);
|
||||||
|
|
||||||
|
cout << "Enter an item of clothing: " << endl;
|
||||||
|
getline(cin, inputs[5]);
|
||||||
|
|
||||||
|
cout << "Enter a hobby: " << endl;
|
||||||
|
getline(cin, inputs[6]);
|
||||||
|
|
||||||
|
cout << "Enter another Adjective: " << endl;
|
||||||
|
getline(cin, inputs[7]);
|
||||||
|
|
||||||
|
cout << "Enter another Occupation: " << endl;
|
||||||
|
getline(cin, inputs[8]);
|
||||||
|
|
||||||
|
cout << "Enter A Boy's Name: " << endl;
|
||||||
|
getline(cin, inputs[9]);
|
||||||
|
|
||||||
|
cout << "Enter a Man's Name: " << endl;
|
||||||
|
getline(cin, inputs[10]);
|
||||||
|
|
||||||
|
cout << "There once was a "
|
||||||
|
<< inputs[0]
|
||||||
|
<< " girl named "
|
||||||
|
<< inputs[1]
|
||||||
|
<< " who was a "
|
||||||
|
<< inputs[2]
|
||||||
|
<< " "
|
||||||
|
<< inputs[3]
|
||||||
|
<< " in the Kingdom of "
|
||||||
|
<< inputs[4]
|
||||||
|
<< ". She loved to wear "
|
||||||
|
<< inputs[5]
|
||||||
|
<< " and "
|
||||||
|
<< inputs[6]
|
||||||
|
<< ". She wanted to marry the "
|
||||||
|
<< inputs[7]
|
||||||
|
<< " "
|
||||||
|
<< inputs[8]
|
||||||
|
<< " named "
|
||||||
|
<< inputs[9]
|
||||||
|
<< " but her father, King "
|
||||||
|
<< inputs[10]
|
||||||
|
<< " forbid her from seeing him.";
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
11
HelloWorld/x64/Debug/HelloWorld.exe.recipe
Normal file
11
HelloWorld/x64/Debug/HelloWorld.exe.recipe
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project>
|
||||||
|
<ProjectOutputs>
|
||||||
|
<ProjectOutput>
|
||||||
|
<FullPath>C:\Dev\C++\HelloWorld\x64\Debug\HelloWorld.exe</FullPath>
|
||||||
|
</ProjectOutput>
|
||||||
|
</ProjectOutputs>
|
||||||
|
<ContentFiles />
|
||||||
|
<SatelliteDlls />
|
||||||
|
<NonRecipeFileRefs />
|
||||||
|
</Project>
|
||||||
BIN
HelloWorld/x64/Debug/HelloWorld.ilk
Normal file
BIN
HelloWorld/x64/Debug/HelloWorld.ilk
Normal file
Binary file not shown.
2
HelloWorld/x64/Debug/HelloWorld.log
Normal file
2
HelloWorld/x64/Debug/HelloWorld.log
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
main.cpp
|
||||||
|
HelloWorld.vcxproj -> C:\Dev\C++\HelloWorld\x64\Debug\HelloWorld.exe
|
||||||
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/CL.command.1.tlog
Normal file
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/CL.command.1.tlog
Normal file
Binary file not shown.
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/CL.read.1.tlog
Normal file
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/CL.read.1.tlog
Normal file
Binary file not shown.
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/CL.write.1.tlog
Normal file
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/CL.write.1.tlog
Normal file
Binary file not shown.
@ -0,0 +1,2 @@
|
|||||||
|
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.30.30705:TargetPlatformVersion=10.0.19041.0:
|
||||||
|
Debug|x64|C:\Dev\C++\HelloWorld\|
|
||||||
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/link.command.1.tlog
Normal file
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/link.command.1.tlog
Normal file
Binary file not shown.
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/link.read.1.tlog
Normal file
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/link.read.1.tlog
Normal file
Binary file not shown.
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/link.write.1.tlog
Normal file
BIN
HelloWorld/x64/Debug/HelloWorld.tlog/link.write.1.tlog
Normal file
Binary file not shown.
BIN
HelloWorld/x64/Debug/main.obj
Normal file
BIN
HelloWorld/x64/Debug/main.obj
Normal file
Binary file not shown.
BIN
HelloWorld/x64/Debug/vc143.idb
Normal file
BIN
HelloWorld/x64/Debug/vc143.idb
Normal file
Binary file not shown.
BIN
HelloWorld/x64/Debug/vc143.pdb
Normal file
BIN
HelloWorld/x64/Debug/vc143.pdb
Normal file
Binary file not shown.
BIN
x64/Debug/HelloWorld.exe
Normal file
BIN
x64/Debug/HelloWorld.exe
Normal file
Binary file not shown.
BIN
x64/Debug/HelloWorld.pdb
Normal file
BIN
x64/Debug/HelloWorld.pdb
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user