Skip to content

Commit c234602

Browse files
author
Carlos Leonard
committed
update
1 parent ab736e6 commit c234602

18 files changed

+506
-13
lines changed

Debug/Fun Practice.log

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
Build started 9/13/2016 4:41:53 PM.
1+
Build started 9/20/2016 5:50:52 PM.
22
1>Project "C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Fun Practice\Fun Practice.vcxproj" on node 2 (Build target(s)).
33
1>ClCompile:
4-
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _LIB /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt code40.cpp
5-
code40.cpp
6-
1>c:\users\gutty333\documents\visual studio 2013\projects\fun practice\fun practice\code40.cpp(18): warning C4018: '<' : signed/unsigned mismatch
4+
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _LIB /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt code47.cpp
5+
code47.cpp
6+
1>c:\users\gutty333\documents\visual studio 2013\projects\fun practice\fun practice\code47.cpp(19): warning C4018: '<' : signed/unsigned mismatch
7+
1>c:\users\gutty333\documents\visual studio 2013\projects\fun practice\fun practice\code47.cpp(30): warning C4018: '<' : signed/unsigned mismatch
8+
1>c:\users\gutty333\documents\visual studio 2013\projects\fun practice\fun practice\code47.cpp(46): warning C4018: '>' : signed/unsigned mismatch
9+
1>c:\users\gutty333\documents\visual studio 2013\projects\fun practice\fun practice\code47.cpp(51): warning C4018: '<' : signed/unsigned mismatch
10+
1>c:\users\gutty333\documents\visual studio 2013\projects\fun practice\fun practice\code47.cpp(67): warning C4018: '<' : signed/unsigned mismatch
11+
1>c:\users\gutty333\documents\visual studio 2013\projects\fun practice\fun practice\code47.cpp(76): warning C4018: '<' : signed/unsigned mismatch
712
Link:
8-
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.lib" /MACHINE:X86 Debug\code40.obj
13+
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.lib" /MACHINE:X86 Debug\code47.obj
914
Fun Practice.vcxproj -> C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.exe
1015
1>Done Building Project "C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Fun Practice\Fun Practice.vcxproj" (Build target(s)).
1116

1217
Build succeeded.
1318

14-
Time Elapsed 00:00:00.92
19+
Time Elapsed 00:00:00.89
86.6 KB
Binary file not shown.
6.33 KB
Binary file not shown.
5.52 KB
Binary file not shown.
1.42 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Debug/vc120.idb

40 KB
Binary file not shown.

Fun Practice.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ProjectConfiguration>
1212
</ItemGroup>
1313
<ItemGroup>
14-
<ClCompile Include="code37.cpp" />
14+
<ClCompile Include="code47.cpp" />
1515
</ItemGroup>
1616
<PropertyGroup Label="Globals">
1717
<ProjectGuid>{48DF0788-2D72-474C-9946-5512D2A5D092}</ProjectGuid>

Fun Practice.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</Filter>
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ClCompile Include="code37.cpp">
18+
<ClCompile Include="code47.cpp">
1919
<Filter>Source Files</Filter>
2020
</ClCompile>
2121
</ItemGroup>

0 commit comments

Comments
 (0)