Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 948 Bytes

File metadata and controls

44 lines (30 loc) · 948 Bytes

PathCalc

AUTHOR: Nikolai Andre Ek Ovesen
EMAIL: nikolai.ovesen@gmail.com
GIT: https://github.com/n-ovesen/
Web: http://nikolaiovesen.com

Summary

Some project I have going on for shits and giggles, at some stage it will be able to calculate the shortest/best path between waypoints, god knows what algorithm I’ll use.

Getting Started

Seriously, there is nothing to start yet…..

Software

If you for some reason want to, compile and run, needs to use the upcomming standard g++0x or gnu++0x

Commenting Guidelines

File comment template:

/*
 *	FILE:	foo.bar
 *	General description..............
 *
 *	AUTHOR:	Nikolai Andre Ek Ovesen
 *	EMAIL:	nikolai.ovesen@gmail.com
 *	GIT:	https://github.com/n-ovesen/
 *	Web:	http://nikolaiovesen.com
 */

Function comment template:

/*
 *	foo() more speciffic description
 */	

Function prototype comment template:

/*
 *	Brief description of functionality
 */