Orthodox C++
What is Orthodox C++?
Orthodox C++ (sometimes referred as C+) is minimal subset of C++ that improves C, but avoids all unnecessary things from so called Modern C++. It's exactly opposite of what Modern C++ suppose to be.
Orthodox C++ (sometimes referred as C+) is minimal subset of C++ that improves C, but avoids all unnecessary things from so called Modern C++. It's exactly opposite of what Modern C++ suppose to be.
sdfsfsdfsdfsdfdsf |
using UnityEngine; | |
using System.Collections; | |
public class Apple : Fruit | |
{ | |
public void Start() { | |
weight = 0.5f; | |
} | |
} |