Skip to content

n-ovesen/pathCalc

Repository files navigation

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
 */

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages