File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments