How does this work?Structure [code]struct free_throws { std::string name; int made; int attempts; float percent; ...
Recursive FunctionsHi guys. I'm having a hard time trying to understand Recursive Functions. [code]void printnum ( int...
Function Pointers on "C++ Primer Plus" Confusing MeOkay, 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 MeWhat 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 MeOkay 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