Skip to content

Commit da30a75

Browse files
committed
compilation
1 parent 4099176 commit da30a75

26 files changed

+109159
-16
lines changed

Youtube/.vs/Youtube/v14/.suo

2.5 KB
Binary file not shown.

Youtube/Debug/Math.i

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#line 1 "d:\\c++ files\\youtube\\math.cpp"
2+
3+
4+
int Math(int a, int b)
5+
{
6+
int ans = a * b;
7+
return ans;
8+
9+
}

Youtube/Debug/Math.obj

3.26 KB
Binary file not shown.

Youtube/Debug/Youtube.Build.CppClean.log

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
d:\c++ files\youtube\debug\vc140.pdb
22
d:\c++ files\youtube\debug\vc140.idb
3-
d:\c++ files\youtube\debug\func_test.obj
4-
d:\c++ files\youtube\debug\func_with_para.obj
5-
d:\c++ files\youtube\debug\func_with_multiple_paras.obj
6-
d:\c++ files\youtube\debug\this_demo.obj
73
d:\c++ files\youtube\debug\hello.obj
84
d:\c++ files\youtube\debug\printsh.obj
5+
d:\c++ files\youtube\debug\hello.i
6+
d:\c++ files\youtube\debug\math.i
7+
d:\c++ files\youtube\debug\printsh.i
98
d:\c++ files\youtube\debug\youtube.ilk
109
d:\c++ files\youtube\debug\youtube.exe
1110
d:\c++ files\youtube\debug\youtube.pdb

Youtube/Debug/Youtube.exe

-44.5 KB
Binary file not shown.

Youtube/Debug/Youtube.ilk

-334 KB
Binary file not shown.

Youtube/Debug/Youtube.log

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
Build started 2018/11/25 21:01:45.
2-
1>Project "D:\c++ files\Youtube\Youtube.vcxproj" on node 2 (Build target(s)).
1+
Build started 2018/11/25 21:36:28.
2+
1>Project "D:\c++ files\Youtube\Youtube.vcxproj" on node 2 (ClCompile target(s)).
33
1>ClCompile:
4-
E:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D _MBCS /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc140.pdb" /Gd /TP /analyze- /errorReport:prompt hello.cpp printsh.cpp
5-
printsh.cpp
6-
hello.cpp
7-
Generating Code...
8-
Link:
9-
E:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"D:\c++ files\Youtube\Debug\Youtube.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:"D:\c++ files\Youtube\Debug\Youtube.pdb" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\c++ files\Youtube\Debug\Youtube.lib" /MACHINE:X86 Debug\hello.obj
10-
Debug\printsh.obj
11-
Youtube.vcxproj -> D:\c++ files\Youtube\Debug\Youtube.exe
12-
1>Done Building Project "D:\c++ files\Youtube\Youtube.vcxproj" (Build target(s)).
4+
E:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D _MBCS /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc140.pdb" /Gd /TP /analyze- /errorReport:prompt Math.cpp
5+
Skipping... (no relevant changes detected)
6+
Math.cpp
7+
1>Done Building Project "D:\c++ files\Youtube\Youtube.vcxproj" (ClCompile target(s)).
138

149
Build succeeded.
1510

16-
Time Elapsed 00:00:01.51
11+
Time Elapsed 00:00:00.25

Youtube/Debug/Youtube.pdb

-724 KB
Binary file not shown.
482 Bytes
Binary file not shown.
-14.4 KB
Binary file not shown.
674 Bytes
Binary file not shown.
-1.06 KB
Binary file not shown.
-3.11 KB
Binary file not shown.
-396 Bytes
Binary file not shown.

Youtube/Debug/Youtube.tlog/unsuccessfulbuild

Whitespace-only changes.

0 commit comments

Comments
 (0)