- Notifications
You must be signed in to change notification settings - Fork0
MckennaCisler/java-to-cpp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This tutorial contains three main parts:
- An extensive document on the similarities and differences between the two languages,intended to be worked through in the process of learning C++. It is for the mostpart intended to present all the information needed to be a intermediate C++programmer, but outside sources and further research are likely required in areasconfusing to the reader if they expect to have a complete understanding ofthe material.(It also includes information on setting up C++ on your computer)This document is included in four forms
A public Google Dochere
A text file in this directory named "Java to C++ Information.txt"
A .docx file in this directory named "Java to C++ Information.docx"
A .pdf file in this directory named "Java to C++ Information.pdf"
A checkers game, originally implemented in Java, that has been ported over to C++.This is intended to show how a large project is made in C++ and to demonstratethe similarities and differences outlined in 1). Some of the decisions madein the porting could be made differently, but by the authors calculations theywere the best decisions for the given program.
A video documenting how to compile and run both versions of the checkers gamedescribed above (in Java and C++), called Compiling and Running the Checkers Programs.mp4
Have fun learning C++, and I hope this information is helpful!
Mckenna Cisler
AP Computer Science
St. Johnsbury Academy
5.30.2016
About
A (old) set of documentation describing similiarities between Java and C++, as well as a sample checkers project implemented in both languages. Final project for AP CS.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.