Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
labor_peldak
/
lab_09
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
31ec2675
authored
Apr 25, 2019
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VS
parent
2cd4fd28
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
8 deletions
+14
-8
genArray3/gen_array_iter3_test.cpp
+1
-0
genArray3/genarray.vcxproj
+5
-3
genArray3/genarray.vcxproj.filters
+3
-0
generikus2/generikus2.vcxproj
+5
-5
generikus2/generikus2.vcxproj.filters
+0
-0
No files found.
genArray3/gen_array_iter3_test.cpp
View file @
31ec2675
...
@@ -88,6 +88,7 @@ int main() {
...
@@ -88,6 +88,7 @@ int main() {
#if ELKESZULT >= 15
#if ELKESZULT >= 15
// Számlálja össze az intarr1-ben az 5-nél nagyobb elemeket!
// Számlálja össze az intarr1-ben az 5-nél nagyobb elemeket!
// Használja a korábban elkészített szamol_ha sablont!
// Használja a korábban elkészített szamol_ha sablont!
#error "egeszitse ki a kodot"
int
db
=
int
db
=
cout
<<
"
\n
intarr1-ben 5-nel nagyobb: "
;
cout
<<
"
\n
intarr1-ben 5-nel nagyobb: "
;
...
...
genArray3/genarray.vcxproj
View file @
31ec2675
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="
4
.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="
15
.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Configuration>Debug</Configuration>
...
@@ -14,18 +14,19 @@
...
@@ -14,18 +14,19 @@
<ProjectGuid>{DE168991-4F63-46C2-82A1-4133088E7B92}</ProjectGuid>
<ProjectGuid>{DE168991-4F63-46C2-82A1-4133088E7B92}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<Keyword>Win32Proj</Keyword>
<RootNamespace>genarray</RootNamespace>
<RootNamespace>genarray</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v1
10
</PlatformToolset>
<PlatformToolset>v1
41
</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v1
10
</PlatformToolset>
<PlatformToolset>v1
41
</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
</PropertyGroup>
...
@@ -78,6 +79,7 @@
...
@@ -78,6 +79,7 @@
<ItemGroup>
<ItemGroup>
<ClInclude Include="gen_array_iter3.hpp" />
<ClInclude Include="gen_array_iter3.hpp" />
<ClInclude Include="integer.h" />
<ClInclude Include="integer.h" />
<ClInclude Include="sablonok.hpp" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClCompile Include="gen_array_iter3_test.cpp" />
<ClCompile Include="gen_array_iter3_test.cpp" />
...
...
genArray3/genarray.vcxproj.filters
View file @
31ec2675
...
@@ -21,6 +21,9 @@
...
@@ -21,6 +21,9 @@
<ClInclude Include="integer.h">
<ClInclude Include="integer.h">
<Filter>Header Files</Filter>
<Filter>Header Files</Filter>
</ClInclude>
</ClInclude>
<ClInclude Include="sablonok.hpp">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClCompile Include="gen_array_iter3_test.cpp">
<ClCompile Include="gen_array_iter3_test.cpp">
...
...
generikus2/generikus2.vcxproj
View file @
31ec2675
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="1
2
.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="1
5
.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Configuration>Debug</Configuration>
...
@@ -14,18 +14,19 @@
...
@@ -14,18 +14,19 @@
<ProjectGuid>{79C9E9C3-84CB-413A-955A-A97D07617647}</ProjectGuid>
<ProjectGuid>{79C9E9C3-84CB-413A-955A-A97D07617647}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<Keyword>Win32Proj</Keyword>
<RootNamespace>generikus2</RootNamespace>
<RootNamespace>generikus2</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v1
10
</PlatformToolset>
<PlatformToolset>v1
41
</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v1
20
</PlatformToolset>
<PlatformToolset>v1
41
</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
</PropertyGroup>
...
@@ -47,8 +48,7 @@
...
@@ -47,8 +48,7 @@
</PropertyGroup>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<ClCompile>
<PrecompiledHeader>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
...
...
generikus2/generikus2.vcxproj.filters
View file @
31ec2675
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment