User: ghostk91

  • Public profile

User profile: ghostk91

User info
User name:ghostk91
History
Joined:
Number of posts:20
Latest posts:

Using C++ to transpose a song to a different key?
I want to make a program that takes a music file (mp3 or similar format) as input and transposes it ...

Reference to a constant pointer?
Suppose you have the following declarations: int x = 5; int *const ptr2 = &x; const int*& p_ref2 = p...

C++ Error: SDL_JoyStick has not been declared
I am using SDL 2 and I am trying to write a void function that accepts an argument of SDL_Joystick. ...

Not declared in this scope?
After declaring an int variable pVelY in a class defintion, I have attempted to implement it in a so...

"Error: base does not name a type"
Ok, I get what is meant by putting the pointer initialization in the constructor. However, what is i...

This user does not accept Private Messages