Search:

Type: Posts; User: fuzzypig

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,182

    HUGE custom data type

    Is it possible to define a custom data type? Say, one that holds approximately... 10 million digits?!!

    Just curious. Is this possible? Otherwise, how can I work with insanely huge integers?
  2. Replies
    12
    Views
    2,246

    I tried to follow that, but it's still not...

    I tried to follow that, but it's still not working.

    New code:

    int main(void)
    {
    unsigned long startingNumber; // THE Number. Is it prime?
    unsigned long testNumber;
    unsigned long answer;
  3. Replies
    12
    Views
    2,246

    Well thanks, that helps SO much. What mistakes...

    Well thanks, that helps SO much.
    What mistakes did I make?
    (other than forgetting to convert startingNumber with atoi)
  4. Replies
    12
    Views
    2,246

    Prime Checking Algorithm

    I'm still new to C. I wrote some code, but I'm sure I did something wrong because it's not giving the correct output.

    (compiling and running on linux)


    void main()
    {
    unsigned long...
  5. Replies
    8
    Views
    2,307

    No, no header file needs to be installed. You...

    No, no header file needs to be installed.

    You can't insert any module into any kernel. Make sure that the module you are trying to insert was compiled for YOUR kernel version. Otherwise, it will...
  6. Replies
    4
    Views
    2,868

    The easiest way to use your wireless card on...

    The easiest way to use your wireless card on OpenSUSE, (assuming that you're using the KDE desktop environment), would be to install knetworkmanager. Knetworkmanager does almost everything for you,...
Results 1 to 6 of 6