User profile: Sternenfisch

User info
User name:Sternenfisch
Name:Robert Boettcher
Location:Male', Maldives
Website:http://www.sternenfisch.net63.net
Bio:Studied Diploma in Software Engineering in Male', finishing the Edexcel Syllabus.

Love low-level programming, binary, assembly and hardware-specific addresses in coding.
Statistical data
Birthdate:Sep 11, 1987
Gender:Male
Occupation:Other
Skills:C
C++
History
Joined:
Number of posts:13
Latest posts:

Migrating CPP Code from Visual Studio 2008 to g++ compiler
5. Airprogram.CPP [code]// Robert Boettcher // // // Prog 1: Airline Program // Description: This...

Migrating CPP Code from Visual Studio 2008 to g++ compiler
4. Node.CPP [code]// FILE: node1.cxx // IMPLEMENTS: The functions of the node class and the // link...

Migrating CPP Code from Visual Studio 2008 to g++ compiler
3. List.CPP [code]// Robert Boettcher // 01/01/2013 // Implemention file for list class // Header ...

Migrating CPP Code from Visual Studio 2008 to g++ compiler
2. Node.h [code]// FILE: node1.h // PROVIDES: A class for a node in a linked list, and list manipul...

Migrating CPP Code from Visual Studio 2008 to g++ compiler
1. List.h [code]// FILE: node1.h // PROVIDES: A class for a node in a linked list, and list manipu...