User profile: InstantDeath

User info
User name:InstantDeath
Name:Jason
Location:At my computer
Bio:Male, 26

Gamer, programmer, Manga, Anime addict.

I'd like to open my own gaming studio one day.
History
Joined:
Number of posts:5
Latest posts:

A question about pointers
I'm working on a C++ program for school that deals with classes and pointers. Could someone tell me ...

Overloading Stream extraction operator
Hi, I wrote a class that can display fractions ex. 1/4 and I cannot figure out how to get >> to proc...

Syntax Error: Friending a class
My compiler keeps stating that I have a syntax error when I try to friend ostream. "syntax error: mi...

Order of operations/precedence
Are you saying its not valid? because its valid.

Order of operations/precedence
could someone explain to me why the answer would be 3? [code] int a = 5; a -= a-- - --a; ...