User profile: goldenchicken

User info
User name:goldenchicken
Name:Michiel Vande Ginste
History
Joined:
Number of posts:160
Latest posts:

Need Help with division Issue
You divide 2 integers by each other, which will result in an integer. See this article for more info...

help on a function to compute quantiles
You wrote: [code] double out = 0[b].[/b];[/code] Remove the . or make it 0.0 and your code should co...

Float Point
First of al, use code tags when posting code. This makes your code easier to read. Let's go over y...

If statements that check for ALL values???
[code] int num; int x; float sq; int main() { cin >> num; for (x=num; x>=1; x--) { sq = sqrt(x); b...

Creating header file "string" and all its functions
How does it break? Does the program crash or does it not produce the output you expected?