Career Cup 150 (version 4.0) C++ Solution (Git Repositories)

来源:互联网 发布:cnc编程视频 编辑:程序博客网 时间:2024/05/29 02:22

CareerCup 150 :欢迎一起解题练习,在github上建了Repositories,有兴趣就来fork吧: 

https://github.com/mitkook/Career-Cup-CPP-Solutions.git


This project try to implement career cup 150 (ver. 4.0) exercises using C++. However, it would not cover Chapter 6 & 7.It will provides several well-known algorithms and data structures implementations.IDE: Eclipse Linux Compiler: Linux GCC , GNU's g++Windows Compiler: MinGW GCC, CDT Internal BuilderNOTE: Please configure your compiler and "gcc include" path before compiling this project.1. right-click your project name2. select 'Properties' (normally is last one)3. C/C++ Build -> Tool Chain Editor :    Current toolchain: (select your own compiler)   Current builder: GNU Make Builder4. Make sure your gcc library path is correct:   C/C++ General -> Paths and Symbols -> GNU C++ (e.g., ..\MinGW\lib\gcc\mingw32\4.6.2\include\c++)5. Done.

原创粉丝点击