User: MienTommy

  • Public profile

User profile: MienTommy

User info
User name:MienTommy
History
Joined:
Number of posts:16
Latest posts:

How does this work?
Structure [code]struct free_throws { std::string name; int made; int attempts; float percent; ...

Recursive Functions
Hi guys. I'm having a hard time trying to understand Recursive Functions. [code]void printnum ( int...

Function Pointers on "C++ Primer Plus" Confusing Me
Okay, well what would my compiler see that as, not in terms of sight, but logic, if I were to write ...

Function Pointers on "C++ Primer Plus" Confusing Me
What I meant was, I was just wondering(from my previous post) in the terms of "valid" that if I shou...

Function Pointers on "C++ Primer Plus" Confusing Me
Okay so I made a function: [code]const int * add(int a, int b) { int * ptr = new int (a + b); ret...

This user does not accept Private Messages