1 Star 0 Fork 0

mnxcc / code_002

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
my_atoi.sln 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
mnxcc 提交于 2023-10-05 11:13 . 模拟实现atoi函数

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33529.622
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "my_atoi", "my_atoi\my_atoi.vcxproj", "{967ECAD0-2405-4571-BB91-9D0431D54146}"
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
{967ECAD0-2405-4571-BB91-9D0431D54146}.Debug|x64.ActiveCfg = Debug|x64
{967ECAD0-2405-4571-BB91-9D0431D54146}.Debug|x64.Build.0 = Debug|x64
{967ECAD0-2405-4571-BB91-9D0431D54146}.Debug|x86.ActiveCfg = Debug|Win32
{967ECAD0-2405-4571-BB91-9D0431D54146}.Debug|x86.Build.0 = Debug|Win32
{967ECAD0-2405-4571-BB91-9D0431D54146}.Release|x64.ActiveCfg = Release|x64
{967ECAD0-2405-4571-BB91-9D0431D54146}.Release|x64.Build.0 = Release|x64
{967ECAD0-2405-4571-BB91-9D0431D54146}.Release|x86.ActiveCfg = Release|Win32
{967ECAD0-2405-4571-BB91-9D0431D54146}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1492C0BC-3911-405B-84F8-9DA46199C4EE}
EndGlobalSection
EndGlobal
C
1
https://gitee.com/mnxcc/code_002.git
git@gitee.com:mnxcc/code_002.git
mnxcc
code_002
code_002
master

搜索帮助