Skip to content

Commit 48cbb48

Browse files
author
Torben
committed
erster commit
1 parent ff102a8 commit 48cbb48

File tree

4 files changed

+171
-0
lines changed

4 files changed

+171
-0
lines changed

.cproject

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
3+
<storageModule moduleId="org.eclipse.cdt.core.settings">
4+
<cconfiguration id="cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621">
5+
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621" moduleId="org.eclipse.cdt.core.settings" name="Debug">
6+
<externalSettings/>
7+
<extensions>
8+
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
9+
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
10+
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
11+
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
12+
</extensions>
13+
</storageModule>
14+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
15+
<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="rm -rf" description="" id="cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621" name="Debug" parent="cdt.managedbuild.config.gnu.mingw.exe.debug">
16+
<folderInfo id="cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621." name="/" resourcePath="">
17+
<toolChain id="cdt.managedbuild.toolchain.gnu.mingw.exe.debug.1701141583" name="MinGW GCC" superClass="cdt.managedbuild.toolchain.gnu.mingw.exe.debug">
18+
<targetPlatform id="cdt.managedbuild.target.gnu.platform.mingw.exe.debug.511004986" name="Debug Platform" superClass="cdt.managedbuild.target.gnu.platform.mingw.exe.debug"/>
19+
<builder buildPath="${workspace_loc:/StringClassCPP}/Debug" id="cdt.managedbuild.tool.gnu.builder.mingw.base.1729580320" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="CDT Internal Builder" superClass="cdt.managedbuild.tool.gnu.builder.mingw.base"/>
20+
<tool id="cdt.managedbuild.tool.gnu.assembler.mingw.exe.debug.1457811008" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.mingw.exe.debug">
21+
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.1221138689" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
22+
</tool>
23+
<tool id="cdt.managedbuild.tool.gnu.archiver.mingw.base.1863809979" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.mingw.base"/>
24+
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.exe.debug.1883405140" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.exe.debug">
25+
<option id="gnu.cpp.compiler.mingw.exe.debug.option.optimization.level.499415523" name="Optimization Level" superClass="gnu.cpp.compiler.mingw.exe.debug.option.optimization.level" value="gnu.cpp.compiler.optimization.level.none" valueType="enumerated"/>
26+
<option id="gnu.cpp.compiler.mingw.exe.debug.option.debugging.level.1363532165" name="Debug Level" superClass="gnu.cpp.compiler.mingw.exe.debug.option.debugging.level" value="gnu.cpp.compiler.debugging.level.max" valueType="enumerated"/>
27+
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.106655876" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
28+
</tool>
29+
<tool id="cdt.managedbuild.tool.gnu.c.compiler.mingw.exe.debug.1862364226" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.mingw.exe.debug">
30+
<option defaultValue="gnu.c.optimization.level.none" id="gnu.c.compiler.mingw.exe.debug.option.optimization.level.1881026195" name="Optimization Level" superClass="gnu.c.compiler.mingw.exe.debug.option.optimization.level" valueType="enumerated"/>
31+
<option id="gnu.c.compiler.mingw.exe.debug.option.debugging.level.1704931626" name="Debug Level" superClass="gnu.c.compiler.mingw.exe.debug.option.debugging.level" value="gnu.c.debugging.level.max" valueType="enumerated"/>
32+
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.432215510" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
33+
</tool>
34+
<tool id="cdt.managedbuild.tool.gnu.c.linker.mingw.exe.debug.1321622180" name="MinGW C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.mingw.exe.debug"/>
35+
<tool id="cdt.managedbuild.tool.gnu.cpp.linker.mingw.exe.debug.294777376" name="MinGW C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.mingw.exe.debug">
36+
<inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.1563404355" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
37+
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
38+
<additionalInput kind="additionalinput" paths="$(LIBS)"/>
39+
</inputType>
40+
</tool>
41+
</toolChain>
42+
</folderInfo>
43+
<sourceEntries>
44+
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="src"/>
45+
</sourceEntries>
46+
</configuration>
47+
</storageModule>
48+
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
49+
</cconfiguration>
50+
<cconfiguration id="cdt.managedbuild.config.gnu.mingw.exe.release.2116567461">
51+
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.config.gnu.mingw.exe.release.2116567461" moduleId="org.eclipse.cdt.core.settings" name="Release">
52+
<externalSettings/>
53+
<extensions>
54+
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
55+
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
56+
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
57+
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
58+
</extensions>
59+
</storageModule>
60+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
61+
<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.release" cleanCommand="rm -rf" description="" id="cdt.managedbuild.config.gnu.mingw.exe.release.2116567461" name="Release" parent="cdt.managedbuild.config.gnu.mingw.exe.release">
62+
<folderInfo id="cdt.managedbuild.config.gnu.mingw.exe.release.2116567461." name="/" resourcePath="">
63+
<toolChain id="cdt.managedbuild.toolchain.gnu.mingw.exe.release.1173187653" name="MinGW GCC" superClass="cdt.managedbuild.toolchain.gnu.mingw.exe.release">
64+
<targetPlatform id="cdt.managedbuild.target.gnu.platform.mingw.exe.release.1595948226" name="Debug Platform" superClass="cdt.managedbuild.target.gnu.platform.mingw.exe.release"/>
65+
<builder buildPath="${workspace_loc:/StringClassCPP}/Release" id="cdt.managedbuild.tool.gnu.builder.mingw.base.362362552" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="CDT Internal Builder" superClass="cdt.managedbuild.tool.gnu.builder.mingw.base"/>
66+
<tool id="cdt.managedbuild.tool.gnu.assembler.mingw.exe.release.1446965798" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.mingw.exe.release">
67+
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.1793969428" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
68+
</tool>
69+
<tool id="cdt.managedbuild.tool.gnu.archiver.mingw.base.253427511" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.mingw.base"/>
70+
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.exe.release.734816166" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.exe.release">
71+
<option id="gnu.cpp.compiler.mingw.exe.release.option.optimization.level.1757481499" name="Optimization Level" superClass="gnu.cpp.compiler.mingw.exe.release.option.optimization.level" value="gnu.cpp.compiler.optimization.level.most" valueType="enumerated"/>
72+
<option id="gnu.cpp.compiler.mingw.exe.release.option.debugging.level.341209114" name="Debug Level" superClass="gnu.cpp.compiler.mingw.exe.release.option.debugging.level" value="gnu.cpp.compiler.debugging.level.none" valueType="enumerated"/>
73+
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1408243890" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
74+
</tool>
75+
<tool id="cdt.managedbuild.tool.gnu.c.compiler.mingw.exe.release.1518095696" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.mingw.exe.release">
76+
<option defaultValue="gnu.c.optimization.level.most" id="gnu.c.compiler.mingw.exe.release.option.optimization.level.259964986" name="Optimization Level" superClass="gnu.c.compiler.mingw.exe.release.option.optimization.level" valueType="enumerated"/>
77+
<option id="gnu.c.compiler.mingw.exe.release.option.debugging.level.541009367" name="Debug Level" superClass="gnu.c.compiler.mingw.exe.release.option.debugging.level" value="gnu.c.debugging.level.none" valueType="enumerated"/>
78+
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1377541160" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
79+
</tool>
80+
<tool id="cdt.managedbuild.tool.gnu.c.linker.mingw.exe.release.817209581" name="MinGW C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.mingw.exe.release"/>
81+
<tool id="cdt.managedbuild.tool.gnu.cpp.linker.mingw.exe.release.534754205" name="MinGW C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.mingw.exe.release">
82+
<inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.525007663" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
83+
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
84+
<additionalInput kind="additionalinput" paths="$(LIBS)"/>
85+
</inputType>
86+
</tool>
87+
</toolChain>
88+
</folderInfo>
89+
<sourceEntries>
90+
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="src"/>
91+
</sourceEntries>
92+
</configuration>
93+
</storageModule>
94+
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
95+
</cconfiguration>
96+
</storageModule>
97+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
98+
<project id="StringClassCPP.cdt.managedbuild.target.gnu.mingw.exe.931254319" name="Executable" projectType="cdt.managedbuild.target.gnu.mingw.exe"/>
99+
</storageModule>
100+
<storageModule moduleId="scannerConfiguration">
101+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
102+
<scannerConfigBuildInfo instanceId="cdt.managedbuild.config.gnu.mingw.exe.release.2116567461;cdt.managedbuild.config.gnu.mingw.exe.release.2116567461.;cdt.managedbuild.tool.gnu.cpp.compiler.mingw.exe.release.734816166;cdt.managedbuild.tool.gnu.cpp.compiler.input.1408243890">
103+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
104+
</scannerConfigBuildInfo>
105+
<scannerConfigBuildInfo instanceId="cdt.managedbuild.config.gnu.mingw.exe.release.2116567461;cdt.managedbuild.config.gnu.mingw.exe.release.2116567461.;cdt.managedbuild.tool.gnu.c.compiler.mingw.exe.release.1518095696;cdt.managedbuild.tool.gnu.c.compiler.input.1377541160">
106+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
107+
</scannerConfigBuildInfo>
108+
<scannerConfigBuildInfo instanceId="cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621;cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621.;cdt.managedbuild.tool.gnu.cpp.compiler.mingw.exe.debug.1883405140;cdt.managedbuild.tool.gnu.cpp.compiler.input.106655876">
109+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
110+
</scannerConfigBuildInfo>
111+
<scannerConfigBuildInfo instanceId="cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621;cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621.;cdt.managedbuild.tool.gnu.c.compiler.mingw.exe.debug.1862364226;cdt.managedbuild.tool.gnu.c.compiler.input.432215510">
112+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
113+
</scannerConfigBuildInfo>
114+
</storageModule>
115+
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
116+
</cproject>

