Skip to content

Commit 4d34659

Browse files
author
Carlos Leonard
committed
update
1 parent 082f3e6 commit 4d34659

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

Fun Practice.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<Platform>Win32</Platform>
1111
</ProjectConfiguration>
1212
</ItemGroup>
13+
<ItemGroup>
14+
<ClCompile Include="code1.cpp" />
15+
</ItemGroup>
1316
<PropertyGroup Label="Globals">
1417
<ProjectGuid>{48DF0788-2D72-474C-9946-5512D2A5D092}</ProjectGuid>
1518
<Keyword>Win32Proj</Keyword>

Fun Practice.vcxproj.filters

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@
1414
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
1515
</Filter>
1616
</ItemGroup>
17+
<ItemGroup>
18+
<ClCompile Include="code1.cpp">
19+
<Filter>Source Files</Filter>
20+
</ClCompile>
21+
</ItemGroup>
1722
</Project>

code1.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// Have the function FirstReverse(str) take the str parameter being passed and return the string in reversed order.
2+
// Checking again
3+
// Work now
24

35
#include <iostream>
46
#include <string>

0 commit comments

Comments
 (0)