User profile: Armendhammer

User info
User name:Armendhammer
Old user name:Vodkacannon
Bio:Basic knowledge of Java, JavaScript, and C++.
Statistical data
Gender:Male
Occupation:Student
Skills:C++
Java
Javascript
History
Joined:
Number of posts:11
Latest posts:

I'd like a critique of my mathematical vector struct
@ne555, this code is not in a header. @dhayden, dot and *(vec3d, vec3d) do not do the same thing, o...

I'd like a critique of my mathematical vector struct
I wrote a struct with operator overloading as practice, I want to know what I've done wrong and how...

Positive Decimal to Binary
At lines 22 & 23 there is a problem. You are not writing "binary(number)" to the cout stream. Poss...

double a number
I'm not sure if thats what you wanted. Your question wasnt that good.

double a number
#include <iostream> int main(){ using namespace std; double user_input; cout << "Enter a number to d...