Search:

Type: Posts; User: xizor

Search: Search took 0.00 seconds.

  1. Replies
    19
    Views
    3,670

    I've done games and programs with a Settings...

    I've done games and programs with a Settings class with all necessary static variables for global use. But I have a question for you all, should I make an Settings object global, or is it better to...
  2. Replies
    3
    Views
    1,892

    Re: Inherited constructors with parameters

  3. Thread: Which is good?

    by xizor
    Replies
    16
    Views
    2,128

    If you want to do a CGI-program, all you need is...

    If you want to do a CGI-program, all you need is a language that can handle standard I/O, for example C/C++.

    It's not always the best choice because php and perl can handle text strings much...
  4. Replies
    6
    Views
    1,009

    Re: My new programm......having problems.

    If you make a comparison (choice == Menu) you have to have declared both variables before. In your program you declared choice when typing it in, but you never declared what Menu is.
    I added const...
  5. Replies
    6
    Views
    1,081

    Re: What is the problem?

    Yup, you just forgot the '=' sign :-)
  6. Thread: Algorithm Help

    by xizor
    Replies
    9
    Views
    1,311

    Yup, you're right. Except that I don't run an...

    Yup, you're right. Except that I don't run an evil mafia empire :D
  7. Thread: Algorithm Help

    by xizor
    Replies
    9
    Views
    1,311

    Now I'm starting to remember something from my...

    Now I'm starting to remember something from my computer science course...

    Division is not very easy to make quick, there are several algorithms used (look for "division algorithm" on google).
    ...
  8. Thread: Algorithm Help

    by xizor
    Replies
    9
    Views
    1,311

    I looked around a little bit and found that most...

    I looked around a little bit and found that most bignum libraries are using a multiplication algorithm called Karatsuba Multiplication.

    I found the theory behind on
    MathWorld.

    An...
  9. Replies
    8
    Views
    1,287

    I'm not completely sure, but there could be a...

    I'm not completely sure, but there could be a slight difference in the different versions of IE6. Try downloading the newest service pack, it might work.

    The rounded corner thing is fairly new,...
  10. Replies
    1
    Views
    1,239

    oops... If wrong button :rolleyes:

    oops...
    If wrong button :rolleyes:
  11. Replies
    1
    Views
    1,239

    Try upgrading IE6

    I'm not completely sure, but there could be a slight difference in the different versions of IE6. Try downloading the newest service pack, it might work.

    The rounded corner thing is fairly new,...
  12. Thread: Visa

    by xizor
    Replies
    8
    Views
    2,461

    I guess that you (as US citizen) don't need a...

    I guess that you (as US citizen) don't need a visa to go to any EU- country, at least not if you're planning to stay less than three months. But if you want to stay longer you need to apply for one.
Results 1 to 12 of 12