Search:

Type: Posts; User: Feite

Search: Search took 0.01 seconds.

  1. Thread: Sudoku program

    by Feite
    Replies
    4
    Views
    1,909

    Thanks! I understand what i was doing wrong. Next...

    Thanks! I understand what i was doing wrong. Next problem: making a puzzle out of it ;). But I try to solve that myself.
  2. Thread: Sudoku program

    by Feite
    Replies
    4
    Views
    1,909

    Sudoku program

    I'm trying to make a program that makes sudoku fields. If you don't know what that is, i'll explain. This is the first version, and it only checks if the number is possible for the rows or the...
  3. Thread: Learning OpenGL

    by Feite
    Replies
    4
    Views
    2,575

    Thanks for the reply. I looked first at nehe, but...

    Thanks for the reply. I looked first at nehe, but like you've said I thought that there must be a simpler way to set up a window.
  4. Thread: Learning OpenGL

    by Feite
    Replies
    4
    Views
    2,575

    Learning OpenGL

    I want to learn OpenGL from a book. I don't know anything about OpenGL, but i think i know C++ OK (i've gone through The C++ Programming Language). Do you think The OpenGL Programming Guide (The...
  5. Replies
    7
    Views
    2,218

    Why should you make a special string named...

    Why should you make a special string named FileName? Just giving FindStudent works great.
  6. Replies
    19
    Views
    2,889

    Sorry that i didn't reply for a while, cause i'm...

    Sorry that i didn't reply for a while, cause i'm in Namibia right now (i live in holland), it's the first internet cafe in a week. I love 28k internet speed :D . I use VC++, so i think i'll use the...
  7. Replies
    7
    Views
    19,076

    Ah i'm sorry.. My solution would be: seconds -...

    Ah i'm sorry.. My solution would be:
    seconds - number of seconds in a year
    till seconds is negative, then add the number of seconds in a year again.
    Do the same for months weeks days hours and...
  8. Replies
    7
    Views
    19,076

    1. Minutes: printf seconds divided by 60 2....

    1. Minutes: printf seconds divided by 60
    2. Hours: printf minutes divided by 60
    3. Days: printf hours divided by 24
    4. Weeks: printf days divided by 7
    5. Months: printf weeks divided by 30/31
    6....
  9. Replies
    19
    Views
    2,889

    Thanx for the awnsers, but i've downloaded the...

    Thanx for the awnsers, but i've downloaded the gmp software, and i don't understand how to use it. Could you maybe give a short explanation?

    Quzah: I use classes and other C++ specific things in...
  10. Replies
    19
    Views
    2,889

    How to get past the limit of an int?

    Can you make an int greater than 2 ^ 31 - 1 (2,147,483,647)? Or is there a class you can use for that purpose? I can't use a double or a float.
Results 1 to 10 of 10