4848 | 2023-04-02 18:31:27 | Laci3000 | Völgy (100 pont) | cpp14 | Compilation error |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nemes feladat numero 1", "nemes feladat numero 1\nemes feladat numero 1.vcxproj", "{9B2A92F1-854F-441E-879E-42F8D75316B4}"
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
{9B2A92F1-854F-441E-879E-42F8D75316B4}.Debug|x64.ActiveCfg = Debug|x64
{9B2A92F1-854F-441E-879E-42F8D75316B4}.Debug|x64.Build.0 = Debug|x64
{9B2A92F1-854F-441E-879E-42F8D75316B4}.Debug|x86.ActiveCfg = Debug|Win32
{9B2A92F1-854F-441E-879E-42F8D75316B4}.Debug|x86.Build.0 = Debug|Win32
{9B2A92F1-854F-441E-879E-42F8D75316B4}.Release|x64.ActiveCfg = Release|x64
{9B2A92F1-854F-441E-879E-42F8D75316B4}.Release|x64.Build.0 = Release|x64
{9B2A92F1-854F-441E-879E-42F8D75316B4}.Release|x86.ActiveCfg = Release|Win32
{9B2A92F1-854F-441E-879E-42F8D75316B4}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76051CB0-D0BD-4C2F-82D6-5A61EE25ECA4}
EndGlobalSection
EndGlobal
exit status 1
main.cpp:3:3: error: invalid preprocessing directive #Visual
3 | # Visual Studio Version 17
| ^~~~~~
main.cpp:4:23: error: too many decimal points in number
4 | VisualStudioVersion = 17.5.33516.290
| ^~~~~~~~~~~~~~
main.cpp:5:30: error: too many decimal points in number
5 | MinimumVisualStudioVersion = 10.0.40219.1
| ^~~~~~~~~~~~
main.cpp:2:1: error: 'Microsoft' does not name a type
2 | Microsoft Visual Studio Solution File, Format Version 12.00
| ^~~~~~~~~
main.cpp:16:55: error: expected unqualified-id before '.' token
16 | {9B2A92F1-854F-441E-879E-42F8D75316B4}.Debug|x64.ActiveCfg = Debug|x64
| ^
main.cpp:17:55: error: expected unqualified-id before '.' token
17 | {9B2A92F1-854F-441E-879E-42F8D75316B4}.Debug|x64.Build.0 = Debug|x64
| ^
main.cpp:18:55: error: e...