Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Cave of Programming / John Purcell edited this pageOct 20, 2017 ·14 revisions

Welcome to the Cave of Programming Advanced C++ Video Course Wiki!

You can find all source code for this course here:here


If you want to buy or preview the video course, you can find ithere on Udemy.com

Orhere on CaveofProgramming.com


Thanks to Paul T. for adding CMake.

I've tweaked Paul's CMake files a bit to output the binaries in a bin subdirectory of the projects.

You can use CMake to generate projects for various operating systems and compilers. The source code you see here contains CMake-generated Eclipse 4.7 projects.

They were generated by using the following command after cd-ing into each project subdirectory, assuming you've installed CMake:

cmake -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_ECLIPSE_VERSION=4.7 .

For Eclipse, you can import generated projects by using the File menu, Import, "Existing Projects into Workspace".

If you like using the command line, you can simply typemakein the project folder to build the project.

If you're not using Eclipse or you're using a different version of Eclipse and you want to import the projects, please check appropriate documentation for CMake, for example:this


[8]ページ先頭

©2009-2025 Movatter.jp