User profile: Smac89

User info
User name:Smac89
Name:N_Mint
Location:/bin/bash
History
Joined:
Number of posts:506
Latest posts:

Binary Representation of a Number
Was as confused as you were also, so I went ahead and printed the values of x and the value of the &...

Difference between char r[] = "red"; and char *q = "Quit";
[quote]#>in r[] = "red", r is a pointer pointing to a memory space containing string "red"[/quote] Y...

Difference between char r[] = "red"; and char *q = "Quit";
the bracket can either contain a value corresponding to the number of elements contained the in the ...

Where is it going wrong: Next Permutation Logical Error
Please format your code better, i.e. matching brackets should line up with each other. Here is a pe...

Close to breakthough
I believe it has something to do with the fact that you had declared a template for a Bubblesort fun...