Skip to content

Commit f9f5166

Browse files
committed
update
1 parent c234602 commit f9f5166

27 files changed

+128
-77
lines changed

.vs/Fun Practice/v14/.suo

27.5 KB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
c:\users\carlo\documents\github\fun-practice\debug\vc140.pdb
2+
c:\users\carlo\documents\github\fun-practice\debug\vc140.idb
3+
c:\users\carlo\documents\github\fun-practice\debug\code47.obj
4+
c:\users\carlo\documents\github\fun-practice\debug\code48.obj
5+
c:\users\carlo\documents\github\fun-practice\debug\fun practice.ilk
6+
c:\users\carlo\documents\github\fun-practice\debug\fun practice.exe
7+
c:\users\carlo\documents\github\fun-practice\debug\fun practice.pdb
8+
c:\users\carlo\documents\github\fun-practice\debug\vc120.idb
9+
c:\users\carlo\documents\github\fun-practice\debug\fun practice.tlog\cl.command.1.tlog
10+
c:\users\carlo\documents\github\fun-practice\debug\fun practice.tlog\cl.read.1.tlog
11+
c:\users\carlo\documents\github\fun-practice\debug\fun practice.tlog\cl.write.1.tlog
12+
c:\users\carlo\documents\github\fun-practice\debug\fun practice.tlog\link.command.1.tlog
13+
c:\users\carlo\documents\github\fun-practice\debug\fun practice.tlog\link.read.1.tlog
14+
c:\users\carlo\documents\github\fun-practice\debug\fun practice.tlog\link.write.1.tlog

Debug/Fun Practice.exe

1.5 KB
Binary file not shown.

Debug/Fun Practice.ilk

467 KB
Binary file not shown.

Debug/Fun Practice.log

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
Build started 9/20/2016 5:50:52 PM.
2-
1>Project "C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Fun Practice\Fun Practice.vcxproj" on node 2 (Build target(s)).
3-
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 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
12-
Link:
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
14-
Fun Practice.vcxproj -> C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Debug\Fun Practice.exe
15-
1>Done Building Project "C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\Fun Practice\Fun Practice.vcxproj" (Build target(s)).
16-
17-
Build succeeded.
18-
19-
Time Elapsed 00:00:00.89
1+
 code49.cpp
2+
c:\users\carlo\documents\github\fun-practice\code49.cpp(12): warning C4018: '<': signed/unsigned mismatch
3+
Fun Practice.vcxproj -> C:\Users\carlo\Documents\GitHub\Fun-Practice\Debug\Fun Practice.exe

Debug/Fun Practice.pdb

1.09 MB
Binary file not shown.
-80.4 KB
Binary file not shown.
-6.44 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#TargetFrameworkVersion=v4.0:PlatformToolSet=v120:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit
2-
Debug|Win32|C:\Users\gutty333\Documents\Visual Studio 2013\Projects\Fun Practice\|
1+
#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=8.1
2+
Debug|Win32|C:\Users\carlo\Documents\GitHub\Fun-Practice\|
-5.76 KB
Binary file not shown.

0 commit comments

Comments
 (0)