.project

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>StringClassCPP</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
10+
<triggers>clean,full,incremental,</triggers>
11+
<arguments>
12+
</arguments>
13+
</buildCommand>
14+
<buildCommand>
15+
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
16+
<triggers>full,incremental,</triggers>
17+
<arguments>
18+
</arguments>
19+
</buildCommand>
20+
</buildSpec>
21+
<natures>
22+
<nature>org.eclipse.cdt.core.cnature</nature>
23+
<nature>org.eclipse.cdt.core.ccnature</nature>
24+
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
25+
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
26+
</natures>
27+
</projectDescription>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
eclipse.preferences.version=1
2+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/CPATH/delimiter=;
3+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/CPATH/operation=remove
4+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/CPLUS_INCLUDE_PATH/delimiter=;
5+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/CPLUS_INCLUDE_PATH/operation=remove
6+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/C_INCLUDE_PATH/delimiter=;
7+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/C_INCLUDE_PATH/operation=remove
8+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/append=true
9+
environment/buildEnvironmentInclude/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/appendContributed=true
10+
environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/LIBRARY_PATH/delimiter=;
11+
environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/LIBRARY_PATH/operation=remove
12+
environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/append=true
13+
environment/buildEnvironmentLibrary/cdt.managedbuild.config.gnu.mingw.exe.debug.1246977621/appendContributed=true

src/StringClassCPP.cpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
//============================================================================
2+
// Name : StringClassCPP.cpp
3+
// Author :
4+
// Version :
5+
// Copyright : Your copyright notice
6+
// Description : Hello World in C++, Ansi-style
7+
//============================================================================
8+
9+
#include <iostream>
10+
using namespace std;
11+
12+
int main() {
13+
cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
14+
return 0;
15+
}

0 commit comments

Comments
 (0)