User profile: kbw

User info
User name:kbw
History
Joined:
Number of posts:4350
Latest posts:

Clarify passing ptrs to ptrs vs pass by ptrs
I think your confusion goes back to your linked list example, where you needed to maintain the value...

understanding recursion
[quote]Isn't arr[0] always element 2[/quote]No. For the first call, arr is { 2, 4, 6 }, so arr[0] i...

g++ include path
[quote]This works well, as long as the header files within the include folder don't use other header...

How to use MS Command Prompt to run source code created on notepad.
Let us know how you get on.

'func': function call missing argument list; use '&func' to create a pointer to member
[code]recognize_thread()[/code] should be static. You really should post the message from the compi...

User: kbw
Public profile
Send private message