Search:

Type: Posts; User: InvariantLoop

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,096

    Alldone() is called, you just have to enter a...

    Alldone() is called, you just have to enter a number or a letter.


    your main() function should "return 0" or you will get warning.

    you will get the same result if you make your function return...
  2. Replies
    2
    Views
    1,299

    Read this on how to setup OpenGL...

    Read this on how to setup OpenGL http://www.css.tayloru.edu/~btoll/resources/graphics/opengl/xp/visualc.html
  3. Replies
    3
    Views
    2,032

    Yeah, i know this board has a few contests, but...

    Yeah, i know this board has a few contests, but thats it. they are either few and only take place 1s every 3 months or they are too advance for the average user on this site.

    I look on that first...
  4. Replies
    3
    Views
    2,032

    sites that do c++ contests?

    Hey anyone know any sites that have programming contests in c++? from beginner to advance, it doesnt really matter. im just looking to find something to do and get some experiences and a better...
  5. yes thats what it means. i run your prog on my...

    yes thats what it means. i run your prog on my machine and this is what it comes up with.
  6. redefintions of i and undeclared variables, sort...

    redefintions of i and undeclared variables, sort those errors out.
  7. Replies
    1
    Views
    1,519

    Read this...

    Read this http://www.css.tayloru.edu/~btoll/resources/graphics/opengl/xp/visualc.html
  8. i understand what you mean.

    i understand what you mean.
  9. it doesnt crash, ive already tested it, i get 0...

    it doesnt crash, ive already tested it, i get 0 errors, 0 warnings.
  10. in not very familiar with lists or vectors yet so...

    in not very familiar with lists or vectors yet so thats why. I search for Binary search and it looks promising, as it is better than brute force, but now i gotta figure out how it works and not just...
  11. Arrays, how to find if some number is the element of an array.

    Well im trying to figure out arrays and such and working on a program to find if a number inputed by the user belongs to a particular array. this is what i have so far and im kinda stuck as i got no...
  12. Replies
    7
    Views
    1,033

    Every assignment is different, you should start...

    Every assignment is different, you should start each assignment with what you know or what is easy to do. For example if an assignment ask you to create a function, then you need to understand what a...
  13. Replies
    46
    Views
    10,280

    I watched this video for a second time and i was...

    I watched this video for a second time and i was thinking, if you are able to download other players civilizations and all that stuff will be saved on your HD. Well i wonder how many players...
  14. Replies
    6
    Views
    1,215

    why dont you create a locate function?

    why dont you create a locate function?
  15. Replies
    10
    Views
    1,535

    functions are easy to understand if you...

    functions are easy to understand if you understand what a parameter is.
  16. Replies
    11
    Views
    4,185

    so that means that 0 is considered an even number?

    so that means that 0 is considered an even number?
  17. Replies
    11
    Views
    4,185

    what does this mean, bitwise operator

    im kinda confused on what exactly this means/does.

    if (n & 1)
    //action
    n is a parameter to a recursive function and the function works, but what does the & (bitwise operator) does. From what i...
  18. thanks for the help man

    thanks for the help man
  19. need a crash course on union-find data structure

    as the title suggest, im looking for any link/example tutorials on how to implement union-find data structure. im not exactly very familiar with link lists either but in order to do a union-find i...
  20. Replies
    13
    Views
    5,582

    i told you that the site you posted already...

    i told you that the site you posted already explains how sudoku is solved, im guessing you didnt look at it. read this

    http://www.sudoku.com/howtosolve.htm

    and you will understand that there...
  21. Replies
    13
    Views
    5,582

    so is your program solving the puzzle by...

    so is your program solving the puzzle by guessing? if this is the case, then you will never be able to solve the puzzle and it will take a lot of time to solve it by just pure chance. The site that...
  22. Replies
    9
    Views
    1,286

    you know i donwloaded and registered VC++ 2005...

    you know i donwloaded and registered VC++ 2005 and its totally different from MSV C++ 6

    where is the execute button? plus, when i compile i get no errors but when i build i get an error saying ...
  23. Replies
    46
    Views
    10,280

    Spore the game.

    has anyone seen this video? take a look its really awsome.

    http://video.google.com/videoplay?docid=8372603330420559198&q=spore
  24. Replies
    9
    Views
    1,445

    yeah thats what i thought

    yeah thats what i thought
  25. Replies
    9
    Views
    1,445

    thats basically doing the same calculations tho,...

    thats basically doing the same calculations tho, i mean you are still subtracting to find out how many times you have to adjust.

    i was thinking a way along the lines of not using the subtraction.
Results 1 to 25 of 499
Page 1 of 20 1 2 3 4