User profile: arrias

User info
User name:arrias
History
Joined:
Number of posts:8
Latest posts:

0x61cf3000.
On line 132 you're not checking to see if [i]x[/i] is greater then the bounds of your [i]month [/i]a...

Solovay - Strassen primality test
Hey, You could try seeding rand(). Also, [code]if (x = 0 || pow(a,(n-1)/2) != (x % n))[/co...

how to use external library?
To set the search paths navigate to Tools->Options->Projects and Solutions->VC++ Directories. Und...

how to use external library?
Hey atja, What compiler are you using? Generally, to use an external library you would have to...

Visual C++ "Hello World" problem
Hey Duckwit Can you post the errors you're getting? That code should work fine, which leads me...