Search:

Type: Posts; User: Tynnhammar

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    3,665

    The result is that nothing happens to the list.

    The result is that nothing happens to the list.
  2. Replies
    12
    Views
    3,665

    void CContainer::Sort() { // Sorts all the...

    void CContainer::Sort()
    {
    // Sorts all the items by title name within the vector, with the help of the bubblesort algorithm

    for(iter = Container.begin(); iter < Container.end(); ++iter)
    {...
  3. Replies
    12
    Views
    3,665

    I see, but it doesn't seem to sort at all :/

    I see, but it doesn't seem to sort at all :/
  4. Replies
    12
    Views
    3,665

    Thanks, PJYelton, that -> mistake was a silly one...

    Thanks, PJYelton, that -> mistake was a silly one :P, however I don't understand what you mean by that iter2 should start on 1? :confused:
  5. Replies
    12
    Views
    3,665

    I know their is a sort algorithm, but I'd like to...

    I know their is a sort algorithm, but I'd like to implement one of my own, mostly for learning purposes.
  6. Replies
    12
    Views
    3,665

    Vector sorting, Bubble-Sort problems

    Hi guys, I'm trying to learn more about the power of using vectors as containers, however I've run into some problems when trying to create a bubble sort algorithm.

    I think I'm on the right track,...
  7. Thread: Template

    by Tynnhammar
    Replies
    13
    Views
    1,294

    Umm.. Slightly offTopic, but aren't you suppose...

    Umm.. Slightly offTopic, but aren't you suppose to use typename instead of class?
  8. Replies
    6
    Views
    1,591

    Look up FMOD?

    Look up FMOD?
  9. Replies
    11
    Views
    8,957

    Don't take that so hard! I think it's awesome...

    Don't take that so hard! I think it's awesome what you did, I've never done anything cool with Opengl :).
  10. Replies
    4
    Views
    2,071

    Well, it was just an example, but I think I had...

    Well, it was just an example, but I think I had my question answered anyway, thanks! :)
  11. Replies
    4
    Views
    2,071

    Thanks alot! Very interesting and long post...

    Thanks alot! Very interesting and long post indeed!

    However, I was thinking more like if I was doing right when my programs goes about like this:


    int main()
    {
    intro();
    ...
  12. Replies
    4
    Views
    2,071

    How to think, when you program?

    Greetings!

    I have done some basic PHP and C++ programming, like a guestbook and a small text adventure.

    However, I felt when I did the text adventure that I programmed wrong and old. The...
  13. Replies
    0
    Views
    2,091

    Blackbox problem

    Hello!

    Yesterday I downloaded and installed Blackbox, and everything works smooth except that everything isn't transformed.

    Take a look at this picture:
    ...
  14. Replies
    14
    Views
    1,886

    It's not against any rules that you can't play at...

    It's not against any rules that you can't play at schooltime so stop drabbling about that, because you don't anything about my schools rules. But I can see your point , so :).

    Thanks for the...
  15. Replies
    14
    Views
    1,886

    Yes, thanks for some nice replys, and before you...

    Yes, thanks for some nice replys, and before you start whine about the computers is the schools and etc, it's my very own laptop.

    I think I'll look further into this tunneling thing :).

    Oh and...
  16. Replies
    14
    Views
    1,886

    Game problems!

    I have a problem, at my school during some hours they are closing all ports except 80 and some more. And this makes when we have free time etc I can't play my dear game World Of Warcraft.

    So my...
  17. Replies
    5
    Views
    3,180

    How to create Screensavers?

    Well how do you do your own screensavers, without using some awful software that you just load images into. I have a couple of exe's I want create screensavers from.

    Is this possible? If so, how?
  18. Replies
    20
    Views
    5,308

    Well when I was like 14 I was dumb as...

    Well when I was like 14 I was dumb as *something*, because I really tried learn something and didn't go especially well. Now however I'm learning at the speed of a lightning! (Almost.)

    By the way,...
  19. Replies
    9
    Views
    3,229

    I had the ability to see it, but I had to sleep...

    I had the ability to see it, but I had to sleep :(.
  20. Replies
    4
    Views
    3,046

    #pragma comment (lib, "filename.lib") :)...

    #pragma comment (lib, "filename.lib")

    :) That's how I do it!
  21. Replies
    9
    Views
    4,809

    I'll suggest that you firstly learn C++, because...

    I'll suggest that you firstly learn C++, because there is so much too it I don't think a double course would be enough.

    2D programming eh? I heard a lot about Allegro, you better check that out...
  22. Thread: 3d game

    by Tynnhammar
    Replies
    10
    Views
    1,461

    Vicious: Right on the spot! When I first looked...

    Vicious: Right on the spot! When I first looked at the OpenGL tutorials on Nehe I was like, Holy *badword*! 400 lines of code! I mean the biggest program I ever made has been like 200 lines max :P.
  23. Replies
    8
    Views
    1,167

    Thank you all for being so helpful :).

    Thank you all for being so helpful :).
  24. Replies
    23
    Views
    2,104

    And do not forget that we have more section than...

    And do not forget that we have more section than this, and they tend to get more advanced there :).
  25. Thread: 3d game

    by Tynnhammar
    Replies
    10
    Views
    1,461

    I'll keep that in mind, thanks Vicious.:)

    I'll keep that in mind, thanks Vicious.:)
Results 1 to 25 of 52
Page 1 of 3 1 2 3